by FighterCoder
More LNK Errors
|
|
[13 replies] Last: Yep that worked, cheers man :) I appreciate it a lot. (by FighterCoder)
|
by Carson2006
Consistant portable pausing of the console
|
|
[5 replies] Last: Yes. What istream::sync() does is makes sure that the input stream ... (by Duthomhas)
|
by helloannieCx
Please Review My Number Guessing Program
|
|
[3 replies] Last: Well, the MultInputCheck looks like a good idea. It would be even bett... (by andywestken)
|
by ctaylor4874
If statements not executing correctly
|
|
[5 replies] Last: Gamer2015 that makes a lot of sense, and thank you for breaking it dow... (by ctaylor4874)
|
Difference between postfix and prefix increments? |
|
[7 replies] Last: Ok I understand now. Thank you for this. Yeah, I thought it did that,... (by closed account yR9wb7Xj)
|
by rahul820
Complex nUmber
|
|
[1 reply] : Did you read the complex reference page? http://www.cplusplus.com/refe... (by AbstractionAnon)
|
by Macpon7
Feedback on my first "real" program
|
|
[3 replies] Last: Meanwhile... I think the code looks good. A few minor points. 1. in... (by andywestken)
|
singly linked list |
|
[8 replies] Last: That code works fine, I don't think it does undefined behaviour. (by shadowmouse)
|
by Slashdash
If statement
|
|
[4 replies] Last: if(xTest==0 && (yTest==4||yTest==6||yTest==8)) (by shadowmouse)
|
by spsrijan
Solve Sudoku using Backtracking
|
|
[1 reply] : I think there may be an error in line 119 ... The problem here is th... (by andywestken)
|
by ttuethao
Abstract base class
|
|
[4 replies] Last: Hmm, OK. I found that virtual function should not be declared as "inli... (by ttuethao)
|
by megatron 0
Generic Programming: How to make things independent?
|
|
[4 replies] Last: I was suggesting maybe providing an abstract base class, from which t... (by megatron 0)
|
by jhykima
Character Arrays
|
|
[2 replies] Last: ... oh my goodness. I'm so dumb. Thank you. (by jhykima)
|
by KANwa1987
Array - Diagonal
|
|
[4 replies] Last: I'd say it is the smaller one of row and column-number. Thank you!... (by KANwa1987)
|
by sajis997
getline function and get rid of escape characters
|
|
[3 replies] Last: getting rid of them is not the same as trimming... to trim characters ... (by Gamer2015)
|
by FighterCoder
Write a file
|
|
[8 replies] Last: Okay cheers (by FighterCoder)
|
by user1994
Finding the non-zero smallest integer in anumber
|
|
[1 reply] : nah, it doesn't work if the number has a 0 in it, you should check tha... (by Gamer2015)
|
by lucasf100
Help for a little program
|
|
[1 reply] : http://www.cplusplus.com/doc/tutorial/classes/ that should start you o... (by mutexe)
|
by PSYCHAMERON
Array-pointer issue
|
|
[9 replies] Last: Thanks to everybody. The more I learn, the more I realize how little... (by PSYCHAMERON)
|
by robingumbuza
Output VS 2003
|
|
[1 reply] : What has this to do with C++? Google showed this: https://www.facebo... (by coder777)
|