![]() |
Teh Calc C++ - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Programming (https://mirage-engine.uk/forums/forumdisplay.php?fid=24) +----- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=27) +----- Thread: Teh Calc C++ (/showthread.php?tid=2752) |
Teh Calc C++ - GIAKEN - 16-04-2009 I made this a long long time ago...before I knew VB. I think I'll either pick C++ back up again or go with Java. [ATTACHMENT NOT FOUND] Re: Teh Calc C++ - Kenko - 17-04-2009 Very basic. It does what it needs to, though. Re: Teh Calc C++ - Nean - 17-04-2009 Lol @ bugs Re: Teh Calc C++ - GIAKEN - 17-04-2009 The only bug I just now noticed was if you entered a letter as a response it would repeat over and over and over... But yeah...fuck you Nean. Re: Teh Calc C++ - Nean - 17-04-2009 GIAKEN Wrote:The only bug I just now noticed was if you entered a letter as a response it would repeat over and over and over... That's what I noticed. Re: Teh Calc C++ - Exadon - 15-05-2009 Quick fix [spoiler]in your code replace [code] if (e >= 6 | e = 6 or e = 6 | e = 6 or e Re: Teh Calc C++ - Jack - 15-05-2009 WOW C++ code looks insane... Re: Teh Calc C++ - Tony - 15-05-2009 Nah it's just a different syntax that could take you just about max half an hour to learn. Re: Teh Calc C++ - Pbcrazy - 28-05-2009 *cough*speakforyourself*cough* lol, but really, it isn't to bad, just different rules and a lot more picky than VB ![]() Re: Teh Calc C++ - katcode - 29-05-2009 C++ is easier than it looks, Although most people say Memory management is a pain in the ass, i never really made a program that gave me that shit. but thats why Third party garbage collectors exist no? (i personally havent used one, but they sound good.) Re: Teh Calc C++ - Pbcrazy - 29-05-2009 heh, ya well im not good at any language... |