Why do you even need to give a reference a data type? (1,2) |
|
[21 replies] Last: MSDN's explanation is a little lackluster. This is a much better re... (by Disch)
|
by vanllabean81
Triangle program help (1,2)
|
|
[32 replies] Last: Today is Converting_my_General_List_to_a_Linked_List day. Fun times. (by vanllabean81)
|
by kevinmur
My Tic-Tac-Toe - Advice/Tips?
|
|
[7 replies] Last: Why force the program to use more memory than it needs to when you cou... (by Volatile Pulse)
|
by timeout2575
Problems with if / else statement
|
|
[8 replies] Last: Sorry, this was my fault! Now it works just fine! Thank you to everyon... (by timeout2575)
|
by MK1
Source Code
|
|
[11 replies] Last: I Want The Codes Who I Must Write On C++ Script Then Learn it . Or I ... (by ThangDo)
|
by anindyasd
using gets() on operation file program
|
|
[no replies]
|
by fuerchter
shell sort question
|
|
[2 replies] Last: Thanks, Peter that cleared it up nicely. Now I was actually able to wr... (by fuerchter)
|
by doraemon
Compile with Visual Studio 2010
|
|
[2 replies] Last: Click Build. (by ResidentBiscuit)
|
Which Books are Good from the list? |
|
[2 replies] Last: The Meyers books target someone who has just learned C++, such as a re... (by moorecm)
|
by vittu
C++ and libraries
|
|
[2 replies] Last: in bigger project, you might require a lot more function from differen... (by ThangDo)
|
by Floyd
C++ String to unsigned long
|
|
[3 replies] Last: Thank you for all help! I did just like LowestOne said: string ID =... (by Floyd)
|
by pbruusgaard
getline problem
|
|
[4 replies] Last: Well, a better way would be to get all of your input using getline(), ... (by firedraco)
|
by hacker804
Book suggestion
|
|
[3 replies] Last: Take a look at Accelerated C++, it is a much faster pace than the Prim... (by Cubbi)
|
by Gregorgoy
Problem with homework... New to c++
|
|
[3 replies] Last: tell your teacher to explain better. (by DysFunqTional)
|
by Whovian
Fairly basic Fahrenheit to Celsius converter not working
|
|
[4 replies] Last: I think that here std::cout << "New value: " << ((cf-32)*5)/9 << std:... (by vlad from moscow)
|
C++ Self-Exercises. HELP |
|
[3 replies] Last: Don't give the person the answers! :) a) Should print the value of x... (by Whovian)
|
Exception Handling |
|
[2 replies] Last: As I work on your suggestions in regards to the exception class itself... (by Captain Cosine)
|
by zidbas
vector of lists of elements
|
|
[3 replies] Last: Don't say you love me until after you test the code! So i cant itera... (by Catfish2)
|
by Allen LF
New to c++ and it my poll maker isnt working
|
|
[3 replies] Last: thanks a ton james and the ideas man allen (by Allen LF)
|
by tyler22
Function executing without being called
|
|
[7 replies] Last: That's cool. I'm glad to be of help. I didn't want to talk you out... (by Disch)
|