random number generatorhttp://programsplusplus.blogspot.in/2012/01/3-program-to-generate-random-numbers.html
problem with simple conditionalThe condition [code] if (attempt != 'A' || attempt != 'B' || attempt != 'C' || attempt != 'D' || ...
I dont understand pointers.In the operation *a = &b , the address of 'b' is assigned to the pointer variable a i.e. 'a' [b]poin...
Difference between different compliers for c++Hey, i have been writing most of my programs on Dev-c++, but i recently installed code blocks, and i...
net beans output in console (C++)Hey there, can we obtain output of a c++ program in net beans IDE on a console i.e. in the console w...