by emah13
'.' is not recognized as an internal or external command
|
|
[6 replies] Last: #include <iostream> using namespace std; int main() { int num; ... (by closed account 48T7M4Gy)
|
by vladgudkov
Clearing Screen and displaying new screen
|
|
[2 replies] Last: algorithm header file had all of you need. look it up or search algor... (by xenovia12)
|
by xenovia12
symbolic constant
|
|
[3 replies] Last: k ty #define C "sucks" (by xenovia12)
|
by msrt92
Buble sort with pointers
|
|
[1 reply] : You... already using them. Line 19: array type decays to pointer here.... (by MiiNiPaa)
|
by jynx678
Point Type Class Getter/Setter Issue
|
|
[11 replies] Last: http://www.cplusplus.com/forum/lounge/142647/ (by LB)
|
by bedudkowski
Having trouble with a card game assignment
|
|
[1 reply] : Basically there are two text files; one has all of the cards in the de... (by bedudkowski)
|
by pandahamalia
input multiple data types from file to array
|
|
[10 replies] Last: Thanks man, you were a big help (by pandahamalia)
|
by D3ATH94
Need help with header files
|
|
[3 replies] Last: Ok, let me guess. Now your charcreat function is defined as not return... (by MiiNiPaa)
|
by Sylnox
Initialize a std::unordered_map object in a constructor initialization list
|
|
[8 replies] Last: Yeah, those both seem...suboptimal. Looks like braces are the way to ... (by Sylnox)
|
by bryan177mcsc
Simple ifstream function not reading full file?
|
|
[10 replies] Last: The learning curve is steep, but after a certain point things start ra... (by LB)
|
by LendraDwi
Right way to clear console screen
|
|
[12 replies] Last: Thanks :') maybe I'll start to learn SFML (by LendraDwi)
|
by wolfv
error: incompatible types in assignment of 'A* const*' to 'A* const [0]'
|
|
[4 replies] Last: Sorry I misstated by intent. I want to initialize B::prtsA to point t... (by wolfv)
|
by Pg0715
variables and operators: calculating change and display results
|
|
[8 replies] Last: ok I got it thank you I appreciate it (by Pg0715)
|
by damanick10
cross compiler
|
|
[1 reply] : Please do not post more than once: http://www.cplusplus.com/forum/gene... (by LB)
|
by jasonutt
Help when checking for invalid inputs
|
|
[1 reply] : You have some redundant checks (e.g. on line 30, it is guaranteed that... (by LB)
|
by RobGillespie
Priority Queue
|
|
[5 replies] Last: Your class is not copyable and you accidently neglected the ampersand ... (by LB)
|
by AveryQuin
Converting Letters in Strings to Caps/Lowercase
|
|
[1 reply] : #include <iostream> #include <cctype> using namespace std; int mai... (by shadowCODE)
|
by viniisiggs
using multiple files
|
|
[8 replies] Last: If : file1.cpp compiles to file1.o file2.cpp compiles to file2.o file... (by ShodanHo)
|
by alielsaadi
Specific input
|
|
[11 replies] Last: if ( newpassword != password && newpassword < 1000 || newpassword > 9... (by shadowCODE)
|
by tonyd927
Word list using strings
|
|
[1 reply] : #include <iostream> #include <vector> using namespace std; int mai... (by shadowCODE)
|