by Goosage
First game in sfml/c++ (1,2)
|
|
[22 replies] Last: Reading and understanding compiler errors is a major part of programmi... (by Disch)
|
by jonesy116
Imput file to output file
|
|
[1 reply] : Single quotes ' ' like this mean what's inside these is a character, n... (by hanst99)
|
by gchatt
intro C++ operator error?
|
|
[2 replies] Last: ofstreams are defined to create new files when you open files which do... (by hanst99)
|
by Robinvk
overloading operator and & (not adress)
|
|
[3 replies] Last: Well, to answer your question: Yes, this is pretty much almost correct... (by hanst99)
|
by cth90
Having trouble obtaining an average
|
|
[2 replies] Last: Thank you very much, it finally worked. (by cth90)
|
by lapoker85
Error C2011 using classes
|
|
[9 replies] Last: Because you use std::strings. If you don't write using namespace std;... (by hanst99)
|
by kaytiana
[run] Killed
|
|
[5 replies] Last: Sorry, I am still new to this, I thought it was just a standard error ... (by kaytiana)
|
by kultrva
Trouble with pointers
|
|
[3 replies] Last: The thing is the '->' operator says "Take the data this pointer on the... (by Computergeek01)
|
by miatech
Bracketing Search Exersice
|
|
[8 replies] Last: I was able to get it working passing by & reference, but what would I ... (by miatech)
|
by oldnewbie
Unicode?
|
|
[7 replies] Last: ANSI, if you have to. Though I would still recommend you to stick to g... (by hanst99)
|
by winecoding
a question on the code of transforming string into double
|
|
[2 replies] Last: well, the ascii value of the character '0' is 48 and of '9' is 57, so ... (by jsmith)
|
by toolnard
Changing a .dat File
|
|
[4 replies] Last: I'm certain it won't. My question is, how do I edit something in the "... (by toolnard)
|
by raikoshono
*** glibc detected *** double free or corruption
|
|
[4 replies] Last: Nothing looks immediately wrong, except for the fact that it looks li... (by raikoshono)
|
by KandAgirl
Need advice on nested while loops.
|
|
[5 replies] Last: Line 31: leastpoints = leastpoints; (by filipe)
|
by kaytiana
Solving for x
|
|
[12 replies] Last: Have you tried implementing gaussian elimination? You'd have to transf... (by hanst99)
|
by BluieJFox
Implementing a stack
|
|
[6 replies] Last: Thank you so much! This should be enough to get me started, thank ... (by BluieJFox)
|
by bigchief
using binary search to find a name
|
|
[4 replies] Last: thanks bud (by bigchief)
|
by ldm
Strange problem with templates
|
|
[6 replies] Last: My mistake, I misread the OP :/ (by filipe)
|
by kernalSeiden
clearing the buffer with cin
|
|
[6 replies] Last: it's been a few days since i posted, but i'm jumping back into the pro... (by kernalSeiden)
|
by ccund001
Stepwise Refinement and Top-Down Design
|
|
[1 reply] : Not that I want to be rude or anything, but this is not a C++ question... (by hanst99)
|