Break From Void Function |
|
[1 reply] : Never mind, I just forgot about return. Lol (by closed account 3vX4LyTq)
|
by jeg19
string.replace help
|
|
[1 reply] : Not clear under what conditions you want to add !!!. The following co... (by AbstractionAnon)
|
GetOperator() and GetOperand() functions |
|
[1 reply] : Line 8: operat is an uninitialized variable. Line 14: You're compar... (by AbstractionAnon)
|
by rantiv
Text decoder
|
|
[5 replies] Last: Got it! thanks! (by rantiv)
|
by fufusus
Code not outputting calculations
|
|
[2 replies] Last: Hello fufusus, Your program works, but with knowing what the "data fi... (by Handy Andy)
|
by cakewalc
Creating & Compiling Larger Applications With MSVC/GCC/G++
|
|
[2 replies] Last: 1) What ever compiler you like. I prefer MSVC. 2) If you're using ... (by AbstractionAnon)
|
Help! right triangle |
|
[2 replies] Last: Thanks so much! (by MichaelMorcos)
|
by vinny15
makefile question
|
|
[no replies]
|
by Potion
(Beginner) string variables not equaling in if statement
|
|
[3 replies] Last: Thank-you both very much! I took out cin >> my_pass; and it worke... (by Potion)
|
by pumzye
For Loop not Working
|
|
[9 replies] Last: Hello pumzye, The problem I figured out is the name before "B Nichola... (by Handy Andy)
|
by bobbyjy
Reading from a text file
|
|
[4 replies] Last: Mantorr22 , I wonder why someone reported our responses? Bobbyjy , ... (by dhayden)
|
by xPaInLxL
How to Add spaces to variable outputs?
|
|
[2 replies] Last: change line 17 to: cout << " Here is the result: " << result << endl... (by SIK)
|
by wingshot
Passing an array of pointers to a function
|
|
[3 replies] Last: > How an I make my example work with pointers? Why do you want to wor... (by JLBorges)
|
by play4u
Recursive backtracking maze solver
|
|
[3 replies] Last: Uhm.. I leave it marked # on purpose, so my recursion knows it should... (by cire)
|
by DeathLeap
comparing std::vector<string> to std::char
|
|
[1 reply] : // http://www.stroustrup.com/C++11FAQ.html#for for( const std::stri... (by JLBorges)
|
by rsoler1028
C++ beginner help
|
|
[1 reply] : #include <iostream> #include <iomanip> int main() { // use doubl... (by JLBorges)
|
by paul5473
New to c++
|
|
[3 replies] Last: Thank you (by paul5473)
|
by Bizzy
Gregorian Date Checker
|
|
[3 replies] Last: I really appreciate it, man! I'll see how it works with my project. (by Bizzy)
|
by Hassibayub
Hard to understand loop in user defined function.
|
|
[1 reply] : I presume you have read these? http://www.cplusplus.com/doc/tutorial/f... (by keskiverto)
|
by nfnicolas
Save the file in an array of values
|
|
[no replies]
|