by bajablast
Program to find multiple of 5?
|
|
[2 replies] Last: I ended up coming up with this! Thank you! #include <iostream> using... (by bajablast)
|
by Icshorts
HELP WITH A _EmployeeClass_Program
|
|
[5 replies] Last: If the methods are in the class or outside I still get an error both ... (by TheIdeasMan)
|
by Turnip
string to char placed into vector
|
|
[4 replies] Last: AH! Yes this is what I have been looking for! The method for line look... (by Turnip)
|
by jadaith
Collision for 2D scroller.
|
|
[no replies]
|
by valek
My first attempt with cin and strings
|
|
[2 replies] Last: Oh man.. Such a silly mistake... Thanks for your help :) (by valek)
|
by Kiwihead
function to calculate array stats
|
|
[1 reply] : Sure use sort method: http://www.cplusplus.com/reference/algorithm/sor... (by rcast)
|
by OddGuy
Program crashes if input is >307
|
|
[4 replies] Last: I'm just learning bout arrays and it's a new concept to me. The progra... (by OddGuy)
|
by sly0981
Battleship game question
|
|
[5 replies] Last: If you're getting "expected declaration", you probably have unmatched ... (by AbstractionAnon)
|
by Katt21
For loop problem
|
|
[3 replies] Last: Welcome. Hope that helped. (by BinaryGeek)
|
by valek
Project recommendations?
|
|
[4 replies] Last: @Ispil - I think I'm going to try the deck of cards. That sounds like ... (by valek)
|
by fakesummon
Array Help?
|
|
[2 replies] Last: Ok I figured it out thanks (by fakesummon)
|
by Skullgunner1
Program won't allow imput?
|
|
[1 reply] : You stated "using namespace std" inside of main(). Put it before main,... (by Ispil)
|
by Jace
Function issue
|
|
[2 replies] Last: what? What about it? I tried to look stuff up on google but I couldn't... (by Jace)
|
by Exempt
Parsing data from a .txt file.
|
|
[7 replies] Last: Wow, this really is a pain in the butt. I've read that getline will on... (by Exempt)
|
by Vidminas
eklavya's header file for coloring the console
|
|
[8 replies] Last: I have uploaded a new article: http://www.cplusplus.com/articles/Eyhv0... (by eklavya sharma 2)
|
by dathtom
Trying to to a database type prgram C++
|
|
[5 replies] Last: You're absolutely welcome! :) Now why don't you mark this topic as so... (by Vidminas)
|
by MrSlippery
New to C++... where to begin?
|
|
[6 replies] Last: Jumping into C++ is a very hard beginner book. I am using it right now... (by Minimacfox)
|
by hvigil
Checking if a point is inside a rectangle
|
|
[5 replies] Last: Ok thanks !! (by hvigil)
|
Creating a message with each value |
|
[3 replies] Last: Okay, thank you. I really appreciate the replies. You were correct abo... (by anthonyxmarinaro)
|
Dynamic memory for class array |
|
[4 replies] Last: Awesome! Thank you. So far this is working. I still have to do my lo... (by Brian Christensen)
|