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...
Search found 240 matches
- Mon Oct 10, 2011 7:55 pm
- Forum: Programming Discussion
- Topic: Clash of the IDE's
- Replies: 61
- Views: 14217
- Sun May 29, 2011 10:33 pm
- Forum: General/Off-Topic
- Topic: When did your journey with programming start and why?
- Replies: 38
- Views: 11449
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...
- Sun May 29, 2011 10:15 pm
- Forum: Game Development
- Topic: Minecraft remake- Crafter
- Replies: 129
- Views: 43383
- Sun Mar 13, 2011 8:25 pm
- Forum: Programming Discussion
- Topic: Lua Help
- Replies: 9
- Views: 2464
Re: Lua Help
I got it off the Programme'rs Education Index
- Sun Mar 13, 2011 8:20 pm
- Forum: Programming Discussion
- Topic: Lua Help
- Replies: 9
- Views: 2464
Re: Lua Help
No problem.
- Sun Mar 13, 2011 8:15 pm
- Forum: Programming Discussion
- Topic: Lua Help
- Replies: 9
- Views: 2464
Re: Lua Help
Then the link i posted should applyLight-Dark wrote:C++/SDL
- Sun Mar 13, 2011 8:13 pm
- Forum: Programming Discussion
- Topic: Lua Help
- Replies: 9
- Views: 2464
Re: Lua Help
what programming language are you using?
Check this link out:
http://elysianshadows.com/phpBB3/viewto ... 901#p55901
Check this link out:
http://elysianshadows.com/phpBB3/viewto ... 901#p55901
- Sun Mar 13, 2011 7:24 pm
- Forum: Programming Discussion
- Topic: Learning a porly docummented library
- Replies: 4
- Views: 1451
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...
- Sun Mar 13, 2011 5:26 pm
- Forum: Programming Discussion
- Topic: Learning a porly docummented library
- Replies: 4
- Views: 1451
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?
Helpx pl0x?
- Wed Feb 02, 2011 5:13 pm
- Forum: Programming Discussion
- Topic: Suggestions, por favor?:D
- Replies: 6
- Views: 1028
Re: Suggestions, por favor?:D
I would go with straight C, Gods Programming Language
- Tue Feb 01, 2011 9:07 pm
- Forum: Game Development
- Topic: mvEngine RPG
- Replies: 16
- Views: 4236
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 ...
- Mon Jan 03, 2011 6:41 pm
- Forum: Game Development
- Topic: mvEngine RPG
- Replies: 16
- Views: 4236
Re: mvEngine RPG
Anyone know any good screen capture software and video editing tools for ubuntuuuuuuuu?
- Sun Jan 02, 2011 7:09 pm
- Forum: Game Development
- Topic: mvEngine RPG
- Replies: 16
- Views: 4236
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...
- Mon Nov 22, 2010 3:40 pm
- Forum: Programming Discussion
- Topic: the power of assembly
- Replies: 15
- Views: 2791
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, ...
- Mon Oct 11, 2010 5:19 pm
- Forum: Programming Discussion
- Topic: F***ing C#, F***ing Microsoft
- Replies: 17
- Views: 2403
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!