Advertisement

1 - 10 of 257 containing alltags:("C Program") (0.002 seconds)
I am fairly new to programming and C and right now I am using trying to get into graphics.  A book I am using refers to graph.h and I would like to know how I can get started using graphics w/ C or...
Zones: CDate Answered: 03/24/1997 Grade: B Views: 0
I am a 16 year old junior in high school. And I know QBASIC to a certain degree. But I want to learn how to program in C. I bought Discover Programming. But it is hard and complicated. Is their any...
Zones: CDate Answered: 02/06/1998 Grade: C Views: 0
I'M A STUDENT AND I'VE A MAJOR PROBLEM WITH STACK,LINK LIST ETC ,SO I NEED YOUR ADVISE TO RECOMMEND ME SOME TITLE OF THE BOOKS THAT I SHOULD BUY.BUT THE BOOK MUST CONTAIN SOME COMPLETE PROGRAMS THA...
Zones: CDate Answered: 12/17/1998 Grade: B Views: 0
I want to know the general method how to change my program written by C/C++ for Windows running on Windows 95 to Windows 3.11 ? Can we design it run stable in Windows 95 then we bring to Windows 3...
Zones: Windows ProgrammingDate Answered: 03/07/1999 Grade: C Views: 0
I'm writing a server program for the first time in visual c++ under NT.  Since it should stay resident at all times, I don't want it to appear on the task bar.  What are my options and how do I imp...
Zones: C++Date Answered: 03/12/1999 Grade: A Views: 0
I'm working on several platforms (pc, SG, sun-ultra, HP...). lately I've started writing some programs which involve numerical methods. I'd like to know which precision unit each platform has. A...
Zones: CDate Answered: 01/11/2000 Grade: C Views: 0
User information for server HOMER at 26-Mar-19100 12:42   1 HOMER                                    000000000001    06-Feb-1910 12:07   3 TE9915     Jennie Thorsell               TEKO2 C0204...
Zones: CDate Answered: 03/28/2000 Grade: B Views: 0
Hya guys,        just want to know if anybody can refresh my C notions by giving me a hint on sending a file to the printer? I remember a command in good ol'DOS with the '>' but I can't recall e...
Zones: CDate Answered: 02/26/2001 Grade: A Views: 0
#include <stdio.h> #include <string.h> #include <fcntl.h> #include <unistd.h> int main(int argc, char *argv[]) {   int fdin,fdou,fdbyte;   char buf[512];   int i;   int j;   char temp[5...
Zones: Linux DevDate Answered: 03/23/2001 Grade: A Views: 0
Hello,     I am new to C programming. I have done projects in Java but C is completely different. I am struggling in C because there is not type checking bound checking etc. I have these questio...
Zones: CDate Answered: 12/21/2001 Grade: B Views: 0