by smokeydubbs
Problems with loop
|
|
[5 replies] Last: Thanks a lot. I appreciate it, that loop was killing me. (by smokeydubbs)
|
by gd566
file IO line by line
|
|
[14 replies] Last: O U! I'll do it just because it's short and I like you: std::ifst... (by helios)
|
by mherald81
rewind(stdin) assistance needed
|
|
[13 replies] Last: Ok, I got it working now in both Linux and Windows. I just created a ... (by mherald81)
|
by yoitboy
Having trouble with homework assignment
|
|
[3 replies] Last: Yer welcome. (by QWERTYman)
|
by Claymz
Average
|
|
[4 replies] Last: ty all that really helped me (by Claymz)
|
by j5j5j5
Problem with string [ULTRA-BEGINNER]
|
|
[6 replies] Last: The solution was "typedef struct" :) thanks again guys! (by j5j5j5)
|
by xstabless
The Difference of a .H sfile and .C sfile
|
|
[3 replies] Last: No. .cpp aren't included by other files. They are compiled separately ... (by helios)
|
by sadani
inheritance test assignment
|
|
[2 replies] Last: Faldrax is right, I would only really say use an adbstract class to st... (by Umz)
|
by Han
To draw this
|
|
[10 replies] Last: Han, I suggest you do the tutorials on this site. Looks like you woul... (by Roads)
|
by mherald81
strcmp and/or strncmp. issues
|
|
[5 replies] Last: Er, sure. No promises though. If it is huge just put a link to it inst... (by Duthomhas)
|
by CrimsonStone
What is a good compiler to use and what is a Console Program.
|
|
[9 replies] Last: I would suggest Dev C++ or Visual C++ for coding and compiling. They b... (by eker676)
|
by chopficaro
my first .h file
|
|
[7 replies] Last: thank u all very much, i now understand how to compile a vial pile of... (by chopficaro)
|
by buduza
Strange math and type conversion error
|
|
[4 replies] Last: Oh wow. Thanks a lot, I didn't expect you to do all that. Really app... (by buduza)
|
by SoSublim3
Static Double
|
|
[1 reply] : It's a double precision floating point number that retains its value b... (by helios)
|
by CheesyBeefy
Playing Sound In the Console
|
|
[3 replies] Last: cout<<"\a\a\a\a\a\a\a"; (by BlahBlah)
|
by Xyzk
Merge-Sort (on paper) and Windows Error
|
|
[3 replies] Last: Ah. Here we go. Each of the elements of iTablicaA are pointers (for s... (by helios)
|
by acevans2
Simple(?) loop question.
|
|
[8 replies] Last: Wow, we haven't gotten into anything like that. I guess I'll try that... (by acevans2)
|
by liengen
Pointers
|
|
[1 reply] : A pointer is just an address in memory. string* ptr declares an ... (by Faldrax)
|
Writing a simple calculation program. |
|
[6 replies] Last: You made a copy-paste mistake.... Look your lines 9, 13 and 15... Ev... (by Mitsakos)
|
by Roads
another "why" question - classes
|
|
[2 replies] Last: ahhh OK, thanks. That explains why there is so much of this :: in the... (by Roads)
|