by dolphin spa
Insertion Sort
|
|
[2 replies] Last: - Thank you! - about the formatting - yes will make a note of it. As... (by dolphin spa)
|
by paper32
Make variable recognize divide by 0
|
|
[6 replies] Last: Sure you could filter the inputs, but what if the inputs are all const... (by Stewbond)
|
by bradzzz
two dimensional array w/ pointers
|
|
[3 replies] Last: *(*(a+1)+2) is the same as a ok let me try to break this down: (a... (by dolphin spa)
|
by jmbauer1
operator overloading +, -, and =
|
|
[7 replies] Last: That's one way to do it, yeah. Another way is something like this: ... (by Disch)
|
by thecloud
Getting a number into written form
|
|
[no replies]
|
by hopesfall
How to erase cin info?
|
|
[4 replies] Last: [quote=Cuddlebuddie928]entered 123456 (enter) then 789 and got the fol... (by Cubbi)
|
by Rave
Whats wrong here? object not a member of class?
|
|
[8 replies] Last: thank you so much, i understand now. I am learning better now than wh... (by Rave)
|
by Mat001
Saved scripts vs compiled files
|
|
[2 replies] Last: Thanks. I'll try to get away by introducing the difference between a ... (by Mat001)
|
by Nalyk
Character counting!
|
|
[5 replies] Last: Figured it out. I couldn't get ToLower or ToUpper to work the way I w... (by Nalyk)
|
by Daker3
Decimal Precision [Answered]
|
|
[2 replies] Last: Thank you. I can't believe I didn't think of checking for a small diff... (by Daker3)
|
by GraphicLight
Not compiling?
|
|
[2 replies] Last: The hotkey for compiling your code in Visual C++ 2010 is f7. To run t... (by Nalyk)
|
by YBCO
Linking diffrent funtions
|
|
[3 replies] Last: It will return to main when the function ends, because main called it ... (by LB)
|
by lugiamaster
Functions not working properly in my program
|
|
[4 replies] Last: Not necessary. You have i++ to index into the array. You merely have ... (by roberts)
|
by tommydido
No looping statements
|
|
[14 replies] Last: #include <iostream> // for cin #include <string> // for getline... (by Texan40)
|
by lchopkins1
Working with Arrays and Functions
|
|
[5 replies] Last: You already have the index number. Pass another array, to save the in... (by Lynx876)
|
by altarion
String Help in Parts
|
|
[9 replies] Last: Did you include <sstream>? (by Athar)
|
by Caprico
How to check for equality against absolute 0?
|
|
[10 replies] Last: This is easy reading and also very interesting http://www.parashift.c... (by mik2718)
|
by Leta
[HELP] C++ algorithm for finding files
|
|
[1 reply] : If you are on the windows platform look up FindFirstFile() on MSDN. I... (by Texan40)
|
by nickoolsayz
[HELP] converting a for loop to do while
|
|
[3 replies] Last: Thank you, i butchered the code, but managed to figure what i messed u... (by nickoolsayz)
|
by Alex Bratu
Windows has encountered a problem
|
|
[6 replies] Last: thank you for the feedback, i'm really noob at this and a fresh eye is... (by Alex Bratu)
|