I like to write books about mathematics, programming, chemistry, biology and any research I have done or studied for educational purposes.I love science and anything related to it.

I hope you like my work and have a very nice day!
===================================== #include <iostream>
using namespace std;

int main()
{
//A very basic C++ program which will print the sentences below to the console :)These 2 dashes mean it is a comment in the program and will not be "read" by the PC.

cout<<"Hello everyone!"<<endl;
cout<<"Hope you like this!"<<endl;
return 0;
}
  • JoinedOctober 3, 2014

Following


Stories by Daniel K
How to make ... by DanielConst
How to make ...
These series will include chapters on how to create different things(like antiviruses, software etc.).
ranking #12 in antivirus See all rankings
Curiosity by DanielConst
Curiosity
These series will contain chapters with different curiosities (powers of numbers , recreational math etc.) an...
Fibonacci Numbers by DanielConst
Fibonacci Numbers
This short work will explain what a Fibonacci number is and as to what it is and it's connections with the w...
1 Reading List