Hello,
I'm trying to compile the following program with Visual C++2008.
Pressing F7 compiles without errors.
/*Filename process.c : Defines the entry point for the console application.*/
#include "stdafx.h"
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
void process_file(FILE...
Thanks for your reply macleod 1021.
I`m a bit of a noob when it comes to working with the command prompt.
I have opened it following Microsoft`s help files,
and typed (VACR..) something like that,(I`m not at my home computer), so I can`t remember exactly. Then I`ve entered...
Hello,
I'm running Windows XP-Pro.
This is my first try at C# programming; and using
Visual C++ 2008. I'm working from a tutorial, that I've found on the net.
I'm given the task of using the command-line compiler,
where I have to set a path from the following directory...
Hello,
I'm running WinXP-Pro; and I need to disable
the autodisconnect box. I've done some research
and this is what I've found:
"Auto-Disconnect
Start/Run/Regedit
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters. In the right pane, find Autodisconnect and change the...
Hello,
This routine accepts six alphanumeric characters, e.g. A1B 2C3.
and is part of a mail program.
This is what I want to do? Input in lowercase: a1b 2c3, press <Enter>.
Output results expected uppercase: A1B 2C3.
This routine does the job. However when I implement it in my
mail program...
Hello,
I'm coding in the C language; running XP pro SP2.
After disabling "Pre-compiled headers" in Visual C++
2005 express ed., under properties; I was able to
compile and run a ("Hello World!\n"), program.
However, compiling a larger program(mail manager), some 300 lines, compiled with the...
Hello,
I'm a learner; running Win'98SE, compiler:minGW dev. studio.
The following is a simple "guess the number" game.
It compiles, and runs without erors. However, I
don't know how to loop it back to play again, if
the user enters (y) yes. How do I do this?
I've tried removing the do-while...
Hello,
I'm a learner. Compiler: MinGW Developer Studio, O/S:Win'98SE.
The program is a mail manager, taken from my "C"
book:"C by Example". On compilation, I'm getting the
warning:"`'flag used with `%s' printf format."
I've tried changing the function's return type, but no go.
How do I...
Hello,
I'm a learner. Compiler: MinGW Developer Studio, O/S:Win'98SE.
The program is a mail manager, taken from my "C"
book:"C by Example". On compilation, I'm getting the
warning:"Unused variable'list'"; on the line:"struct
mail_struct list[MAX];", just...
Hello,
I'm compiling with Dev-c++ 4.01.
I'm trying to capture a six digit alphanumeric zipcode
with this routine; which comes from a mailing list program.
The compiler is reporting one error:"Parse error at end of
input." I must be missing a curly brace or two, but i can't
find where to put...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.