by jack333
Pacman in dev c++
|
|
[5 replies] Last: // here is the move function for player void move(){ if (!kb... (by jack333)
|
by gmossalem
PLEASE HELP ME WITH THIS PROBLEM
|
|
[1 reply] : Do not double-post. Other thread: http://www.cplusplus.com/forum/begin... (by keskiverto)
|
by Dani95
help
|
|
[1 reply] : Ah, a followup to: http://www.cplusplus.com/forum/general/226810/ Ple... (by keskiverto)
|
by DragonOsman
PPP2 Chapter 21 Drill 1
|
|
[1 reply] : Both stoi(...) and stod(...) may throw. Note that they throw if the st... (by coder777)
|
by daisies
Can somebody assist me with this error I'm getting with pointers
|
|
[2 replies] Last: What values have you entered to get a read access error? (by Thomas1965)
|
How do I move on to the next maze? |
|
[1 reply] : One way would be to create a class Map and store the maps in a vector.... (by Thomas1965)
|
by actionjmanx
Unable to find data in an array (from file)
|
|
[2 replies] Last: no data (it displays this for about 40 more lines, I cut it out) You... (by Chervil)
|
by Spirrwell
Make Template Class Return Template Type?
|
|
[2 replies] Last: Yeah, ha, I'm trying to break away from C functions, but they've gotte... (by Spirrwell)
|
by ReaperSoul
toggle keypress not continual output
|
|
[no replies]
|
by Dispencer
Vector as a data member in Class???
|
|
[1 reply] : Looks right to me. (by doug4)
|
by stav
casting something from 1 byte to 8
|
|
[1 reply] : You do write into (and read from) memory that you have not allocated. ... (by keskiverto)
|
Help me for duplicate random number. |
|
[1 reply] : I don't see a question. To respond to your statement "I am trying to ... (by SamuelAdams)
|
by Shades
Adding libraries, header paths to G++
|
|
[1 reply] : Assuming that the file /Users/Me/Documents/Project/SFML/Graphics.hpp ... (by Repeater)
|
by orphic
a c++ prog that emails you whats written in it
|
|
[1 reply] : Just use getline to read the user input and store it in a string. To s... (by Thomas1965)
|
by Joebro622
Inheritance. Not really sure were to start on this. Please help!
|
|
[2 replies] Last: Using inheritance is important although it might produce high complexi... (by benhart)
|
by SSteven
makefile problem with 2 Dirs, 3 header Files
|
|
[no replies]
|
by PoojaSahay
Using boost::filesystem
|
|
[6 replies] Last: Do other parts of boost work? Maybe this helps? https://stackoverflow... (by Ganado)
|
by Dani95
find prime numbers in 2d array
|
|
[1 reply] : https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes (by kbw)
|
by Joebro622
Problem with Switch statement
|
|
[5 replies] Last: https://blogs.msdn.microsoft.com/oldnewthing/20140116-00/?p=2063 Appa... (by lastchance)
|
by Spirrwell
Binary Memory Stream?
|
|
[2 replies] Last: Someone on this forum (I don't remember who) provided a way to use str... (by doug4)
|