Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
About Me

Retired

Interests
computer C language
PC Specs
Dell Dimention 4700 2.5 GB Memory windows XP home
Favorite Forums
Favorite Tags
c++ x 27
c x 3
Member Avatar for CRD

I was told once that If I wanted to know what functions were available in a given header that I needed to open a header file and look. code /* * stdio.h * This file has no copyright assigned and is placed in the Public Domain. * This file is …

Member Avatar for Ancient Dragon
0
252
Member Avatar for CRD

this loop will not exit when n is pressed I sure would appreciate a clue as to how to exit a loop. here is the code. code [COLOR=green]// Ex3_12.cpp[/COLOR] [COLOR=green]// using a while loop to compute an average[/COLOR] [COLOR=green]#include[/COLOR][COLOR=green]<iostream>[/COLOR] [COLOR=green]using[/COLOR][COLOR=green] std::cin;[/COLOR] [COLOR=green]using[/COLOR][COLOR=green] std::cout;[/COLOR] [COLOR=green]using[/COLOR][COLOR=green] std::endl;[/COLOR] [COLOR=green]int[/COLOR][COLOR=green] main( [/COLOR][COLOR=green]void[/COLOR][COLOR=green] )[/COLOR] { …

Member Avatar for ~s.o.s~
0
63
Member Avatar for CRD

Using Visuel Studio 2005 and the choices I have are as follows Could someome help me to understand what they are? ALT CLR General MFC SMART DEVICE WIN32 Any help to clarify what these choices mean would be Appreciated. Thank you Dick

Member Avatar for CRD
0
144
Member Avatar for CRD

Does anyone know which include file is needed for functions; IsLetter (ch) and ToLower(ch) ? Dick

Member Avatar for CRD
0
58
Member Avatar for CRD

I have a Problum building An Exicutable as It does not find the include file. code [COLOR=#0000ff]#include[/COLOR][COLOR=#000000] [/COLOR][COLOR=#800000]"stdafx.h" [/COLOR][COLOR=#0000ff]int[/COLOR][COLOR=#000000] _tmain([/COLOR][COLOR=#0000ff]int[/COLOR][COLOR=#000000] argc, _TCHAR* argv[])[/COLOR] { [COLOR=#0000ff]return[/COLOR] 0; } Error message fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory Any assistance would be appreciated in fixing this …

Member Avatar for CRD
0
78
Member Avatar for CRD
Member Avatar for CRD

The version of DEV-C++ I Do not Know. However I would appreciate any information as to where I might find information as to how you can access Drives and the Printer on my machine with C++ commands. at present I'm unable to do anything in my C++ Programs other than …

Member Avatar for CRD
0
172
Member Avatar for CRD

could someone please explane what a pars error is in C++? Thank your consideration. Dick

Member Avatar for Aia
0
99
Member Avatar for CRD

I read someware that DEV-C++ was either IDE or something else. But I don't remember where or what someething else is or how to get thier . Could someone Please help me with this confusion? Dick

Member Avatar for GreenDay2001
0
79
Member Avatar for CRD

I am trying to write a program to print a file to a printer. havent gotten fery far till I started to go ary, here is the listing so far. [code=c] // This Program is to print a file listing with line numbers to Printer. #include <stdlib.h> #include <stdio.h> #include …

Member Avatar for WaltP
0
210
Member Avatar for CRD

Find out Which header or DLL files are needed for functions in C++? In other words how do you know which include headers are needed to do ferious user defined functions? Dick

Member Avatar for Mpiangu
0
99
Member Avatar for CRD

Can any one spot why this listing Will not compile? [code=c] /*print_it.c-This program preints a listing with line numbers */ #include <stdlib.h> #include <stdio.h> void do_heading(char *filename); int line = 0, page = 0; int main( int argv, char *argc[] ) { char buffer[256]; FILE *fp; if( argv < 2 …

Member Avatar for CRD
0
431
Member Avatar for CRD

Is there any place that I can find what functions are available in what headder files? Dick

Member Avatar for CRD
0
69
Member Avatar for CRD
Member Avatar for 7arouf
0
73
Member Avatar for XxBigxBossxX

I'm trying to code the game of Simon(try to mimic the computers choice of four buttons) for a project. I'm kind of stuck because the computer generates a random choice, but I need to completely halt and wait for the user to enter his choice.(Done with the aswd keys; either …

Member Avatar for John A
0
74
Member Avatar for CRD

I'm using SAMS Book "Teach Yourself "C" in 21 Days" sixth edition. useing the Editor/Compiler that came with the Book. DEV C++ The saubject program that I'm trying to compile is Print_it.c it prints files w/line numbers and when the compiler gets to the first line with "STDPRN" it stops …

Member Avatar for CRD
0
233
Member Avatar for CRD

I am trying to print to my printer which is on LPT1 from a C program Am using dev c++ which came with Teach Yourself C in 21 Days here is the code that is supost to print th my printer which is a HP Photosmart 7350. [code=c] /* Demonstrates …

Member Avatar for CRD
0
216