Search found 209 matches
- Wed Nov 24, 2010 7:50 pm
- Forum: Programming Discussion
- Topic: lulz
- Replies: 21
- Views: 2973
Re: lulz
Please, direct your attention to the "showResults" mess, and tell me if you think she's going to flunk me? :lol: Getting flunked for an extra credit assignment—now that I would like to see! I would mark you down as well, IMHO; pretty nifty, nonetheless. ;) Hell no! I have seen some very...
- Wed Nov 24, 2010 5:34 pm
- Forum: Programming Discussion
- Topic: lulz
- Replies: 21
- Views: 2973
Re: lulz
Getting flunked for an extra credit assignment—now that I would like to see!Arce wrote:Please, direct your attention to the "showResults" mess, and tell me if you think she's going to flunk me?
I would mark you down as well, IMHO; pretty nifty, nonetheless.
- Mon Nov 22, 2010 8:36 am
- Forum: General/Off-Topic
- Topic: What Are The Qualities Of An A+ Student?
- Replies: 10
- Views: 2965
Re: What Are The Qualities Of An A+ Student?
omg no way so am i loldavidthefat wrote:BTW I am an INTJ, if that helps
- Mon Nov 22, 2010 7:16 am
- Forum: General/Off-Topic
- Topic: How do you know who owns...
- Replies: 8
- Views: 1612
Re: How do you know who owns...
One may own a book just as one may own a painting. There are those who own the right to deem themselves the creator of a work of art, there are those who own the right to distribute said art, and there are those who own the right to display their decadence for fine art proudly. To put it differently...
- Sun Nov 21, 2010 9:58 am
- Forum: Programming Discussion
- Topic: Anyone have any ideas for a console application
- Replies: 13
- Views: 2399
Re: Anyone have any ideas for a console application
If you really don't want to go graphical using SDL or something similar (which I would recommend at this point). What gives you—or anyone for that matter—the impression that the OP is prepared to advance into graphical programming? Have you considered the OP's previous posts to ensure that the ...
- Wed Nov 17, 2010 5:30 pm
- Forum: General/Off-Topic
- Topic: Which Screen Capture Software?
- Replies: 9
- Views: 2324
Re: Which Screen Capture Software?
Noooooo! Don't use Camstudio, it's impossible to capture anything that actually moves! Anyway, I look forward to seeing your game. You assume that a program is broken because it doesn't work for you? Well, that reason's good enough for me! I've never had this issue because I look for ways to fix fr...
- Wed Nov 17, 2010 7:02 am
- Forum: Programming Discussion
- Topic: anyone know of any good win32 references?
- Replies: 3
- Views: 857
- Mon Nov 15, 2010 5:34 pm
- Forum: Programming Discussion
- Topic: sdl collision
- Replies: 9
- Views: 1554
Re: sdl collision
Assuming that mazes could be created separately via an image editing program and loaded by the program, or created using a formatted data file to produce an SDL_Suface; and assuming that both images use an arbitrary alpha value (probably 0xfe) to represent invalid pixels in the maze: The simplest so...
- Wed Nov 10, 2010 5:02 pm
- Forum: Programming Discussion
- Topic: Visual Studio issues
- Replies: 5
- Views: 902
Re: Visual Studio issues
Perhaps you could create a virtual D drive and see where repairing gets you.
- Wed Nov 10, 2010 4:51 pm
- Forum: Programming Discussion
- Topic: How to only use one item with inventory?
- Replies: 14
- Views: 1996
Re: How to only use one item with inventory?
Are you saying that, if your character is standing in one location and drops two items from your character's inventory, then those two items will appear under your character, overlapping that same location? Are you also claiming that, you have experienced two dilemmas; one where clicking at a spot o...
- Sun Oct 31, 2010 5:36 pm
- Forum: General/Off-Topic
- Topic: Post your Halloween costume
- Replies: 9
- Views: 2625
Re: Post your Halloween costume
Those are great. Perhaps next year I'll join in and dress up like Bayonetta.
- Sun Oct 24, 2010 6:38 pm
- Forum: Programming Discussion
- Topic: [C++] how to declare and use 1D, 2D, and 3D arrays
- Replies: 15
- Views: 2157
Re: [C++] how to declare and use 1D, 2D, and 3D arrays
okay, for your 1D array, that declaration works. However, for 2D and 3D arrays, you're completely wrong. Even if you could do it that way, there are 2 things wrong: 1) you'd need {} around the 3D array, and you'd use {} instead of (). However, you can't, as this will give you an error saying "...
- Sun Oct 24, 2010 6:03 pm
- Forum: Programming Discussion
- Topic: what is svn?
- Replies: 15
- Views: 2198
Re: what is svn?
lessee... well, if you have a clone of the repository on your computer, just make whatever changes you want, cd in, and svn commit. Do you actually know and have experience with svn, or were you just guessing? If the OP meant adding files to the repository like the post mentions (acerookie1's post ...
- Wed Oct 20, 2010 2:30 pm
- Forum: Programming Discussion
- Topic: Moving resources from human viewable to binary?
- Replies: 19
- Views: 2783
Re: Moving resources from human viewable to binary?
And now that we have a wiki page summarized... I'm not going to apologize for disagreeing with you. You're obviously jealous of my ability to effectively synthesize data into a coherent argument. However, it could have benefitted both of us if you had responded more maturely, but I respect your rig...
- Tue Oct 19, 2010 11:47 pm
- Forum: Programming Discussion
- Topic: Moving resources from human viewable to binary?
- Replies: 19
- Views: 2783
Re: Moving resources from human viewable to binary?
I'm not going to get involved in this argument, but I will say this. If I understand you correctly, you are talking about something called serialization(donno if someone has already mentioned that), and I for one am in favor for it. Now I'm not going to comment on the things like speed and size, ev...