Forum: Game Development Apr 17th, 2007 |
| Replies: 1 Views: 1,190 When your in the game and you hit someone it would display damage up at top of screen.
For example: 4530 Crit!
How would you get it to display the text? |
Forum: Computer Science Apr 17th, 2007 |
| Replies: 1 Views: 1,103 What is the diffrence between Software Engineering And Programming? |
Forum: C++ Apr 17th, 2007 |
| Replies: 1 Views: 610 Do you think the C++ Programmer Primer is a good book and will teach me alot of information? |
Forum: C++ Apr 17th, 2007 |
| Replies: 2 Views: 1,153 Greetings!
I just have a question is the book C++ Programming Primer By D.S. Malik a book worth getting?
What stage is it: Beginner, Professional
What does it teach me up to: What the last... |
Forum: C++ Apr 10th, 2007 |
| Replies: 7 Views: 1,185 i++ Would be increased before code is done
++i is increased before code is done |
Forum: C++ Apr 10th, 2007 |
| Replies: 7 Views: 1,185 I just dont fer what the statments do? whats the diffrence?
/code for (int i = 0; i < numItems; ++i)
what does that do like? lol explain |
Forum: C++ Apr 10th, 2007 |
| Replies: 7 Views: 1,185 Ur right, If you had a server and maybe the data base which holds the items you wouldnt want the server holding the item before you got it I guess I will always just use i++ |
Forum: C++ Apr 10th, 2007 |
| Replies: 7 Views: 1,185 cout << "\nYou trade your sword for a battle axe.";
inventory[0] = "battle axe";
cout << "\nYour items:\n";
for (int i = 0; i < numItems; ++i)
cout << inventory[i] << endl;
... |
Forum: C++ Mar 17th, 2007 |
| Replies: 3 Views: 796 So where can I find all the new visual c++ information like where I can learn to use new the newer c++ |
Forum: C++ Mar 17th, 2007 |
| Replies: 3 Views: 796 Uhh well, I was just wondering if C++ and visual C++ are any diffrent |
Forum: Game Development Mar 11th, 2007 |
| Replies: 15 Views: 4,134 I got http://www.amazon.com/gp/reader/1598220160/ref=sib_dp_pt/103-1250628-3307016#reader-link
do I need anymore to make a mmorpg |
Forum: Game Development Mar 11th, 2007 |
| Replies: 15 Views: 4,134 So how do I learn DirectX 9.0 lol? |
Forum: Game Development Mar 10th, 2007 |
| Replies: 15 Views: 4,134 Ok sorry
What's a good book on game programming with DirectX 9 (http://www.daniweb.com/techtalkforums/thread72083.html#).0 |
Forum: Game Development Mar 10th, 2007 |
| Replies: 15 Views: 4,134 How about http://www.amazon.com/Beginning-DirectX-10-Game-Programming/dp/1598633619/ref=pd_bbs_sr_3/103-7292454-0900648?ie=UTF8&s=books&qid=1173564823&sr=8-3
... |
Forum: Game Development Mar 10th, 2007 |
| Replies: 15 Views: 4,134 Yes but I dont know what is right to get? |
Forum: Game Development Mar 10th, 2007 |
| Replies: 15 Views: 4,134 Hello!
Does anyone know of any DirectX 9.0 Books for game programming if you can find any for me tell me please ty |
Forum: Game Development Mar 5th, 2007 |
| Replies: 12 Views: 3,954 lol those books are awesome!
Also, any Audio books for my game like when you into a area it starts playing that song |
Forum: C Mar 3rd, 2007 |
| Replies: 4 Views: 1,015 Do you know of any Audio Books That I can use for like the audio, say you just changed Zones A new song would start playing any books for like that? |
Forum: C Mar 3rd, 2007 |
| Replies: 4 Views: 1,015 Is http://www.amazon.com/gp/product/0201776316/ref=pd_cp_b_title/104-5664015-8171164 a good book? |
Forum: C Mar 3rd, 2007 |
| Replies: 4 Views: 1,015 Does anyone know any Winsock books I need them so I can learn about the functions and the coding about it. So if anyone has any books that They can post about that would help me out ty |
Forum: C++ Feb 28th, 2007 |
| Replies: 7 Views: 1,165 A person ineed deserves books indeed! Umm any college like books we know of that I can get?? From C++ to the end! Maby not way end but enough to build a game!
Other post disregard Noones... |
Forum: C++ Feb 26th, 2007 |
| Replies: 6 Views: 1,465 You might wanna use Arrays. |
Forum: Game Development Feb 26th, 2007 |
| Replies: 12 Views: 3,954 I want college books that are really good dont care about price! I just wanna learn!!!
Maby we could start off
with
thinking in c++ 1 and 2 get another book then get some AWESOME THE BEST... |
Forum: Game Development Feb 25th, 2007 |
| Replies: 12 Views: 3,954 Alright so can we get a run down of what books I should start with and what I should end with I would be so happy if you guys could do that! DANIWEB FTW |
Forum: C++ Feb 15th, 2007 |
| Replies: 5 Views: 2,045 Any good books on networking in c++ With packets and stuff |
Forum: C++ Feb 15th, 2007 |
| Replies: 5 Views: 2,045 Alrighty, ur in the game you click a NPC, you click to buy an item. It then sends a packet to the server seeing if you have enough money an so on if you do it sends a packet back? Would that be... |
Forum: C++ Feb 14th, 2007 |
| Replies: 10 Views: 1,935 |
Forum: C++ Feb 14th, 2007 |
| Replies: 10 Views: 1,935 So if you press .help in the c++ game it would say What do u need and when u do .kick it would tell you to type in a name when u type in .kick <name> it kicks the player and says player kicked |
Forum: C++ Feb 13th, 2007 |
| Replies: 10 Views: 1,935 u know how in games for the admin commands you have like / or .(command)
would i have to do like if .wave do animation.wave? |
Forum: Game Development Feb 13th, 2007 |
| Replies: 12 Views: 3,954 Alright, lets get a rundown of what I think I should use for game Programming
1) Thinking in C++, Volume 1: Introduction to Standard C++ (2nd Edition)
2) Thinking in C++, Vol. 2: Practical... |
Forum: Game Development Feb 13th, 2007 |
| Replies: 15 Views: 4,185 Umm I am 15 and I spend almost 24 hours doing code. Coding is my life! Cout<< "My life"; |
Forum: C++ Feb 12th, 2007 |
| Replies: 10 Views: 1,935 Anthoer question....
If I wanna make a A header to say u would use it for the function
login to the game and then tell my server u did that would I have to make that header?
Actually how do... |
Forum: C++ Feb 11th, 2007 |
| Replies: 3 Views: 996 Lol, I didnt understand any of that on the other hand, Joe is like you tell him 0x00014302 And hes like yeah I know that!
Good Job joe Keep it up! |
Forum: C++ Feb 11th, 2007 |
| Replies: 10 Views: 1,935 Ok got it to work but now its asking me to find somewhere to excute it |
Forum: C++ Feb 11th, 2007 |
| Replies: 10 Views: 1,935 I am using VC++...
I need to know how to add a header to the Application,
Can someone Joe, or anyone else Give me Step By step on how to do it...
Say I had a header called Bob.h
and I... |
Forum: IT Professionals' Lounge Feb 11th, 2007 |
| Replies: 5 Views: 1,860 Haha Just expressing my feelings that's all |
Forum: IT Professionals' Lounge Feb 11th, 2007 |
| Replies: 5 Views: 1,860 Wow, I go into the AIM source coode (Legal) SDK is downloable on there site. And guess what I see! JAVA what noobs you know? Who uses java these days? Well hell it sure did'nt look like C++, but you... |
Forum: Game Development Feb 9th, 2007 |
| Replies: 15 Views: 4,185 Well, I checked google for the last day. You guys are better using that Medi-search engine then me. But, back on topic, I want to do graphics for the game Like the Roads, Characters, House, Dungeons!... |
Forum: Game Development Feb 8th, 2007 |
| Replies: 7 Views: 3,525 Why thankyou joe! And colleges anyone know for art texturing!? |
Forum: Game Development Feb 8th, 2007 |
| Replies: 7 Views: 3,525 I have a question would the Particles in the game be any diffrent? Like in a game ur casting a spell or shooting a bullet you see the spell moving around in ur hand, or the bullets firing
... |