Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 31 of 31
Search took 0.01 seconds; generated 9 minute(s) ago.
Search: Posts Made By: Option_Explicit
Forum: C++ Feb 16th, 2005, 11:48 PM
Replies: 28
Views: 777
Posted By Option_Explicit
- mainly because Im not a jerk like these other...

- mainly because Im not a jerk like these other guys and Im possibly the nicest person you'll ever meet that -

Wow, talk about arrogant and belligerent. Obviously you aren't, seeing how you...
Forum: C++ Feb 16th, 2005, 6:11 PM
Replies: 28
Views: 777
Posted By Option_Explicit
It would still be a compiler, it just wouldn't...

It would still be a compiler, it just wouldn't work. When the servers go down on MMO's, the game is still considered a game even though it isn't operational. It's all about your intentions. :-D
Forum: C++ Feb 15th, 2005, 6:57 PM
Replies: 28
Views: 777
Posted By Option_Explicit
-All compilers work the same- Nuh uh. What if...

-All compilers work the same-

Nuh uh. What if the Compiler doesn't work at all? :-)
Forum: C++ Feb 14th, 2005, 1:46 PM
Replies: 6
Views: 290
Posted By Option_Explicit
No problem -Mike

No problem
-Mike
Forum: C++ Feb 14th, 2005, 1:44 PM
Replies: 5
Views: 313
Posted By Option_Explicit
I recommend 'C++ Pointers and Memory Management'...

I recommend 'C++ Pointers and Memory Management' by Daconta
Forum: C++ Feb 14th, 2005, 1:42 PM
Replies: 6
Views: 293
Posted By Option_Explicit
Personally, I see LOP languages at the...

Personally, I see LOP languages at the future.

-Mike
Forum: C++ Feb 13th, 2005, 11:13 PM
Replies: 6
Views: 293
Posted By Option_Explicit
http://programmingforums.org/forum/showthread.php?...

http://programmingforums.org/forum/showthread.php?t=409

That search button sure is powerful.
Forum: C++ Feb 12th, 2005, 11:25 PM
Replies: 6
Views: 290
Posted By Option_Explicit
Well, the Irrlicht engine comes with a awesome...

Well, the Irrlicht engine comes with a awesome help file and about ten tutorials with precompiled examples to go along with it. The precompiled exe's are located in 'bin\visualstudio' and the...
Forum: C++ Feb 12th, 2005, 4:28 PM
Replies: 6
Views: 290
Posted By Option_Explicit
Yes, an engine would be a wonderful first start....

Yes, an engine would be a wonderful first start. Let me recommend http://irrlicht.sourceforge.net/
Forum: C++ Feb 11th, 2005, 3:19 PM
Replies: 33
Views: 1,535
Posted By Option_Explicit
I have to agree with Gardon here. Learning...

I have to agree with Gardon here. Learning another language first just to learn and practice the 'theory' of programming is just beating around the bush. If you want to learn the theory of...
Forum: C++ Feb 8th, 2005, 4:47 PM
Replies: 11
Views: 436
Posted By Option_Explicit
This is the book I am using to learn the Windows...

This is the book I am using to learn the Windows API:
"Programming Windows, Fifth Edition"

Absolutely outstanding so far. Very detailed, very organized and chalk-full of information (Way over 1,000...
Forum: C++ Jan 17th, 2005, 7:06 PM
Replies: 11
Views: 479
Posted By Option_Explicit
Talking Woot

Sounds like a plan...I'll get right on it.
-Mike
Forum: C++ Jan 17th, 2005, 6:07 PM
Replies: 11
Views: 479
Posted By Option_Explicit
I've mostly done character input, temperature...

I've mostly done character input, temperature conversion tables, programs that have counted the number of particular characters and printed them, things of that nature. Nothing too big, but I was...
Forum: C++ Jan 17th, 2005, 4:33 PM
Replies: 11
Views: 479
Posted By Option_Explicit
Give me something to do

I've been trying to increase my skill in programming, so I figured what better way then to ask people for their opinions. What do you guys think I should write to increase my coding ability? I'm a...
Forum: C++ Jan 14th, 2005, 2:49 PM
Replies: 4
Views: 255
Posted By Option_Explicit
Here

This is the place where I learned about all the aspects of implementing things into your program to make a game. i.e. the sprites, map editors, etc... It has 2D and flat screen tutorials as...
Forum: C++ Jan 14th, 2005, 12:59 AM
Replies: 11
Views: 447
Posted By Option_Explicit
Great

Thanks a lot there Code--your help will always be appreciated. The second program on the other hand, was bad coding on my part; I noticed that I had left out a return command. Either way, you helped...
Forum: C++ Jan 14th, 2005, 12:41 AM
Replies: 11
Views: 447
Posted By Option_Explicit
Ick

Do you think you could post that code fixing the second one? Running out of time over here. If you can't then no worries--you've done enough for me tonight already.
-Mike
Forum: C++ Jan 14th, 2005, 12:38 AM
Replies: 11
Views: 447
Posted By Option_Explicit
Woot

Sweet...Thanks for the help--this was exactly what I was asking for. Great work. I'll see if I can't tinker with the second code to get it to work myself..Other than that thanks a million.
-Mike
Forum: C++ Jan 14th, 2005, 12:29 AM
Replies: 11
Views: 447
Posted By Option_Explicit
Not in particular. I just want to be able to see...

Not in particular. I just want to be able to see what the end result is...As of now, the code repeats itself and doesn't print anything out. If I add an end flag like you suggested, will this solve...
Forum: C++ Jan 14th, 2005, 12:22 AM
Replies: 11
Views: 447
Posted By Option_Explicit
Hmm

That is my problem I think. I am not so sure as how to test it. I know it is doing it's job, I just do not understand when or why it will print out to me the number of 'insert something here'. I can...
Forum: C++ Jan 13th, 2005, 11:22 PM
Replies: 11
Views: 447
Posted By Option_Explicit
Some trouble with arrays

Hey guys, Mike here...I was brushing up on a section of arrays and I've come to the conclusion that either the source code is wrong, or it isn't telling me everything. What I mean is, I tried both...
Forum: C++ Jan 12th, 2005, 3:08 PM
Replies: 2
Views: 229
Posted By Option_Explicit
Hmmm

Thank you for your valauble input. I have decided not to jump ahead of myself as you suggested and stick with some small things...In the mean time my friends still wish to go ahead and begin the...
Forum: C++ Jan 12th, 2005, 2:20 AM
Replies: 2
Views: 229
Posted By Option_Explicit
Game Engines

Alright...I've been through a good portion of my book. I picked up some tutorials and e-books on DirectX and my friend has taught me sockets and threading and what not...So me and a few other buddies...
Forum: C++ Dec 31st, 2004, 4:59 AM
Replies: 16
Views: 441
Posted By Option_Explicit
Thank you Tama; I was actually looking at the...

Thank you Tama; I was actually looking at the wrong page when I entered the previous code, so it makes much more sense now. Thank you for clarifying this for me. Oh and the book I am using never...
Forum: C++ Dec 29th, 2004, 5:24 PM
Replies: 16
Views: 441
Posted By Option_Explicit
I have another question! I got more into the...

I have another question! I got more into the getchar and putchar commands and wrote the example code out. Supposedly it counts input lines but I'm not sure what exactly the program does. If anyone...
Forum: C++ Dec 28th, 2004, 3:43 PM
Replies: 16
Views: 441
Posted By Option_Explicit
I started to re-read it and it made a bit more...

I started to re-read it and it made a bit more sense, but your explanation clarified almost all of it. Thanks a lot Ravilj, this section makes a lot more sense now. :D
-Mike
Forum: C++ Dec 28th, 2004, 4:42 AM
Replies: 16
Views: 441
Posted By Option_Explicit
Come on, I know you guys know what it means. :D...

Come on, I know you guys know what it means. :D
-Mike
Forum: C++ Dec 27th, 2004, 9:51 PM
Replies: 16
Views: 441
Posted By Option_Explicit
Great, thanks for all the info. Now I have...

Great, thanks for all the info. Now I have another question. I started up the book, got into the while and for statements. This book has a plethora of information, but some is more subtle than...
Forum: C++ Dec 27th, 2004, 5:39 PM
Replies: 16
Views: 441
Posted By Option_Explicit
Alright, alright...I'll use it. GCC on command...

Alright, alright...I'll use it. GCC on command lines? Not sure what you mean by that, obviously, so I'll stick to DEV. Thanks for the help either way guys. In the future, I will be requiring an...
Forum: C++ Dec 27th, 2004, 2:52 AM
Replies: 16
Views: 441
Posted By Option_Explicit
Well, I have Dev-C++...It just feels like...

Well, I have Dev-C++...It just feels like cheating, if you understand what I'm saying. Like everyone else is compiling from some 'real' compiler while Option is using some friend-oriented program....
Forum: C++ Dec 26th, 2004, 8:41 PM
Replies: 16
Views: 441
Posted By Option_Explicit
Well, I've finally gotten around to buying me a...

Well, I've finally gotten around to buying me a book and starting to learn C. I picked up "The C Programming Language - Second Edition" I heard it as one of the best books for reference and such....
Showing results 1 to 31 of 31

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:00 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC