OOPYou could put your code between "code" tags: [tt][code][/tt] // // your code goes here // [tt][/cod...
If statement not executing completelyI am guessing you have too many braces [code]{}[/code] per [code]if[/code] statement. If you make yo...
Passing an array to a subroutineYou can (and, perhaps, arguably should) use a [code]std::vector[/code] like this: [code] void my_sup...
print number of active process in linuxOne way you could do this is by counting the number of directories under [code]proc[/code] that have...
Vector of threadsIf you put your code between code tags it will help people to help you: http://www.cplusplus.com/for...