editing saved records in a text file |
|
[no replies]
|
by strupan
How to restart my game?
|
|
[5 replies] Last: The problem is on line 89, the while statement is only true if ans is ... (by Ghost Slayer)
|
by qawsed51
Determine prime number
|
|
[4 replies] Last: For example you may do the following way int x; bool is_prime = true... (by vlad from moscow)
|
by shangy
I need to find the find the highest final mark from 5
|
|
[4 replies] Last: I corrected the mistakes in my code but it still not doing nothing...p... (by shangy)
|
by craigw
Reading from file (into char arrays)
|
|
[2 replies] Last: Thanks a lot JLBorges!! Worked a charm!! (by craigw)
|
by Flashkilla
If statement inside of a do while loop to error check user input
|
|
[10 replies] Last: Ahh, I didn't look at the code closely enough. The error state would ... (by cire)
|
by mrexp21
C++ Project Help
|
|
[no replies]
|
Caesar Cipher, yes homework |
|
[3 replies] Last: int largestLetter (int list ) { int index = 1; int maxIndex =0; i... (by blueberry)
|
by newbieg
cin and arrow keys
|
|
[8 replies] Last: if (Keyboard::IsKeyPressed(Keyboard::KEYNAME)) Did you even look at... (by ModShop)
|
return independant variables in functions |
|
[1 reply] : The code you've written is the same as: float inputInfo(int confNum)... (by cire)
|
by renatopoint
off line content "like java did "
|
|
[1 reply] : You can download it as a PDF file: http://www.cplusplus.com/doc/tutor... (by Myrco)
|
by Ch1156
Why does my code keep doing this
|
|
[11 replies] Last: cin.peek() tells you what the next character in the stream cin is.... (by cire)
|
by Whovian
Having trouble with a template
|
|
[5 replies] Last: Ahaanomegas, I'm correcting you because you're wrong. "s are used for... (by paulthepenguin)
|
by adijo
Fun projects in c++ (1,2)
|
|
[20 replies] Last: Thank you for the help guys, I really appreciate it! (by adijo)
|
by myssa25
Interactions between two classes
|
|
[7 replies] Last: +1 hanst. (by Disch)
|
by randy825
Need help for code
|
|
[11 replies] Last: Its pretty good the program works and more importantly, I know how it ... (by randy825)
|
by Chryos
Trying to make a quicksort for a templated array
|
|
[8 replies] Last: and.....I'm an idiot lol, I tried it before but it kept throwing error... (by Chryos)
|
by NerdTastic
Accessing and retrieving data from a website
|
|
[1 reply] : http://curl.haxx.se/libcurl/ (by JLBorges)
|
by fstigre
Help understanding this code about pointers
|
|
[6 replies] Last: The way I understand it is that they will be basically pointing to the... (by fstigre)
|
by stoffe1100
SDL problem!
|
|
[4 replies] Last: Yes GetKetState can be inaccurate but so can your approach too. If th... (by stoffe1100)
|