by EVKiev
expected primary-expression before "else"
|
|
[2 replies] Last: Your if statement should be on the same line as the code it is che... (by Hippogriff)
|
by velvetymouse
input/ output files
|
|
[5 replies] Last: Once you've opened the file (ie. you have said ifstream inFile; ) you... (by georgep)
|
by Musketeer
C++ books for engineers/scientists?
|
|
[no replies]
|
by c2252011
[A or B win] using recursion
|
|
[4 replies] Last: Just looking at: int main(){ int n; cin >> n; bool *evaluated= n... (by cire)
|
by Alex Green
Terminating program too soon
|
|
[3 replies] Last: Thanks guys I really appreciate it, I am a beginner so I'm not too goo... (by Alex Green)
|
Allegro Won't load Images |
|
[no replies]
|
by DocCeaser
doubly linked list problem
|
|
[3 replies] Last: Problem solved! Thanks for the help. (by DocCeaser)
|
by aslv
PlaySound and winmm.lib
|
|
[5 replies] Last: Actually, later I solved my problem. It should be written -lwinmm in t... (by aslv)
|
by VladTeppi
Problem with operator<<
|
|
[7 replies] Last: When I change it to std::ostream& operator<< (std::ostream& out, Divi... (by VladTeppi)
|
by Steves
Not able to apply
|
|
[5 replies] Last: can I use *pointer as the player input? It seems kind of odd (by Steves)
|
by sollymoela
compile and run DevC++ console programs
|
|
[4 replies] Last: Oh. Were you pressing the "Compile" button? There are three of them: "... (by hamsterman)
|
by skyfly01
Searching for strings/values/entries in text files
|
|
[1 reply] : I'm really just looking for some sort of direction 1) Open File 2)... (by clanmjc)
|
by rpgmaster95
using realloc with templates to make MyVector class
|
|
[5 replies] Last: Correct (by roberts)
|
by fuzion1
Need help with problem
|
|
[5 replies] Last: Thanks for your help its much appreciated. I have the averages working... (by fuzion1)
|
by Paul Reed
Problem with having to input twice
|
|
[4 replies] Last: Thanks you guys, I was unaware of how to use that correctly. (by Paul Reed)
|
by Isolde
Wrint Input File to Screen
|
|
[7 replies] Last: You're welcome ;) (by FlashDrive)
|
by bxadd
Deleting an element from a vector through user input
|
|
[2 replies] Last: Thanks man it worked. (by bxadd)
|
by psych0dr
Fibonacci sequence question
|
|
[4 replies] Last: wow, really? 9,223,372,036,854,775,807, signed?? That's REALLY a lot..... (by psych0dr)
|
by pearce007
Classes and Text files
|
|
[9 replies] Last: Thanks Moschops, this has clarified a lot. (by pearce007)
|
by seppel
C++ standard documentation
|
|
[6 replies] Last: It is a bitch to read Over 1300 pages of bitch. What's more, progr... (by MrHutch)
|