by tagir
c++
|
|
[2 replies] Last: http://cplusplus.com/forum/lounge/42426/2/#msg231761 :) #includ... (by Mathhead200)
|
by DivinFalcon
Several problems with recent programs...
|
|
[4 replies] Last: phoneTones keyToTones (char key) { ... return ... //I didn't... (by Mathhead200)
|
by khaled124
Cout text
|
|
[2 replies] Last: Thank you Moschops it works (by khaled124)
|
by pheF2bru
How to print a linked list located inside another linked list struct?
|
|
[6 replies] Last: Is it possible to simply do listA = somestuff? Yes. (by kbw)
|
by malikrgc
GPA calcutor error
|
|
[6 replies] Last: ok i have changed as you said but it still can calculate GPA ? where ... (by malikrgc)
|
by crushgear64
Having problems with switch cases..
|
|
[7 replies] Last: i went through and added a score system. Converted it to kbw's suggest... (by crushgear64)
|
by brad2233
Calling a Function
|
|
[4 replies] Last: ahhhh yes thank you still needs alot of work but thats much better (by brad2233)
|
by SaeedOmnia
How to create binary tree with linked lists?
|
|
[5 replies] Last: Thanks everybody. :-)))) (by SaeedOmnia)
|
by coreydrew
fight simulation
|
|
[1 reply] : Firstly whoever has the first turn will always win since you never swa... (by frankctd)
|
by kassik
reading file
|
|
[6 replies] Last: Thanks. it worked I'm happy. (by kassik)
|
by Ramses12
*app*.exe has encountered a problem and needs to close.
|
|
[2 replies] Last: Thanks, that helped! (by Ramses12)
|
by tapir8
What is a good book to read after finishing C++ For Dummies All in One?
|
|
[3 replies] Last: Programming with c++ for Claude delanoy, after thinking in c++. (by madi L)
|
by romer123dd
please help me with this one
|
|
[1 reply] : # include<iostream> using namespace std; int main () { int ... (by romer123dd)
|
by archer007
.inc files in c++
|
|
[1 reply] : When you include a file, it doesn't matter what its extension is. What... (by hamsterman)
|
by Shay9999
Mental Help!
|
|
[1 reply] : Step 1) Get SMFL http://www.sfml-dev.org/ Step 2) Install it at get... (by Disch)
|
by Ishvite
Function outputting 0.00
|
|
[3 replies] Last: ...What happened to the original code you posted? (by Zhuge)
|
by DraconicEyes
I don't get what's preprocessor.
|
|
[5 replies] Last: Put my program above into x.cpp. Type: g++ -C -E x.cpp (by kbw)
|
by pantsbandit
Passing an array to a function, int and string
|
|
[3 replies] Last: Well, just look at your cout line, and what the variables in it mean, ... (by freddy92)
|
by Shay9999
Extracting numbers from files
|
|
[5 replies] Last: Oh, now I get it. Thanks Fire, sorry Ham* :D *Please speak the langua... (by Shay9999)
|
by LittleQuick
definition + integer confusion
|
|
[6 replies] Last: The FF >> ss; is kind of screwing it up some how. (by LittleQuick)
|