by Ganado
Basic Model-View-Controller structure question
|
|
[4 replies] Last: > I suppose that isn't necessary a problem as long as the the Model cl... (by JLBorges)
|
by jacem49
Need Help
|
|
[5 replies] Last: Never mind, that fixed it, I just didn't understand at first, sorry. ... (by jacem49)
|
by kmph
Correctly writing numerically into a ANY integer variable
|
|
[4 replies] Last: > But since we do the comparison T(i) == i, then T(i) gets promoted ag... (by JLBorges)
|
by il dottore
undefined reference to `Scrittura::creaScritta(char*, int)'
|
|
[4 replies] Last: yes, there is i reuploaded the image have you tryed if the program ru... (by il dottore)
|
by fguy
weird problem with c-style string and sizeof()
|
|
[6 replies] Last: Yes, but IMO that should be after it has already used C++ strings, vec... (by jlb)
|
by koce
Listing files in Directory
|
|
[3 replies] Last: Problem solved. Above, .... for (auto &i : names) std::cout << i << e... (by koce)
|
by ayesha09
Browse file and save file
|
|
[11 replies] Last: It is gcnew not new (by coder777)
|
by jgreenwo13
Problem with Reading File into Array Structure
|
|
[3 replies] Last: Your sampledata.txt only seems to have six items but your structure ha... (by CodeWriter)
|
by kenking125
Access violation reading location
|
|
[5 replies] Last: For example: void Activity:: read acctivities(istream &is){ is >> act... (by coder777)
|
by MisterWHite
Weird stuff with fd.ignore.
|
|
[2 replies] Last: woops :D, alrighty (by MisterWHite)
|
help with "IF" statements. |
|
[2 replies] Last: thank you very much Yanson. It worked.. (by kavinda weerachandra)
|
by j95193
A small problem running my game
|
|
[1 reply] : Try changing this: fin.seekg(NULL,ios::beg); to this: fin.seekg(... (by xismn)
|
by FireCoder
Script broke.
|
|
[3 replies] Last: #include <iostream> //The following calculates the average of three ... (by closed account 48T7M4Gy)
|
Big O notation question |
|
[5 replies] Last: What I've done is about as simple as it gets -- What's left is some ba... (by Duthomhas)
|
I have a problem about float |
|
[6 replies] Last: Firstly, I m so thankful to you. I am sory. I just missed to turn %s t... (by ARAMDEVASTATOR)
|
by doozer45
need help Identifying what OS in on a PC programmatically
|
|
[2 replies] Last: Win 7 32-bit uses just the "Program Files" folder for programs, 64-bit... (by closed account E0p9LyTq)
|
by jacem49
Need Help
|
|
[2 replies] Last: I feel stupid for overlooking that, thank you. (by jacem49)
|
by Sajla
Probably a stupid question
|
|
[5 replies] Last: The only stupid question is one that you learn nothing from. (by kevinkjt2000)
|
by Filorn
decimal-to-binary number converter
|
|
[4 replies] Last: I forgot about your loop. [code firstline=6] for(i=10; i<0; i--){ ... (by Duthomhas)
|
by curious noob
Output to high scores txt file not as expected
|
|
[3 replies] Last: Also looks relevant: http://stackoverflow.com/questions/25413243/seekg... (by curious noob)
|