Dx stuff
-
int main (int argc, char *argv[])
{
// do stuff here
return 0;
}Tim Smith I'm going to patent thought. I have yet to see any prior art.
-
Yeah, but you asked for it the Lounge. X| BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
-
Be polite, please. You're in the Lounge here, nice people talking together, and generally not about programming.
Ohé Partisans, Ouvriers et Paysans C'est l'alarme! Le Chant des Partisans
-
Yeah, but you asked for it the Lounge. X| BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
-
int main (int argc, char *argv[])
{
// do stuff here
return 0;
}Tim Smith I'm going to patent thought. I have yet to see any prior art.
Hehe, I love that. Way to give him something of absolutely no relevance:-D I'm sure we'd all be happy to help him out, but not in the Lounge. Brad Jennings
-
Alternately you could try
int main (int argc, char *argv[])
{
//DirectX initialization here
//DirectX graphics
//DirectX termination here
return 0;
}I find this sometimes helps more...:) ¡El diablo está en mis pantalones! ¡Mire, mire!
-
Yeah, but you asked for it the Lounge. X| BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
but, it's not a programming question, the poor dude asked for books and/or other references ... If we're that restrictive, this other post[^] should have received the same treatment ! Max.
-
Hehe, I love that. Way to give him something of absolutely no relevance:-D I'm sure we'd all be happy to help him out, but not in the Lounge. Brad Jennings
-
:zzz::wtf::wtf::laugh::eek: X| can anyone tell me the best way to get started on DX prog? any books rec? asap plz!
You're getting grief for 2 reasons 1- You're asking a programming question in a forum which clearly states at the top, NO Programming questions. 2- Your question can be answered with a few minutes of Googling. You say ASAP, but make no mention of having tried to get the info yourself. BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
-
You're getting grief for 2 reasons 1- You're asking a programming question in a forum which clearly states at the top, NO Programming questions. 2- Your question can be answered with a few minutes of Googling. You say ASAP, but make no mention of having tried to get the info yourself. BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
-
Well, it is such an open ended question. How do you even answer questions like that. Sort of like "I want to learn how to program, where do I start?"... um, with a book? Tim Smith I'm going to patent thought. I have yet to see any prior art.
"I want to learn how to program, where do I start?" Yeah, you're absolutely right. I couldn't even begin to imagine how to teach somebody how to program on a forum. I just thought it was funny that you gave him code on how to write a program that takes command line arguments (unless this is different in Windows, I only know what this means under Unix). Brad Jennings
-
Yeah, but you asked for it the Lounge. X| BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
brianwelsch wrote: Yeah, but you asked for it the Lounge :laugh: Classy... :-D
I knew it would end badly when I first met Chris in a Canberra alleyway and he said 'try some - it won't hurt you'..... - Christian Graus on Code Project outages A moment of silence please. A programmer's best friend has passed beyond that great exception in the sky.... - Mark Conger on "The coffee machine has died"
-
You're getting grief for 2 reasons 1- You're asking a programming question in a forum which clearly states at the top, NO Programming questions. 2- Your question can be answered with a few minutes of Googling. You say ASAP, but make no mention of having tried to get the info yourself. BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
That wasn't really a programming question, people are getting too picky around here. A programming question would be somthing along the lines of: "How do I initialize DirectX" Why waste time learning when ignorance in instantaneous -Hobbes
-
oh please..how do you know if i have tried or not!! and "THis is not a prog question"""????? whats your prob man..if you know it simply ans otherwise dont bother!
inertiaFreak wrote: how do you know if i have tried or not!! Google on directx rsources programming. http://www.gamedev.net/reference/list.asp?categoryid=24[^] inertiaFreak wrote: whats your prob man..if you know it simply ans otherwise dont bother! :zzz: BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
-
:zzz::wtf::wtf::laugh::eek: X| can anyone tell me the best way to get started on DX prog? any books rec? asap plz!
Try http://www.gamedev.net for DirectX-related forums. You might get better responses there.
-
Welcome to CP. Some tips. 1. You should post programming questions in the programming forums. It says as much above the lounge, with a link. 2. If you don't know what the example posted means, you need to forget about direct x. It was the framework for every C/C++ program, and unless you know a lot more than that about C++, you're not going to get anywhere with DirectX, which is basically COM objects accessed through C++. 3. If you feel you've been treated rudely here, please don't let it stop you from posting more and asking questions in the right forums, the fact is that we do get kind of sick of people not reading the big warnings not to post programming questions here, but for all that, we are a friendly mob, and keen to be helpful too. Just try posting in the right place, and I'm sure you'll see that we have a good side that outweighs the bad..... :-) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
-
inertiaFreak wrote: how do you know if i have tried or not!! Google on directx rsources programming. http://www.gamedev.net/reference/list.asp?categoryid=24[^] inertiaFreak wrote: whats your prob man..if you know it simply ans otherwise dont bother! :zzz: BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
dude... thankx for that effort...i had that article bookmarked already the reason why i put it up in this forum is so that i could get first hand feedback from people...which would make my errands of searching for which stuff is good or bad ...a lot easier!
-
Welcome to CP. Some tips. 1. You should post programming questions in the programming forums. It says as much above the lounge, with a link. 2. If you don't know what the example posted means, you need to forget about direct x. It was the framework for every C/C++ program, and unless you know a lot more than that about C++, you're not going to get anywhere with DirectX, which is basically COM objects accessed through C++. 3. If you feel you've been treated rudely here, please don't let it stop you from posting more and asking questions in the right forums, the fact is that we do get kind of sick of people not reading the big warnings not to post programming questions here, but for all that, we are a friendly mob, and keen to be helpful too. Just try posting in the right place, and I'm sure you'll see that we have a good side that outweighs the bad..... :-) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
Can we make this a standard reply somehow? like a hidden :thingy: Its friendly, informative, and comes complete with a smiley. BW "I'm coming with you! I got you fired, it's the least I can do. Well, the least I could do is absolutely nothing, but I'll go you one better and come along!" - Homer J. Simpson
-
Welcome to CP. Some tips. 1. You should post programming questions in the programming forums. It says as much above the lounge, with a link. 2. If you don't know what the example posted means, you need to forget about direct x. It was the framework for every C/C++ program, and unless you know a lot more than that about C++, you're not going to get anywhere with DirectX, which is basically COM objects accessed through C++. 3. If you feel you've been treated rudely here, please don't let it stop you from posting more and asking questions in the right forums, the fact is that we do get kind of sick of people not reading the big warnings not to post programming questions here, but for all that, we are a friendly mob, and keen to be helpful too. Just try posting in the right place, and I'm sure you'll see that we have a good side that outweighs the bad..... :-) Christian No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002 Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002 Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
-
how does this qualify as a prog question!!! i was asking for book recommendations not syntax!??!!
For what it's worth I agree 100% with you here - what the hell is getting these guys all riled up? You asked for a book recomendation nothing more. Sadly I can't recommend one to you, but still, it's a shame what has happened here. :confused:
David Wulff http://www.davidwulff.co.uk
David Wulff Born and Bred.