by Trent10van
wont stop
|
|
[3 replies] Last: Change your while loop: cin >> guess; while (guess != num) { cout << ... (by coder777)
|
by csstudent123
parsing a line
|
|
[5 replies] Last: done! :) (by csstudent123)
|
by smackthat1
Error while running the code, please fix this issue, Thanks :)
|
|
[3 replies] Last: Thanks a lot Kemort. your help is highly appreciated and now i learned... (by smackthat1)
|
by zjohnson17
Errors involving c style strings for a caesar cipher program
|
|
[2 replies] Last: http://www.cplusplus.com/forum/beginner/174351/ (by closed account 48T7M4Gy)
|
by Trent10van
?? loop, seperating parts, random numbers. lets play a game...
|
|
[1 reply] : Put in code blocks and use proper indentation please. (by closed account 48T7M4Gy)
|
by Dkob1
Function prototype? & Global constant
|
|
[3 replies] Last: Ok, sorry I just need faster replies so I did that. That's OK. Nex... (by closed account 48T7M4Gy)
|
by Ozzy69
Help me with a string
|
|
[1 reply] : You need to use double back-slashes (\\). #include <iostream> #inclu... (by closed account E0p9LyTq)
|
Pointer function and non-pointer function |
|
[3 replies] Last: It means that unlike other things (such as integers, strings, etc) fun... (by LB)
|
by Xuki
Graphics Programming in C++
|
|
[8 replies] Last: Nothing much closing this stupid thread sorry for wasting all of your ... (by Xuki)
|
by WalfasP8
Nested lists of classes
|
|
[1 reply] : #include <iostream> #include <list> struct vertex { /* ... */ }; str... (by JLBorges)
|
Temperature Converter |
|
[1 reply] : http://www.cplusplus.com/forum/beginner/174349/ Don't create multiple... (by Hippogriff)
|
by gneisler
I need some help with this Class program
|
|
[7 replies] Last: what are you talking about ?? (by ncaver)
|
by Dkob1
Function definition (basic)
|
|
[1 reply] : Yes. (by Hippogriff)
|
by ncaver
Programming Help !
|
|
[3 replies] Last: nope! (by ncaver)
|
by Ozzy69
How manipulate a string?
|
|
[3 replies] Last: to_string is C++11 but you can look up other functions if you are st... (by Hippogriff)
|
by carl123
Create a multiplication table program
|
|
[1 reply] : Try to write the code yourself. When you get stuck for 30 minutes, pos... (by dhayden)
|
by newb4lyfe
Memory allocation (deletion)
|
|
[5 replies] Last: 'array' is not a class. I guess what I'm also trying to say is that ... (by helios)
|
by nad27
Cartesian product
|
|
[1 reply] : That's a good question. Until now I didn't know they were lost. (by closed account 48T7M4Gy)
|
by mazaret
data abstraction
|
|
[3 replies] Last: I said warnings, no errors. This is the important one foo.cpp: In func... (by ne555)
|
by ravencoat
How to find first day of a month using C++
|
|
[9 replies] Last: #include <iostream> #include <string> int main() { std:: string day... (by closed account 48T7M4Gy)
|