by mishappp
Sub string from string.
|
|
[2 replies] Last: do you need everything? If I need every piece of information here I w... (by Gamer2015)
|
by shadder
constructor for different objects
|
|
[10 replies] Last: oh! thanx... (by shadder)
|
by h4ever
GDI+ problem
|
|
[1 reply] : http://stackoverflow.com/questions/3489373/visual-studio-c-2010-expres... (by Hippogriff)
|
by knexkid9
Error checking C++ function - help - more explanation can be added if needed
|
|
[1 reply] : Too much background text. Here are some problems I see with the code ... (by Hippogriff)
|
Anybody have any remarks on my code? |
|
[7 replies] Last: I see now. Though it's interesting that I've been used to creating cus... (by YFGHNG)
|
by ixzilerate
Need help turning a string to an int
|
|
[2 replies] Last: #include <iostream> int main() { std::string str = "Helle World!";... (by Renthalkx97)
|
by RAVSHAN02
Need Help with triangle area calculator problem
|
|
[12 replies] Last: I ran the program and knew it was working after the bracket change and... (by closed account 48T7M4Gy)
|
by DestinyJames
HELP PLEASE
|
|
[2 replies] Last: If your stuck, try writing it on paper, and think about the process. (by SamuelAdams)
|
by mRBLITZ
Problem with if statement with multiple or conditionals
|
|
[1 reply] : A man is not a woman or a fish. Think about it. Your if statement wil... (by pnoid)
|
by Jon15
Checking for binary input and conversion
|
|
[17 replies] Last: Nevermind I figured it out, thanks for all the help guys. (by Jon15)
|
by cbar
Newbie converting distance errors
|
|
[1 reply] : #include <iostream> #include <iomanip> // conversion constants const... (by JLBorges)
|
by Beginner1551
Problem with simple code
|
|
[3 replies] Last: Because you are doing integer division to calculate 'Average'. The ans... (by Arslan7041)
|
by Immo
Overloading >> operator for inherited class
|
|
[1 reply] : #include <iostream> #include <string> struct person { virtual ~p... (by JLBorges)
|
by lxyamerica
debug error
|
|
[4 replies] Last: Here is another sample I just defined error as a template. My IDE does... (by Blackhart98)
|
by jcherry99
Closing the console
|
|
[no replies]
|
by PopRockCandy
input validation does not work
|
|
[no replies]
|
by kkl19880913
struct, function and pointer problem
|
|
[no replies]
|
by dummy101
Class, loops, constructors
|
|
[no replies]
|
by jokru
.txt into a char (1,2)
|
|
[23 replies] Last: Thank you so much man, you have helped me so much! (by jokru)
|
by dvdbeedy
Dividing without division or mod operator
|
|
[1 reply] : See the "The while loop" section here: http://www.cplusplus.com/doc/tu... (by andywestken)
|