Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
C file opening
Name: deian1 Date: April 28, 2004 at 23:42:39 Pacific OS: - CPU/Ram: -
Comment:
can i have direct acces on parallel port in a C application which runs in a Windows DOS box(like running under real time dos machine)? how can i open a file which is in a folder who is found in the same folder where application is,file which i want to open at aplication request ,something like: printf("enter the file name to open:") .... the file is in a folder /DIR found in the same folder with the aplication, but in the prompt line i want to enter only the file name. which instructions i must use?
Summary: Hi all, before i begin, yes this is an homework assignment question... got a c++ file I/O question. here is the code that i've so far. #include <iostream> #include <sting> #include <fstream> ...
Summary: I just happened to have a c file open or this would be written in c++, but it's easy to convert :P #include [stdio.h] #include [stdlib.h] #include [time.h] int main(void) { int value; srand((u...
Summary: hi, im currently working on a C prgram, that will allow me to share my C:\ and open a telnet session, but i am having a little trouble with the code. Thanks for the help. ...