Summary: In the small program described below, is there some kind of special 'null' character in C (NOT '\0' of course!) which I could pass as the 4th argument...
Summary: My program uses a class. in the class i open a file in a constructor. how can i pass the input stream to another method by reference? Is there anot...
Summary: I am writing a program that requires a subroutine to be able open Folders or directories. The objective is to input a folder pathway have the program ...
Summary: i have searched all over the web, but i can't find any good graphics tutorials for c++. if anybody knows of any good places to learn the basics of inc...
Summary: hello ,,, i'm new here ! i hope you ll help to find what i m looking for so i'm trying to learn how to program in c++(i'm null),i've a compiler as bor...
Summary: i have 2 questions regarding files in C++. the first, how can you make folders, and how can you delete files and folders. this is for a console appl...
Summary: Can anyone please help me with the following C problem. Am newish to C programming so please be specific. I am using the Dev-C++ compiler. I want to w...
Summary: Hello, I have what seems to be a stupid question but I cannot find the answer anywhere so I was hoping that someone on this site may be able to help m...
Summary: Hi all, I'm a c newee, i've got an C exercise on display folder information, including files and their attributes (indicate whether its a text or bina...
Summary: I have written a code to retrive data from a file in C++,as follows cStud S; while(!f.eof()) { f.read((char*)&S,sizeof(S)); coutS; } where cStud...
Summary: Hi There, Just a new PC im tryin to install C++ on. Now the .h files are not been recognised. its giving an error msg to change FILES = 20 in config.s...
Summary: I'm taking a C++ class, and I have a problem I can't seem to figure out, I'm taking all the information from one file and transferring it to another. ...
Summary: I'm a begginer at C++. I'm using MSVC++6.0, i would like to create and application that can be run in pure MS-DOS mode - i.e running it from a Win98 ...
Summary: Hi, I'm writing a program in c, in which need i to retrieve the following info on windows system (98,NT): * Size of different disks (C:, D:, E:) * ...
Summary: It compiles fine ... like I said, it gives an output of 97 when ran. Dunno what happened or why it copied incorrectly ... the #include should say #inc...
Summary: I don't know 9/10 of C++, and the other 1/10 is all vague (thank the horrid professor). This isn't for a course, I'm doing this on my own. What I'm...
Summary: Is it even possible to use C to program a winsock application? Seems like there isn't much info out there about it. Unless I'm just not looking in t...
Summary: hello, sorry that i didn't reply to answers of my previous questions on "random number with probability", since i have finished the coding 2 days aft...
Summary: Im a Newbie to C++ programming, and im TOTALY lost in this boundless jungle of C++!! My first book about C really sucked and i didnt understand much a...
Summary: long post here: here's the info for the game: "We play with a deck of cards numbered from one to six which is divided into four suits. First, I deal t...
Summary: you have some code of calculating meam, mode, median but in C not in C ++ ..?? If anyone can give some example or some url will be for me very userful...
Summary: hello, i am developing applications using pure C language. i notice, however C has some limitation in terms of handling errors. is there anyway of add...
Summary: I need some suggestions and tips on how to handle a dataset. I have 4 collums of data in a space delimited txt file. The first collum is an indices fo...