Search found 85 matches
- Sun Mar 04, 2012 10:40 pm
- Forum: Programming Discussion
- Topic: Generating and using code during runtime
- Replies: 26
- Views: 7796
Generating and using code during runtime
Hey all es folk and non-es folk. For this project I'm personally working on I need a way to compile c++ code given to my application, link with the symbols in the source-file of my (currently running) application, and run the compiled code at any arbitrary moment. Starting this I realize that I have...
- Tue Jan 31, 2012 12:29 am
- Forum: Programming Discussion
- Topic: [SOLVED] 2d platformer collision
- Replies: 7
- Views: 1630
Re: 2d platformer collision
I never gave my books back. Fuck that shit.
- Tue Jan 31, 2012 12:16 am
- Forum: Programming Discussion
- Topic: [SOLVED] 2d platformer collision
- Replies: 7
- Views: 1630
Re: 2d platformer collision
Ah the ole' overlap problem ehh? It's definitely a "lack of knowledge" problem on your part. If you know the position of the tile (top left bottom right), and the player, you should be able to figure out how much it's overlapping and move accordingly. I suggest taking out your 9th grade ge...
- Fri Jan 27, 2012 6:01 pm
- Forum: Programming Discussion
- Topic: What IDE should I use for cross platform development?
- Replies: 26
- Views: 10519
- Thu Jan 26, 2012 2:55 pm
- Forum: Game Development
- Topic: Worst part of game development?
- Replies: 29
- Views: 16157
Re: Worst part of game development?
Worst part? Having to "dedicate" myself. Whats the point in spending any more time than a week? Week done? Code done. What bugs? Having to learn things like "repositories". All jokes aside, I haven't really encountered anything that I would consider bad. The absolute worst is jus...
- Mon Dec 05, 2011 8:59 pm
- Forum: Programming Discussion
- Topic: Halp ! T.T
- Replies: 11
- Views: 1870
Re: Halp ! T.T
Well the code in my first post can change the first number, into any numbering system specified. Try it! And you can specify hex values by 0x, so hex can be changed into any numbering system too. Now try to change from a binary number to something else. Whoops! Can't specify a binary number, and tha...
- Mon Dec 05, 2011 8:49 pm
- Forum: Programming Discussion
- Topic: Halp ! T.T
- Replies: 11
- Views: 1870
Re: Halp ! T.T
Kind of all of it, I don't know where your really coming from about your answer, as in I don't know if you got what I was asking for. I was having troubles with going from binary to a different number system, not about the length of anything ? I do appreciate your serious reply though, it was the fi...
- Mon Dec 05, 2011 8:43 pm
- Forum: Programming Discussion
- Topic: Halp ! T.T
- Replies: 11
- Views: 1870
Re: Halp ! T.T
Lol I have no idea wtf your talking about. And yeah I think this was a pretty serious question.
- Mon Dec 05, 2011 5:40 pm
- Forum: Programming Discussion
- Topic: Halp ! T.T
- Replies: 11
- Views: 1870
Re: Halp ! T.T
Certainly not your sense of humor. Weird that google doesn't bring up a single thing about binary to decimal algos but tons of the opposite. Now that I've had time to ponder over it I think that the change won't be so difficult after all. I'll lay out my idea (which isn't new but if someone else was...
- Mon Dec 05, 2011 4:48 pm
- Forum: Game Development
- Topic: Manaforge Tower Defense
- Replies: 88
- Views: 21418
Re: Accela Tower Defense
Be sure to add a secret way of entering a god-mode state (like infinite cash) and only let us here at es forums know what is it!!
- Mon Dec 05, 2011 9:57 am
- Forum: Programming Discussion
- Topic: Halp ! T.T
- Replies: 11
- Views: 1870
Halp ! T.T
YO yo wadupp peepz REBORN IN DA HIZOUSE! Okay here I have a problem, i've written a simple thing that converts numbering systems yeah? Well if I try to convert from binary to any other numbering system, it just stays binary (decimal system) or fux up. Works pretty well for any other numbering system...
- Sun Nov 27, 2011 6:42 pm
- Forum: Programming Discussion
- Topic: Searching
- Replies: 26
- Views: 4059
Re: Searching
If you organize the database, searches are pretty fast regardless of its size.
- Sat Nov 26, 2011 6:01 pm
- Forum: Programming Discussion
- Topic: Searching
- Replies: 26
- Views: 4059
Re: Searching
How do you find the book your looking for in a library? Maybe the two things aren't much different! :O
- Wed Nov 02, 2011 12:22 pm
- Forum: Game Development
- Topic: Manaforge Tower Defense
- Replies: 88
- Views: 21418
Re: Accela Tower Defense
Elements are always fun. Are you going to make the tower elements changeable after you build them? How about making your tiles have animation, so you could do moving water. To be honest what I'm thinking is that you are too advanced for the type of game your making, and I think you could easily lear...
- Wed Nov 02, 2011 12:12 pm
- Forum: Programming Discussion
- Topic: My Multithreaded Merge Sort Algorithm takes 10+ minutes to s
- Replies: 8
- Views: 3828
Re: My Multithreaded Merge Sort Algorithm takes 10+ minutes
A little overhead really adds up if your making threads for everything you sort