Rock's cpp truck.

Rock's cpp truck.

SuperJer
Websiteman

2005 Mar 20 • 6629
Rockbomb said:
Hmmm, if I do cin.ignore(1000);, I have to hit enter 1000 times before I can continue with my program
going back to cin.ignore();

That's why I suggested
code
cin.ignore(1000,'\n');
which waits for a newline but also clears all other characters so your buffer doesn't fill with spam. It's not a big deal, but I think it is dumb if typing ABC<enter> skips the next 4 prompts.
 
 
 
2010 May 16 at 23:52 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2010 May 17 at 04:51 PDT
Rockbomb
Dog fucker (but in a good way now)

2009 Nov 13 • 2045
Down Rodeo said:
Cheers Jer!

 
 
 
2010 May 17 at 08:56 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Chrome has an extension for pastbin.com. Anyways, when I try to compile this in dev-c++ I get this error:
code
C:\Users\Mike\Documents\RB's thing\Makefile.win [Build Error] No rule to make target `C:/Program', needed by `main.o'. Stop.
 
 
 
2010 Nov 5 at 14:27 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
Firstly I'd drop the quote mark from the path. Secondly I'd check all the build files because MSVS is trying to build "C:\Program" which is clearly the first bit of "C:\Program Files\" and so on. So something's wrong there.
 
 
 
2010 Nov 5 at 14:44 PDT
sprinkles

Chrome Whore
2009 Sep 6 • 2547
10 ₧
Down Rodeo said:
Firstly I'd drop the quote mark from the path.

Right.
Down Rodeo said:
MSVS

See my previous post please.
 
 
 
2010 Nov 5 at 15:27 PDT
Down Rodeo
Cap'n Moth of the Firehouse

Find the Hole II Participation Medal
2007 Oct 19 • 5486
57,583 ₧
 
 
 
2010 Nov 5 at 16:05 PDT
Page 1 2 3 [4]