User profile: Galik

User info
User name:Galik
Name:Galik
Statistical data
Skills:C
PHP
C++
Java
History
Joined:
Number of posts:2254
Latest posts:

OOP
You could put your code between "code" tags: [tt][code][/tt] // // your code goes here // [tt][/cod...

If statement not executing completely
I am guessing you have too many braces [code]{}[/code] per [code]if[/code] statement. If you make yo...

Passing an array to a subroutine
You can (and, perhaps, arguably should) use a [code]std::vector[/code] like this: [code] void my_sup...

print number of active process in linux
One way you could do this is by counting the number of directories under [code]proc[/code] that have...

Vector of threads
If you put your code between code tags it will help people to help you: http://www.cplusplus.com/for...