Search Results

Showing results 1 to 40 of 103
Search took 0.01 seconds.
Search: Posts Made By: Tauren
Forum: Game Development Apr 17th, 2007
Replies: 1
Views: 1,183
Posted By Tauren
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,088
Posted By Tauren
What is the diffrence between Software Engineering And Programming?
Forum: C++ Apr 17th, 2007
Replies: 1
Views: 606
Posted By Tauren
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,131
Posted By Tauren
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,163
Posted By Tauren
i++ Would be increased before code is done
++i is increased before code is done
Forum: C++ Apr 10th, 2007
Replies: 7
Views: 1,163
Posted By Tauren
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,163
Posted By Tauren
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,163
Posted By Tauren
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
c++
Views: 784
Posted By Tauren
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
c++
Views: 784
Posted By Tauren
c++
Uhh well, I was just wondering if C++ and visual C++ are any diffrent
Forum: Game Development Mar 11th, 2007
Replies: 15
Views: 4,113
Posted By Tauren
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,113
Posted By Tauren
So how do I learn DirectX 9.0 lol?
Forum: Game Development Mar 10th, 2007
Replies: 15
Views: 4,113
Posted By Tauren
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,113
Posted By Tauren
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,113
Posted By Tauren
Yes but I dont know what is right to get?
Forum: Game Development Mar 10th, 2007
Replies: 15
Views: 4,113
Posted By Tauren
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,934
Posted By Tauren
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,000
Posted By Tauren
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,000
Posted By Tauren
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,000
Posted By Tauren
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,158
Posted By Tauren
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,456
Posted By Tauren
You might wanna use Arrays.
Forum: Game Development Feb 26th, 2007
Replies: 12
Views: 3,934
Posted By Tauren
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,934
Posted By Tauren
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,012
Posted By Tauren
Any good books on networking in c++ With packets and stuff
Forum: C++ Feb 15th, 2007
Replies: 5
Views: 2,012
Posted By Tauren
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,911
Posted By Tauren
Forum: C++ Feb 14th, 2007
Replies: 10
Views: 1,911
Posted By Tauren
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,911
Posted By Tauren
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,934
Posted By Tauren
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,169
Posted By Tauren
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,911
Posted By Tauren
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: 985
Posted By Tauren
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,911
Posted By Tauren
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,911
Posted By Tauren
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,851
Posted By Tauren
Haha Just expressing my feelings that's all
Forum: IT Professionals' Lounge Feb 11th, 2007
Replies: 5
Views: 1,851
Posted By Tauren
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,169
Posted By Tauren
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,489
Posted By Tauren
Why thankyou joe! And colleges anyone know for art texturing!?
Forum: Game Development Feb 8th, 2007
Replies: 7
Views: 3,489
Posted By Tauren
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
...
Showing results 1 to 40 of 103

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC