by melmar3
Writing a dynamically allocated struc to a txt file
|
|
[2 replies] Last: ok thats great. now how do I format the out put? im doing accord << ho... (by melmar3)
|
by Day Vide
MessageBox error
|
|
[2 replies] Last: Great ! Thanks man your a hero. (by Day Vide)
|
by gr8flmommy
Passing Arrays of Objects to Functions
|
|
[2 replies] Last: Thanks so much!! (by gr8flmommy)
|
by SkarFaceT9
Binary Search not working
|
|
[3 replies] Last: ugh, wow. such a simple mistake. thank you cire. and all the weird "re... (by SkarFaceT9)
|
by bukbukramos
Split String to Validate
|
|
[2 replies] Last: Someone reply and help please.... People will come and help when and... (by integralfx)
|
by Miraclefruit
C++ Structures program
|
|
[2 replies] Last: Lol dammit, thanks for the catch! So I fixed that but this is the outp... (by Miraclefruit)
|
by bluefrog
template confusion
|
|
[4 replies] Last: Finally solved, so I thought I'd post solution for any comments. ... (by bluefrog)
|
by coll97
Erase from string
|
|
[3 replies] Last: Not relevant, you have a misconception about what std::string::find_... (by integralfx)
|
by coll97
Sum calculation (string)
|
|
[1 reply] : You might want to have a look at this: http://www.cplusplus.com/forum/... (by integralfx)
|
by jonnieb12
Hangman theme/words
|
|
[2 replies] Last: thank you so much ! (by jonnieb12)
|
by ace6208
What Is The Point Of A Constructor?
|
|
[1 reply] : Constructors are called everytime you make an instance of a class. (in... (by Golden Lizard)
|
by oanaa94
C++ working with .txt file
|
|
[14 replies] Last: I can now:D (by oanaa94)
|
by ash54546
IF statements inside FOR loop
|
|
[4 replies] Last: Because you wrote the same for loop and your string value is the sam... (by fantomasAlbania)
|
by nfnicolas
continuous loop
|
|
[2 replies] Last: What type of varibles are the colors ? I think you should declare them... (by fantomasAlbania)
|
by rdigney
function: is string a substring - Help Please
|
|
[3 replies] Last: Please do yourself a huge favor and include <string>, not <cstring>. W... (by xismn)
|
by fivestar
issues with functions
|
|
[1 reply] : Some can be easily made into boolean functions bool is_Trap(const ch... (by Golden Lizard)
|
by Coyo
Help with outputting the max and min number using If Else
|
|
[7 replies] Last: Thanks for all the help guys, problem solved. really appreciate the re... (by Coyo)
|
by afigueroa90
Do while loop issue
|
|
[7 replies] Last: With the do while loop, the error message gets spit out even if a vali... (by wildblue)
|
by rdigney
credit card validation
|
|
[2 replies] Last: Thankyou!! It works perfectly! (by rdigney)
|
by Favorii
Pop Push Algoritms
|
|
[2 replies] Last: if it was a homework i can get it from my friend i am trying to learn ... (by Favorii)
|