C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Application
Components and Libraries
Remove
Platform
Any
License
Any
: please help
:
: I am looking to use the parallel port with C, by defining each pin in the port to go HI or LO. I want to use a windows/DOS platform, I was told I had to use an API, but I don't...
THANKS MAN! YOU'RE A LIFESAVER!
: You might find this helpful: http://msdn.microsoft.com/library/periodic/period98/controlSpy3.htm
: It has a C + API sample of all the new common controls. Helped...
You might find this helpful: http://msdn.microsoft.com/library/periodic/period98/controlSpy3.htm
It has a C + API sample of all the new common controls. Helped me alot. If you have more problems post...
: : hey there I'm a 19 year old newbie to programming in C and I now at Winsock.h.
: : And now I have this problem at linking or something?
: : can somebody help me with this?
: : please ??
:
:...
: hey there I'm a 19 year old newbie to programming in C and I now at Winsock.h.
: And now I have this problem at linking or something?
: can somebody help me with this?
: please ??
You must be...
This probably won't help you much seeing that you're planning a 2-d game, but Open GL is quite an easy library to use once you get the hang of it. There are some nice tutorials on how to use it on...
I write full-fledged apps using pure ANSI C + Win32 API. I know its self-torturing but thats my job!
: : Can I use windows.h in C? online Documentation? Help? Examples?
: : I am not referring to C++...
Hello everybody!
Does anybody know about any tools available to convert a C Builder interface to standard MFC code. If yes please tell me. Also from where can they be obtained and how much they...
: How can I write a C program in C without making the C program as a seperate DLL. I want to read the gameport status from AL regiter. How can I do this in VB?
:
VB does not support low-level...
Looks like a great tool. I hope they'll be some way for game programmers to program in Windows without needing hundreds of dollars. Many eager programmers aren't equipped with the kind of money they...
Hi all,
I want to use a scanner from VB5 without using OCX controls. I should like to
use API or build my own OCX in C language or VB.
I have some DLL like GEAR32SD.DLL, HP DLL and TWAIN32.DLL. I...
My problem is that I need to set up my com1 to work with 9600, 8Bits, no parity and I dont know how to do it in c/c++.
When writing to com1 I open it like a std file, and that part seem to work just...
I know that it is possible to write dll files in C but i really need one made Visual Basic. Any help would be gratefully appreciated.
ian.
: how to download turbo C program
: (Tc.exe)and the library
:
I can email u a copy with all the libraries and header files. Email me at Lupa_00@hotmail.com
: i know c and learning c++ and I want to program 3D games where do i start, and how can i learn to use directx
:
Unless you have a friend to teach you, I'd buy a book.
-Xotor-
i know c and learning c++ and I want to program 3D games where do i start, and how can i learn to use directx
I just wanna to avoid having to build the dll in VC++
But, as you say, this is a better choice.
Thanks.
C ya'
Jehoshaphath
You can go to
http://msdn.microsoft.com/library/psdk/portals/win32start_1n6t.htm
to read the latest version of the Win32 Programmer's Reference.
This includes information on most of the API...
I 'm making an app with VisualBasic6 and I want to know
What's the way of making a call to a function implemented
in C from my VB app.
I think I have to make a DLL from my C function.
I think...
What are the functions or methods for accesing directly the bitmap buffer using an API in VB?
How do you process strings in VB as you did in C via pointers or something else...???