by rcwade93
Issue with Output of function to convert decimal to roman numeral
|
|
[4 replies] Last: It compiled for me but my compiler did not display these warnings. ... (by TheIdeasMan)
|
by ArmenHeat
Passing vector of strings and comparing to ASCII values
|
|
[1 reply] : Woop woop! Figured it out meself! void Information::isValid(std::v... (by ArmenHeat)
|
by gubhaus
2D array similar to excel
|
|
[no replies]
|
by maxman07
If Then Else running Then no matter what
|
|
[3 replies] Last: Why not ignore the rest after 'a' and go to the Else? Because if the... (by mbozzi)
|
by rantiv
How to use functions from the class members in main
|
|
[no replies]
|
by shanky001
increment operator output doubt
|
|
[7 replies] Last: > so its actually related to compiler, It is related to the language ... (by JLBorges)
|
by pdgaming
Function to generate random row/column position in 2d array
|
|
[3 replies] Last: See: http://www.cplusplus.com/forum/beginner/213027/ (by JLBorges)
|
by seungyeon
STL print everything and swap 2 lines if there is 2 lines
|
|
[3 replies] Last: i noticed that all my computations happen inside of the if statements ... (by seungyeon)
|
by sesslit805
how to add sub classes together
|
|
[6 replies] Last: this function by itself seems OK, the problem is elsewhere in the prog... (by gunnerfunner)
|
by seungyeon
how do i let he user input characters into a list
|
|
[5 replies] Last: Hello seungyeon, I do not use lists very often, so yesterday I became... (by Handy Andy)
|
by sesslit805
Where to check for conditions?
|
|
[1 reply] : it's better to check these conditions through the Package ctor and ens... (by gunnerfunner)
|
by Ch1156
help understanding npos code
|
|
[1 reply] : So the .find returns the position it found the character at, in this ... (by integralfx)
|
by const
Searching multi dimensional array for smallest and greatest values
|
|
[2 replies] Last: Use std::vector::assign to flatten the 3D array into a std::vector –... (by gunnerfunner)
|
Drunk Walker Program |
|
[1 reply] : Your program does enter the switch statement but then gets stuck there... (by keineahnung)
|
by seungyeon
STL List how do I input a line into the list?
|
|
[4 replies] Last: why is my "Enter a line " print twice? the new-line character is lef... (by gunnerfunner)
|
by taf0110
making char's integers
|
|
[3 replies] Last: I appreciate it thank you so much!! (by taf0110)
|
How to enter more than one number in cin |
|
[4 replies] Last: //best way int num1,num2,num3; cin >> num1 >> num2 >> num3; //your... (by seungyeon)
|
Help with homework and i have no idea where to start. |
|
[2 replies] Last: Just like joe said. Its really simple if you can use vectors vector... (by kingkush)
|
by xxvms
find number
|
|
[4 replies] Last: Hi Coder777 and Skinding thank you for your help :) I will be revie... (by xxvms)
|
by CloakedJ24
Am I going at this all wrong?
|
|
[2 replies] Last: I had only 30 minutes to make it so I took a guess. I have no idea wha... (by CloakedJ24)
|