by Simon187
Simple C++ Programming Help
|
|
[17 replies] Last: maybe you can add #include <conio.h> at the header and you can put get... (by cplusx2)
|
by cplusx2
Confused with cin.getline
|
|
[3 replies] Last: At last, no more skipping....cin.ignore works like a charm!!! Thanks e... (by cplusx2)
|
by Julianne
Errors with my project..infinite loop.
|
|
[17 replies] Last: What do you mean that the values don't show at all? There is always a... (by Ashishduh)
|
by Integrater
Simple card dealing program.
|
|
[6 replies] Last: Without having read through it thoroughly, I agree with you that it se... (by fafner)
|
by skyline01
simple min/max
|
|
[5 replies] Last: Thank you for the responses. This definitely helps. (by skyline01)
|
by rheeler
Binary Search Tree
|
|
[no replies]
|
please help me |
|
[2 replies] Last: Here is a switch operation, this is just an example, has nothing to do... (by TAZO)
|
Setting dynamic bounds for rand() |
|
[5 replies] Last: Oh wow! Ok, that was a dumb mistake. I really shouldn't do this with 3... (by ResidentBiscuit)
|
Setting minimum in rand() |
|
[2 replies] Last: Note that with that code you will never get a random number that is eq... (by Peter87)
|
by jyoti1009
An algorithm such that if an element in an MxN matrix is 0, its entire row and column is set to 0.
|
|
[17 replies] Last: @peter and jyoti ur correct............. the notation has nothing to d... (by mj1709)
|
by lena123
return 3 values
|
|
[4 replies] Last: compound if statements are ugly, IMO. I find something like this to b... (by Disch)
|
by ja3our
socket programming plz
|
|
[2 replies] Last: 10x alot Moshops (by ja3our)
|
by ausairman
need help! Template function specialisation in a class..
|
|
[2 replies] Last: ah of course, that makes sense, thanks :) (by ausairman)
|
by axtroz
Pointer or Object
|
|
[4 replies] Last: Someclass *obj = new Someclass; it allocates memory in the heap, wh... (by Moschops)
|
by altmann
Segmentation fault on void* parameter
|
|
[5 replies] Last: Cool. Now I understand it. Thanks a lot (by altmann)
|
by abc1420
A help please
|
|
[5 replies] Last: I guess you didn't use @Moschops advice. I think your m variable i... (by eypros)
|
using namespace std, std::x |
|
[3 replies] Last: @Galik thanks that link really cleard things up :) (by fluffyBunny123)
|
by Kmose
Help with a simple text-based game?
|
|
[5 replies] Last: From what ResidentBiscuit has said. Maybe you should use a do-while lo... (by Lynx876)
|
by CosminNTG
SFML library
|
|
[13 replies] Last: Allright! It works! Thanks a lot to everybody! (by CosminNTG)
|
by Sspangler
Function Problems
|
|
[8 replies] Last: Reagrding variable NM : I think you should move line 34, to line 31..... (by sumati)
|