by stav
Multiple variable names?
|
|
[3 replies] Last: While we're at it, why not just use the <chrono> facilities? They do a... (by Duthomhas)
|
by Thelps
Convert char from filestream to lowercase..?
|
|
[1 reply] : tolower(currentChar); That doesn't change currentChar. It's a funct... (by Repeater)
|
by slei
multi line macro in multiline macro
|
|
[3 replies] Last: oh man, i didn't even notice I'm trying to use a loop outside of a fun... (by slei)
|
by CalebS
I/O records seperated by {}
|
|
[2 replies] Last: #include <iostream> #include <fstream> #include <string> #include <ve... (by lastchance)
|
Keypad State Machine |
|
[no replies]
|
division in C++ |
|
[5 replies] Last: Remember, floating-point constants are type double by default. In List... (by sm2345110)
|
by chunfeng
c++ function return
|
|
[1 reply] : why would it be? you don't set anything to null anywhere. temp is ... (by jonnin)
|
by AlexCantor
C++ Posts by a forum member
|
|
[1 reply] : Perhaps a more experienced user knows, but I don't think that's availa... (by Ganado)
|
by blaq
Dynamic Array of Classes w/ defaults
|
|
[1 reply] : Are you sure about the "need"? If you would not need "dynamic array",... (by keskiverto)
|
by captainsasss
Generating random number input (to be used 6 times)
|
|
[2 replies] Last: Basically a a random number is generated and the user inputs a guess. ... (by captainsasss)
|
by Mk87
How to implement 3 digit binary numbers into 2D vector in C++?
|
|
[4 replies] Last: Well, you will have a vector< vector<int> > if you change line 6 of my... (by lastchance)
|
by matiasp1998
I NEED HELP ASAP!!!
|
|
[5 replies] Last: nvm, got it (by matiasp1998)
|
by jimothy87
Why am I receiving the following error code: "undefined reference to 'displayMonthlyReport (MonthlyBudget const&)'
|
|
[2 replies] Last: THANK YOU (by jimothy87)
|
by raptorjesus
Need help opening a file from user input.
|
|
[2 replies] Last: I am using c++11 and i still get that error message for some reason. ... (by raptorjesus)
|
by stav
sfml texture shared_ptr error
|
|
[6 replies] Last: If the MyAssetManager object is static/global are you sure that it has... (by Peter87)
|
by dbag
Coordinates Reprojection with GDAL
|
|
[2 replies] Last: Your right it does appear to be returning a null pointer (by dbag)
|
by LTJska82
Pulling data from a text
|
|
[1 reply] : Your code will look something like this: ifstream infile(filename); ... (by jonnin)
|
by Colin Peeris
Compiling .cpp files separately
|
|
[1 reply] : VS2015 has some kind of solution explorer, I think. If you right click... (by Repeater)
|
by offset221
C++
|
|
[7 replies] Last: there isnt even any code past a cin and cout statement if you make a 2... (by jonnin)
|
by YikUTM
How do get enemies to run around the maze game
|
|
[1 reply] : what do you want them to do? you can plop them down somewhere and ev... (by jonnin)
|