by aaronf89
Function help with a program
|
|
[17 replies] Last: So delete the other part which is what I showed you in my earlier post... (by closed account 48T7M4Gy)
|
by rezy3312
class does not work
|
|
[2 replies] Last: Hi, rezy3312 I would have write your code in another style, of which I... (by Enoizat)
|
by kenon27
HELP ME WITH MY PROGRAM
|
|
[2 replies] Last: cgrade = mgrade *(1.0/3.0) + fgrade *(2.0/3.0); Avoid magic number... (by TheIdeasMan)
|
by tochiimochii
Help with a program?
|
|
[3 replies] Last: Hope this will offer you some suggestion (it's not optimized): #inclu... (by Enoizat)
|
by wasey
Need Help with a Pointer (1,2)
|
|
[24 replies] Last: Just the nullptr thing, I notice you have checks for that in various... (by TheIdeasMan)
|
by Baconator
Help returning values
|
|
[1 reply] : Line 6 you say void getData(int speedLimit, int driverSpeed); which ... (by kingkush)
|
by ejkang62
class portions that will be called by each method
|
|
[3 replies] Last: thank you all!! all make sense :) (by ejkang62)
|
by seungyeon
repeat a program without pressing ENTER
|
|
[3 replies] Last: You need to put your terminal in raw mode. There is no standard way ... (by mbozzi)
|
by zntr1
Printf or cout?
|
|
[10 replies] Last: Folding over the sequencing operator works with clang++ 3.8 and g++ 6.... (by JLBorges)
|
by kingkush
function to find lowest card not working correctly
|
|
[6 replies] Last: Friend gave me an idea of placing a variable into class CardTemplate ... (by kingkush)
|
by ejkang62
is conversion of user input to int array possible?
|
|
[2 replies] Last: clear!thank you so much! (by ejkang62)
|
by ejkang62
string to int. please explain this given solution
|
|
[3 replies] Last: this so much makes sense!!! thank you all~~ (by ejkang62)
|
by shycas2008
I Can't Stop This Loop - Help?
|
|
[4 replies] Last: GunnerFunner, It works perfect - thank you for the distinction of incr... (by shycas2008)
|
by mayukhC
Need help with arrays
|
|
[4 replies] Last: That's what I was doing before I wrote this but my code wasn't compili... (by mayukhC)
|
by jamesfarrow
help with hangman game
|
|
[2 replies] Last: It's hard to look over such many rows of code, so I decided to re-writ... (by Enoizat)
|
by khvkhv
Passing array to another classes failed?
|
|
[2 replies] Last: Hi, for (int a=0; a<20; a++) { for (int b=0; b<20; b++)... (by khvkhv)
|
by rradeba
cannot get code to compile. HELP
|
|
[1 reply] : int main() { string str; cout << "Enter a word: ";//pr... (by jonnin)
|
by rradeba
Help fixing error in code
|
|
[4 replies] Last: ok i added the return rStr and i am still getting an error message: ... (by rradeba)
|
by Ben1011001
Im not sure how this looks in code form!
|
|
[9 replies] Last: @Enoizat Got me there ;) (by kingkush)
|
by Bagration1
type concersion
|
|
[1 reply] : a hint ... would be quite helpful http://en.cppreference.com/w/cpp/... (by gunnerfunner)
|