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
Platform
Any
License
Any
Hey, man, thank you very much
You've been very helpful
I'll go look for it in PH's MASSIVE archive, but I'm sure I'll find it soon :-). C ya around, man. Come sign my guestbook or somethin';-)...
: Does anyone have experience in programming the CGI interface in C ?
: I have a document telling me that using the POST method for accessing dosuments, all input should be on stdin and output...
: does anyone have c/c ++source code for a truth table? the one i have doesn't make a table at all an i can't figure out where i went wrong.
: also does anyone kno how to use c/c++ code in vb? like...
does anyone have c/c ++source code for a truth table? the one i have doesn't make a table at all an i can't figure out where i went wrong.
also does anyone kno how to use c/c++ code in vb? like how...
http://www.ucos-ii.com/contents/products/ucos-ii/ports-intel.html
c u soon.
..vinodh..
http://www.ucos-ii.com/contents/products/ucos-ii/ports-intel.html
c u soon.
..vinodh..
If I put the source file in the same directory of BIN , the file can
be compiled ,linked and executed . But if I put the source in another directory . PWB report U1355 error .
I can always do...
How do you call C++ functions from C code? I've compiled C++ code to create objects (.o) and link them together with the cc compiler (UNIX). However, when I try to call the function in the C module,...
I have to use it as I am trying to maintain a system which is developed by Microsoft C 6.0
I got the link error and even after restart computer ,the error is still there . There is no error msg ,...
Why do you need MS C its realy old. I dont think that you can run it on modern computers. You get probably link error. Did you restarted your computer? What is the exact error message in output...
Cool! Never thought it possible. Guess I'm not as good as I thought, or maybe I'm just not creative. In fact, I think this can be extended to even entire programs- if I'm wrong, correct me!
: : :...
: : write any program in C language (there should be output)but u cannot use a single semicolon inside the program...
#include
int main()
{
if (puts("hello world")) {}
}
save the...
: Thanks that cleared it up. Now I need your help again. I am having problems with trying to get this to work. I need the program to open Local Machine key then display the contents and the user then...
: This message was edited by Warlockzzz at 2002-9-4 17:59:42
: Some of the things i don't understand about this code because i never seen that yet :
:
: - What is AnsiString ?
: - Is ss...
I am using VC to build my c program .
error when link:
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/LearnC.exe : fatal error LNK1120: 1...
How do i go about setting up my game engine to use a particular frame rate? I'd like to go for about 30 frames/sec. I'm using the borland turbo c compiler. My one real problem is finding the right...
please tell me abt links or locations on the web where i can find out source code for text editor written in c for MSDOS platform.
My WebServer.xml is :
-
-
I put my *.class in the C:\jswdk-1.0.1\examples\WEB-INF\servlets
In My browser , if I access file like
A. http://localhost:8080/examples/Serv...
hi all, i need to add jpg loading to an app. There are a lot of dlls out there to do the job, but what I really need is only jpg loading, and they do a lot of other stuff - since size is critical,...
: thanks whoie! you rule!
: this does what i want:
:
:
: int realarray;
: int (&array) = *(reinterpret_cast(realarray-1));
:
Peter, please, read this before you do anything:...