by dcast55
Problem with loop and reading input file
|
|
[6 replies] Last: Yea, I can't figure out what the problem is. I connected to my school'... (by dcast55)
|
by apa125
2D dynamic array problem
|
|
[3 replies] Last: thanks a lot (by apa125)
|
by Anonagon
What is data driven programming?
|
|
[4 replies] Last: Thanks fr the help guys- and both replies from Abstraction and Lowest ... (by Anonagon)
|
by Beginner007
NEED HELP PLEASE
|
|
[4 replies] Last: this is what i have now. why does it have so many errors? what did i ... (by Beginner007)
|
by ann veal
Function to write to specified file name
|
|
[5 replies] Last: string s = "my file.txt"; fstream inout; inout.open(s.c_str(), ios::ou... (by IWishIKnew)
|
by Bugsplatter
Understanding Class Interaction (Collaboration)
|
|
[1 reply] : bumping as it went off the first page. (by Bugsplatter)
|
Jumping to the main function |
|
[6 replies] Last: Or better: Forget forever those goto keyword of C++! (by tcs)
|
by Lukvang
Overloading extraction operator
|
|
[2 replies] Last: I think this has nothing to do with your question, but: 1. I don't un... (by tcs)
|
by comingSoon
really need a help!!
|
|
[1 reply] : #include <iostream> #include <algorithm> #include <vector> #include <... (by Facedown)
|
by panther1
Purpose of Private and Public Access Specifiers, OOP??
|
|
[3 replies] Last: I don't know how this will match question you asked but i'll give exam... (by eraggo)
|
by panther1
Purpose of Private and Public Access Specifiers, OOP??
|
|
[3 replies] Last: freddy explained very well, but I can add to it that it is more way of... (by Shinigami)
|
by Jace
Function issue
|
|
[5 replies] Last: There are no red lines under anything, so it seems like there wouldn't... (by Jace)
|
by wannaBgeek
associating a character name with a numerical number in an array
|
|
[2 replies] Last: Thanks for that solution MiiNiPa, Int would will be fine for these ele... (by wannaBgeek)
|
by sojalife12
Help with functions and infiles!
|
|
[1 reply] : some of it may be sloppy but I really do not know what else to put in ... (by sojalife12)
|
by lavekyl
HELP!
|
|
[2 replies] Last: Thank you. I feel like an idiot. It works now. (by lavekyl)
|
by SRT04
printReverse names
|
|
[1 reply] : Apart from the first line, the data seems to be: int 1 string ... (by Chervil)
|
by Tax
Arrays for beginners
|
|
[6 replies] Last: Isn't the 13th line initializer? Yes, but you initialize only the fi... (by maeriden)
|
Memory Leak help? |
|
[1 reply] : http://www.libsdl.org/projects/SDL_ttf/docs/SDL_ttf_43.html (by cire)
|
by jjwarns
String manipulation code
|
|
[6 replies] Last: @tntxtnt: You're correct, I remade it: for (std::string::iterator str... (by Lowest0ne)
|
by Nuserame
Function works for only 201700 times?
|
|
[14 replies] Last: Comparison of int, char and bitset. #include <iostream> #include <bit... (by Chervil)
|