Summary: 1. CreateDirectory requires 2 parameters: BOOL CreateDirectory(LPCTSTR lpszPath, LPSECURITY_ATTRIBUTES lpsa) 2. The first parameter is a pointer to a...
Summary: I'm having a hard time programing . IF you could please help me .. i would really appreciate. Thank you World! -arora786 Write a C++ Program that e...
Summary: I m getting error.....s as follws /*--------------------------------------------------------------------------*/ // stchart.cpp - PegStripChart exampl...
Summary: does anyone know any free c++ compilers that are good other then dev-c++? If not, then do you know any extra project templates, header files, or libra...
Summary: I was loking for a really good tutorial about pointers and their use in C/C++ but none of he books I've read was good enough; if anyone can give me a ...
Summary: Hey. I'm working on a program in C which will connect to a server on port 21 for FTP, and I'm having some trouble with the actual logging in process....
Summary: Hello, Where can i found the instruction set for Visual C++ 6.0 (or before version) and a good tutorial (very detailled) or a good general help (like ...
Summary: Hi, This is a C programming problem. I've a structure with 100 members. How can i print out all 100 members of the structure, and the respective value...
Summary: can any body explain what does this func do in C: int Mparse (int j, int val1, int val2) { return ((int) (fmod(j, pow(2, v1)) / pow(2, v2))); } ...
Summary: I am trying to make a basic TCP chat server that will be used in a dos box. But I have come up against a few problems. First off I'll state that I a...
Summary: hello! i´m starting to programming i C language and i used to use "stdio.h", but now i have changed to mandrake 9.0 and when i run some program it say...
Summary: Does anyone know the difference between visual basic and C# and how it all fits into this .NET thing? Is C# just a new and improved Visual Basic? C# l...
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...