Search found 240 matches

by mv2112
Mon Oct 10, 2011 7:55 pm
Forum: Programming Discussion
Topic: Clash of the IDE's
Replies: 61
Views: 11028

Re: Clash of the IDE's

I use nano/pico with screen to have mutliple files open and a terminal to run makes.

No other nano/pico users?
Forever alone i guess... :cry:
by mv2112
Sun May 29, 2011 10:33 pm
Forum: General/Off-Topic
Topic: When did your journey with programming start and why?
Replies: 38
Views: 8402

Re: When did your journey with programming start and why?

My interest in programming was sparked after hanging out in my grandfathers basement which was filled with old windows 98/DOS machines all networked together. When i was 10, i started with HTML, making pages with shit loads of <marquee>'s. Then went to C++ and made some console games/applications an...
by mv2112
Sun May 29, 2011 10:15 pm
Forum: Game Development
Topic: Minecraft remake- Crafter
Replies: 129
Views: 36480

Re: Minecraft remake- Crafter

:worship:
by mv2112
Sun Mar 13, 2011 8:25 pm
Forum: Programming Discussion
Topic: Lua Help
Replies: 9
Views: 1669

Re: Lua Help

by mv2112
Sun Mar 13, 2011 8:20 pm
Forum: Programming Discussion
Topic: Lua Help
Replies: 9
Views: 1669

Re: Lua Help

No problem.
by mv2112
Sun Mar 13, 2011 8:15 pm
Forum: Programming Discussion
Topic: Lua Help
Replies: 9
Views: 1669

Re: Lua Help

Light-Dark wrote:C++/SDL
Then the link i posted should apply 8-)
by mv2112
Sun Mar 13, 2011 8:13 pm
Forum: Programming Discussion
Topic: Lua Help
Replies: 9
Views: 1669

Re: Lua Help

what programming language are you using?

Check this link out:
http://elysianshadows.com/phpBB3/viewto ... 901#p55901
by mv2112
Sun Mar 13, 2011 7:24 pm
Forum: Programming Discussion
Topic: Learning a porly docummented library
Replies: 4
Views: 1222

Re: Learning a porly docummented library

Read through opensource sources that use library. You could start out reading through grrlib. well I'm guessing you're using libogc, so you'd probably want to look through the headers, as well as taking bnpph's advice and looking through things like GRRLib or gl2gx, as both should show at least som...
by mv2112
Sun Mar 13, 2011 5:26 pm
Forum: Programming Discussion
Topic: Learning a porly docummented library
Replies: 4
Views: 1222

Learning a porly docummented library

How would you go about learning a library where you only have a few poorly explained examples? Im trying to learn GX for the wii but there are no good sources out there and the examples dont explain anything.
Helpx pl0x?
by mv2112
Wed Feb 02, 2011 5:13 pm
Forum: Programming Discussion
Topic: Suggestions, por favor?:D
Replies: 6
Views: 810

Re: Suggestions, por favor?:D

I would go with straight C, Gods Programming Language 8-)
by mv2112
Tue Feb 01, 2011 9:07 pm
Forum: Game Development
Topic: mvEngine RPG
Replies: 16
Views: 2942

Re: mvEngine RPG

Sadly, i haven't made much progress because iv been addicted to minecraft :cry: Instead of working on mi game, iv been writing plugins for my minecraft server :oops: I should probably get back to working on it :mrgreen: Sounds very good, ambition is always a plus, but remember to keep it simple and ...
by mv2112
Mon Jan 03, 2011 6:41 pm
Forum: Game Development
Topic: mvEngine RPG
Replies: 16
Views: 2942

Re: mvEngine RPG

Anyone know any good screen capture software and video editing tools for ubuntuuuuuuuu?
by mv2112
Sun Jan 02, 2011 7:09 pm
Forum: Game Development
Topic: mvEngine RPG
Replies: 16
Views: 2942

mvEngine RPG

I haven't worked on any game programming (or C++ for that matter) for a long time. I found that it is hard to make a game without an actual storyline to go with it. After receiving a message from eatcomics and talking with my high-school's robotics team i got an idea for a game. Here is the main ide...
by mv2112
Mon Nov 22, 2010 3:40 pm
Forum: Programming Discussion
Topic: the power of assembly
Replies: 15
Views: 1807

Re: the power of assembly

Assembly is pretty much as close to machine code as your gonna get, this means that assembly is fast, simply because there is no extra "crap" in the code and is directly run by your processor. I believe assembly is assembled directly into machine code, although i may be wrong, either way, ...
by mv2112
Mon Oct 11, 2010 5:19 pm
Forum: Programming Discussion
Topic: F***ing C#, F***ing Microsoft
Replies: 17
Views: 1683

Re: F***ing C#, F***ing Microsoft

Goldilocks and the Three Programmers
Java and C# are too OO
C and ASM are too Procedural
C++ is just right!
8-)