Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by darthAndy

  1. darthAndy

    Help getting started

    Hi, CodingNovice which did you like better and which did you use more openGl or DirectX.
  2. darthAndy

    "Windows Game Programming for Dummies" is it in C++ or C?

    Hi, Last month I picked up windows game programming gurus. It's full of a lot of good info and its c++. I guess I like the book alright. I wouldn't recommend game programming for someone that is just learning to program, but if your smart and/or your already a programmer, hey go for...
  3. darthAndy

    .NET vs MFC?

    Hi, Don't have much expirience with .net just with c c++ VB assembly and java. I believe the main advantages with .net are for distruted aplication developement. I think .net uses the Microsoft version of a virtual machine concept. That way the same source code gets interpreted on...
  4. darthAndy

    how does one create a .lib?

    Thank you, I'm just creating a static library for c. I just use the linker to access the functions in my library?
  5. darthAndy

    how does one create a .lib?

    Hi, I need to build a .lib in c. I'm using borland turbo c. The library will contain files with functions that interface with a com port. I'm going to run it on a WIN 98 platform. I guess turbo c outputs to a 16 bit dos terminal emulator. Thats what i'll be using. How would I...
  6. darthAndy

    Serial Port Programming with C/C++

    Deanlwvu, Thanks for the example code dean, I'm doing a com port proj for school and it helped. Tekniod, I think c++ uses this command instead of outportb() outb(unsigned int [address value], unsigend int [output value]); or it might be outp() but...

Part and Inventory Search

Back
Top