User: Ihatov

  • Public profile

User profile: Ihatov

User info
User name:Ihatov
History
Joined:
Number of posts:75
Latest posts:

void and bool
Remove the [code]void[/code] at the beginning.

What is a Static Project and how can I run it
You have the library (.a file) Now you just need to link it inside another project that needs it in ...

Is there a better way to write this code?
[quote]I think that in the absence of finding the requisite string this ought to set position to str...

HELP ME!!!!
This is so trivial that basic trial and error should be able to lead you to a solution. If you don'...

how to pass variables in function parameters
[b]int add(int input1, int intput2)[/b] Now: [b]int total = add(input1, input2); std::cout << tota...

This user does not accept Private Messages