by Arslan7041
insertNextTo function, templated, and iterators
|
|
[3 replies] Last: Nevermind, got it to work. Made the following adjustment: template <... (by Arslan7041)
|
by VDurkaDurkaV
C++ Outputting individual digits and the sum(Correct order!)
|
|
[1 reply] : #include <iostream> #include <iomanip> using namespace std; int ma... (by VDurkaDurkaV)
|
by survivor31
cctype doesn't have special characters function
|
|
[3 replies] Last: Thanks Bdanielz!! it works!!! you the man! (by survivor31)
|
by VanCode
Blank Terminal
|
|
[6 replies] Last: cin >> d // std::cin is the standard input stream used with "narrow... (by RobiBue)
|
by jam47
Problem using the Modulo
|
|
[4 replies] Last: Thanks Peter87! I have now get it. I just divided 5 by 2 manually then... (by jam47)
|
by cstudentc
getline problem
|
|
[3 replies] Last: I have solved it I just decalred the strings how you did and changed ... (by cstudentc)
|
by ande626
Calculate Time With Recursion?
|
|
[2 replies] Last: Your function always returns 1 on line 9 or 0 on line 13. Line 15 ... (by cire)
|
by dogsu1230
help please. vector subscript out of range error.
|
|
[2 replies] Last: Overall, the loop on lines 13-19 has very strange logic, not just in l... (by keskiverto)
|
by daym
OpenGL problem (glGenBuffers) - crash (access violation)
|
|
[7 replies] Last: So, you initialized GLEW after calling glfwmakecontextcurrent ? wh... (by xismn)
|
by mariosconsta
Using function overloading with constructors..
|
|
[6 replies] Last: That's what i want to do, but i don't know how. (by mariosconsta)
|
by Sampl37
Differences Between String, Float, Double, and Int variables
|
|
[2 replies] Last: int is for integer variables like -7, 0, 1, 100, ...... it take 4 byte... (by gurgen1997)
|
by gurgen1997
C++ advance
|
|
[no replies]
|
by StMichael
Is there simple way of setting console width in C++
|
|
[1 reply] : A simple way. No. One possible way to do this is to overload the std... (by AbstractionAnon)
|
by vaultDweller
How can I use ASCII to loop through an array and count the characters in that array?
|
|
[1 reply] : No need for nested loops. #include <string> #include <iostream> usi... (by AbstractionAnon)
|
by crimhaze
Anagram program
|
|
[1 reply] : line 12: The ; terminates the for loop. Here's a simpler version: ... (by AbstractionAnon)
|
by tNK
Need help understanding this code.
|
|
[4 replies] Last: This might confuse a bit, but the array product is not going to u... (by RobiBue)
|
by lvluffinz
Help with c++ game
|
|
[1 reply] : This isn't particularly a C++ question; it's an algorithms question, a... (by Moschops)
|
by Bopaki
Getting an error when compiling a project
|
|
[6 replies] Last: When I removed one of the main driver testing programs from the projec... (by Bopaki)
|
by iyed91
C++
|
|
[16 replies] Last: Maybe this is interesting: http://www.linuxquestions.org/questions/pr... (by coder777)
|
by xxdms2k11xx
password masking help
|
|
[1 reply] : I searched the forum for "password masking" and this was the first thr... (by booradley60)
|