Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

boogyman19946

Member Since 15 May 2010
Offline Last Active Today, 11:44 AM
-----

Posts I've Made

In Topic: cannot find symbol even though its defined

21 May 2013 - 10:58 AM

I had a feeling that it wasn't the code that was generating the error, and it seems I was right. To be extra sure I wasn't going crazy, I compiled the code manually via command line last night and it compiled without problem. To fix the problem, I copied all of the source code, deleted the project in NetBeans, created a new one, and pasted the source back into the right folder. Then NetBeans was able to compiled the source without goofy errors. I intended to post the fix yesterday night but for some reason I was not able to log in, so I'm only able to post the update today.


In Topic: Errors on School Compiler

30 January 2013 - 04:16 PM

http://www.cplusplus.com/reference/istream/istream/operator%3E%3E/

 

From what I can gather, and I'm not sure if this is right, there is no declaration of 

istream& operator>>(string& );

which is what you are trying to use it as.

 

Try using

istream& get ( char* s, streamsize n, char delim );

instead.


In Topic: What else will i need to learn before i can make a rpg

30 January 2013 - 04:00 PM

It's hard to pin down what you need to learn if we don't know what you already know. You say you learned Python, but that's just programming. It would be most advantageous to you, if you start planning the game and learn the elements as you need them. You'll spare yourself a lot of time.


In Topic: So. That Calculus Thing.

21 September 2012 - 06:46 PM


From my experience, a thorough understanding of Calculus goes a long way to simplify most other subjects, especially physics. It's probably easier to work with than Algebra.


Calculus uses algebra, so how can it be easier.


It somehow escaped my mind that some problems need algebraic manipulation to actually be solvable. After a while of working with it, you start to forget it was once hard.

In Topic: So. That Calculus Thing.

21 September 2012 - 03:24 PM

From my experience, a thorough understanding of Calculus goes a long way to simplify most other subjects, especially physics. It's probably easier to work with than Algebra.

PARTNERS