by mfa323
Help creating Address Book Using class and struct
|
|
[5 replies] Last: The below is your sort function; not being a part of your createBook c... (by closed account j3Rz8vqX)
|
by StrikeChaos1
Best files operation library
|
|
[1 reply] : Check out boost.filesystem http://www.boost.org/doc/libs/1_55_0/libs/... (by nvrmnd)
|
Planning a program |
|
[5 replies] Last: I'm in the middle of writing my own RPG game myself. So far I have ov... (by prestokeys)
|
by iliya24
pointers help
|
|
[3 replies] Last: FirstVar is the address of the first int in myArray. (by Duthomhas)
|
by allekj
How to make an error statement
|
|
[1 reply] : When you post please use codetags http://www.cplusplus.com/articles/z1... (by Yanson)
|
by mrspam
Order number display screen
|
|
[1 reply] : #include <iostream> #include <algorithm> #include <vector> #include <... (by Yanson)
|
by quayda
IDE/Compiler troubles
|
|
[3 replies] Last: Make sure you have a main function, and that it is declared as eithe... (by long double main)
|
by football52
For Loops
|
|
[6 replies] Last: Ok. This guy isn't the most professional teacher of C++ but he will t... (by strife)
|
by Rholar
Inputting numbers from text file into an array
|
|
[6 replies] Last: Thanks for the help. I got the program running nicely now and learned ... (by Rholar)
|
by Sharan123
Intialising Global data-type
|
|
[4 replies] Last: Yeah, statics and globals really are, from a data storage POV, exactly... (by Duthomhas)
|
by Darryl123
Question (not sure about title)
|
|
[17 replies] Last: That might help out a lot, thanks! (by Darryl123)
|
Design issue - please help |
|
[2 replies] Last: Yea and the duplicate was resolved lol.. oh well. :) (by Codermik)
|
by SrgjanLDTeam
Question about C++ Program
|
|
[5 replies] Last: alright (by SrgjanLDTeam)
|
by theanswer
Compare structs
|
|
[4 replies] Last: Thank you :) (by theanswer)
|
by eunnuhae
Global & Local objects
|
|
[1 reply] : Global objects can be used by anyone. Local objects are limited in sc... (by Stewbond)
|
by MrMeatBoy
Can't understand logic of perimeters
|
|
[4 replies] Last: Autocorrect drives me bonkers -- and I still can't figure out how to t... (by Duthomhas)
|
by Pter0dactyl
int vs *char
|
|
[5 replies] Last: Ok Thanks for the answer. (by Pter0dactyl)
|
by chofs
problem computing if statements in 2d array
|
|
[1 reply] : The problem is at lines 51-52, you're displaying -1 on the first non-m... (by AbstractionAnon)
|
Lottery game only using if conditions |
|
[7 replies] Last: Thanks so much guys! Thanks JLBorges! (by AnEndingAscent)
|
by Red Rage
Problem with If statement
|
|
[2 replies] Last: If you're checking to see if the user entered the character M, check f... (by wildblue)
|