by moot1
functions
|
|
[9 replies] Last: Oh, I was confused. double Func1(); //Function which returns a double ... (by LB)
|
by lchopkins1
Reading file into Vector and printing
|
|
[2 replies] Last: Like @sea noob said, you should put your classes in header files. But... (by histrungalot)
|
by iiiusion
Class within a Class / Class variable
|
|
[2 replies] Last: Thanks, Hist that got rid of some of the errors I think I may can figu... (by iiiusion)
|
by chucker
Implementing score counter in game.
|
|
[4 replies] Last: This should cover everything I think: #include <iostream> u... (by WhiteWind)
|
by Phoneman93
Loop
|
|
[5 replies] Last: @eyesofhope: You can use break; and continue; : #include <ios... (by WhiteWind)
|
by AWilliams18
Where To Start?
|
|
[1 reply] : I always start problems by writing out pseudocode to help me with the ... (by knightwriter)
|
by moot1
rpg
|
|
[10 replies] Last: Sorry for the wait, it took me a while to type this up for you. I went... (by WhiteWind)
|
by Cninja
Can you review my code for a simple linked list?
|
|
[2 replies] Last: Oh yes line 44...i forgot to remove that before submitting it looked ... (by Cninja)
|
# define vs constants |
|
[2 replies] Last: Your problems are here - you can only use the modulus operator % on ... (by Moschops)
|
by VladTeppi
error: no match for 'operator<<'
|
|
[9 replies] Last: Okay, thats helpful. Thank you. Now, I think I'm headed in the correct... (by VladTeppi)
|
by swapnil2188
C programming
|
|
[1 reply] : Use PellesC instead. http://www.smorgasbordet.com/pellesc/ (by Moschops)
|
by irishbrian
Getting a calcluated value into an array index using a pointer ... ?
|
|
[no replies]
|
by gfisher
Program in via book by McGrath returns compilation error
|
|
[1 reply] : #include <iostream> using namespace std ; // A C++ program to ou... (by helpMePlze)
|
by gelatine
pointer example
|
|
[1 reply] : Changed some comments and removed the comments you understood. void ... (by clanmjc)
|
by mrbiggles
Can I make operator+ a const function?
|
|
[8 replies] Last: And to throw a wrench into the works the book also states that a `con... (by clanmjc)
|
by moot1
string help
|
|
[3 replies] Last: out of bounds Good catch I didn't look past the declaration once I s... (by clanmjc)
|
by eagleyes12
Retaining data after restarting program?
|
|
[6 replies] Last: See what I typed above, notice... float min, max, average; are outsi... (by clanmjc)
|
Uses for Pointers (1,2,3) |
|
[56 replies] Last: Are we to take it also that you have never needed to create a large o... (by BrokenSilenceDev)
|
by Britny
Read Integer Data From a File
|
|
[1 reply] : Here are 2 different ways of writing and storing integer values to and... (by Texan40)
|
by drhingle
prime composite or neither.
|
|
[1 reply] : prime and composite , you set them but you never use them. Because... (by clanmjc)
|