User profile: majidkamali1370

User info
User name:majidkamali1370
Name:Majid
Location:Tehran
Bio:I know a little turbo c++ 4.5
I want to know more.
History
Joined:
Number of posts:226
Latest posts:

how to calculate processing time in milliseconds
[quote]high_resolution_clock from C++ (http://en.cppreference.com/w/cpp/chrono )[/quote] That's Awe...

OpenGL/GLUT linking problem
does Eclipse use gcc? In gcc this is the command for compiling and linking. [code]g++ myProgram.cpp ...

OpenGL/GLUT linking problem
I think you should reverse libraries order. first glut, then glu and then gl. BTW, you must copy th...

pass argv[] to a function, return an array
[code] 1. That's incredibly slow.[/code] Why? Arrays are passed by reference. A pointer is a 4-byte ...

class with random generator
In a .h file, because you want to include it somewhere else.