What's new

direct x

mesman00

What's that...?
well, today i decided i had enough of those c++ dos windows, so i started programminng in direct x today for the first time. workin on my first window, and bijesus, the code that goes into a freakin window, oh well, just thought i would vent some anger before going back to my stupid mother f*cking god forsaken kick me in the a*s window! ;)
 

Reznor007

New member
VB sucks, just stick with C++ until you get it fairly good. Then pick up the Windows API(MFC if you want). Then DirectDraw, Directsound, Directinput, then if you feel up to it, Direct3d or OpenGL.
 

Zero

Liar Liar Pants On Fire!
VB is quite good IMO.
I suggest you then try on :
DirectDraw,
Directsound,
Directinput,

And later try :
OpenGL or something like that.
 

Slougi

New member
2fast4u said:


whaaaattt?? :angry: it can do the same things as c++ - no troubles.
Hmm. VB is slower than C++, but also much easier. It may be a good place to start so that you get the idea of modern windows programming though. VB is fine for smaller applications, like some utilities, but for bigger projects it is too slow.
 
OP
mesman00

mesman00

What's that...?
i already know a decent amt of vb and c++, i was just starting to laern direct x i was stating
 
dave_luther said:

if you want to connect to databases etc then yeah its fine... pretty good for a clean interface and playing with strings as well as fiddling with certain areas of the API... but its pretty much all pre written functions etc... im a fan of C... much more freedom :)
 
OP
mesman00

mesman00

What's that...?
VB is quite good IMO.
I suggest you then try on :
DirectDraw,
Directsound,
Directinput,

And later try :
OpenGL or something like that.

Yes, i have realized that this is a much better idea then starting with direct x.
 

Top