by Yufe
How to print the list of sorted score?
|
|
[4 replies] Last: code kiddy, Thank you very much ;) (by Yufe)
|
by delag20
So i have this assignment.
|
|
[5 replies] Last: heres what i have for my card.c file so far... #include <iostream> ... (by delag20)
|
by cplushw
HELP WITH CODE!!
|
|
[1 reply] : I can give you some tips and hints to get you started. So first, I wo... (by newbiee999)
|
by SteveGarrot
Pathfinding from a text file (1,2)
|
|
[21 replies] Last: About your comma problem, one thing that other languages have that c++... (by wizebin)
|
by juicyjames
Tic Tac toe
|
|
[2 replies] Last: AHA! Thanks. Pointers are confusing but I didn't need it! //THIS WO... (by juicyjames)
|
by UrsaWarlord
How to play PlaySound() anything else than *.wav?
|
|
[1 reply] : PlaySound will only play .wav files. To play files of any other format... (by Shadowwolf)
|
by toast9
<Unable to read memory> error
|
|
[4 replies] Last: I print the pointer with a null value to make sure it is a null value... (by Thomas1965)
|
by hooshdar3
Reading a text file......
|
|
[11 replies] Last: OK, I was making a stupid mistake in making fh get the value of _read(... (by hooshdar3)
|
by Coolestbomb
help me compare 3 or more arrays
|
|
[5 replies] Last: I'll try that. Thanks all. (by Coolestbomb)
|
by xiaoping1997
college assignment,text file~
|
|
[2 replies] Last: You need to skip the first line of the file or remove it. //Read cu... (by Thomas1965)
|
by Muddobber
While Loop not working as expected.
|
|
[2 replies] Last: int Pass, valid; while (valid = true) Also valid has a random va... (by Thomas1965)
|
by hooshdar3
undefined variable
|
|
[3 replies] Last: You wouldn't happen to have using namespace std; and be using the a... (by TheIdeasMan)
|
by turtlesavage
Creating a faux console
|
|
[1 reply] : How you do it depends on what OS you are targeting the program for. M... (by closed account E0p9LyTq)
|
by Ozzy69
Help me with fscaf
|
|
[3 replies] Last: float i ; .... ... &x[ i ] ... // *** error: array subscript is not... (by JLBorges)
|
by Jetman
Replace a specific word containing a space (string)
|
|
[1 reply] : Consider using regular expressions for this. #include <iostream> #in... (by JLBorges)
|
by asernx
Array not acting as intended
|
|
[1 reply] : cout << "Please enter a sentence to analyze: \n"; cin >> size ; Her... (by cire)
|
by a10e29
out of practice
|
|
[3 replies] Last: In case you want to know why the error was what it was, std::vector is... (by Cubbi)
|
by Gather
Generating a list of random numbers
|
|
[1 reply] : Duplicate of http://www.cplusplus.com/forum/beginner/180329/ Which has... (by cire)
|
by jacobjaime
Help with Student Score Data Menu Program Using Structures
|
|
[1 reply] : Here is a link to my current code: http://collabedit.com/x6twj (by jacobjaime)
|
by jonmackey22
Validate Integer Input
|
|
[4 replies] Last: If nothing seems to work, you should perhaps post the code of the non-... (by TarikNeaj)
|