by steinzfan
I'm in a C++ class, stressed out of my mind about C++ classes...
|
|
[2 replies] Last: Structs were also troublesome for me... http://pastebin.com/m6539ef... (by steinzfan)
|
by burner
console calculator issues
|
|
[11 replies] Last: As firecraco said cin.ignore() ignores 1 specified characeter, or '\n'... (by mcleano)
|
by MiaZas
push_back
|
|
[2 replies] Last: void enterString(string &Input) { cout << "Enter a string: "; ... (by MiaZas)
|
by cksc2slow95
UART divisor in serial RS232 C programming
|
|
[1 reply] : Perhaps it would be better to post this in a forum that deals with C h... (by smilodon)
|
by rain
How to print file on command line?
|
|
[1 reply] : That shows how to get the file contents in a buffer, you need to print... (by Bazzy)
|
by catnsmith
Initialize a dynamic array of structures
|
|
[2 replies] Last: Ok. thanks for the quick reply. (by catnsmith)
|
by JarJar99
What happened to the "N"?
|
|
[3 replies] Last: It is as mcleano says... at that point String2 is an array of 1 charac... (by jsmith)
|
by Justice89
Please read this...i am newbie
|
|
[12 replies] Last: Yes, why are you recursing? You'll get a stack overflow... (by chrisname)
|
by typedef
Defects in C++ code
|
|
[8 replies] Last: firedraco.append("malfoy"); Sorry, I had to get that off my chest..... (by chrisname)
|
by accy
how to solve this?
|
|
[7 replies] Last: The following is totally not a homework question. Assignment one: I... (by chrisname)
|
by JFloyd
If Statements, in If Statements.
|
|
[8 replies] Last: Oh ok. No problem =] (by chrisname)
|
by arash
problem with printing char in VS console mode.
|
|
[3 replies] Last: Us backend programmers find it offensive to imply that console interfa... (by helios)
|
by roflwaffle
I have an odd degub error, and I'm not sure what's causing it.
|
|
[6 replies] Last: while loops check the condition at the very beginning, so if the con... (by wmheric)
|
by MiaZas
replacing array element
|
|
[4 replies] Last: I guess that explains why it also worked when I made separate if state... (by MiaZas)
|
by chrisname
Splitting strings and atof to handle fractions.
|
|
[7 replies] Last: You may have got there before me, now that I think on it it was only a... (by chrisname)
|
by ryan89
struggling to start programming
|
|
[2 replies] Last: ^^ Blitz Coder; I used to use Dev C++; it's good; but I use Code::Bloc... (by chrisname)
|
by cnewby
question about random numbers
|
|
[3 replies] Last: Man you guys are awesome! That was exactly what I needed, thanks ! (by cnewby)
|
by DragonKnight
A loop using an array
|
|
[4 replies] Last: Basically I'm trying to get the loop to say "While it's not equal to a... (by DragonKnight)
|
by TheWildJacko
Syntax in Data Structures tutorial
|
|
[2 replies] Last: Thanks! Much appreciated. (by TheWildJacko)
|
by MiaZas
String array
|
|
[3 replies] Last: There is an algorithm specifically designed to help with this type of ... (by kempofighter)
|