User profile: brown ogum

User info
User name:brown ogum
History
Joined:
Number of posts:14
Latest posts:

Creating random coordinates
You can use the [code]rand[/code] function and define your precision. [code] #include <time.h> int...

Hey! Tips or Criticism?
Arslan7041 I'm also learning c++. Why is [code]using namespace std;[/code] not advisable?

html and c++
html and c++ are not similar in any way; html isn't a programming language. You cannot do any of tha...

Simple Game
Thank you so much for your reply. It has really helped me.

main must return 'int' . Please i can't find my mistake . Could somebody help me.
New c++ compilers don't allow main to be void. It has to return a value. Hence.. int main()