User profile: Darkmaster

User info
User name:Darkmaster
History
Joined:
Number of posts:311
Latest posts:

Example from class
[code] int main() { int A[5] = {1,2,3,4,5}; //set up an array int i = sizeof(A) / sizeof(A[0]); /...

Could someone talk a beginner through installing boost thread and sockets on code blocks
[quote].what is enviroment variables again[/quote] http://lmgtfy.com/?q=environment+variable

Could someone talk a beginner through installing boost thread and sockets on code blocks
check if the environment variables are set to the right path

Can someone explain this code for me?
[code] CDummy a; // the class has a constructor, so when declared, the n is added by 1? yes CDummy...

Could someone talk a beginner through installing boost thread and sockets on code blocks
you probably need to set additional dependencies in the project configuration