Click here to Skip to main content
15,897,113 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change font color of slide? Pin
cengyikun16-Nov-04 14:12
susscengyikun16-Nov-04 14:12 
GeneralHTML on CPropertySheet Pin
Jack_pt15-Nov-04 15:22
Jack_pt15-Nov-04 15:22 
GeneralC++ Help Pin
glowskull0315-Nov-04 14:14
glowskull0315-Nov-04 14:14 
GeneralRe: C++ Help Pin
DaFrawg15-Nov-04 20:58
DaFrawg15-Nov-04 20:58 
GeneralRe: C++ Help Pin
dharani16-Nov-04 23:42
dharani16-Nov-04 23:42 
GeneralRe: C++ Help Pin
DaFrawg18-Nov-04 3:33
DaFrawg18-Nov-04 3:33 
GeneralRe: C++ Help Pin
namaskaaram15-Nov-04 22:16
namaskaaram15-Nov-04 22:16 
GeneralRe: C++ Help Pin
Henry miller16-Nov-04 2:26
Henry miller16-Nov-04 2:26 
Looks like homework to me, so I won't give you answers. I don't like the ones others have given, though they will work. (I even have a book someplace that tells how to check if a number is prime, but it fails on Newton primes - I can't recall exactly what they are called)

What I would do, and what I suspect your professor wants: create a linked list of all known primes, up to the current number. This list starts empty. You start by checking the lowest unknown number against the list. If anything in the list divides your number it is not prime. If the number is prime place it in the list. Either way move to the next highest number.

If this isn't enough, google will reveal several C programs that do the same thing. Don't bother handing them in though. Professors are fairly good at spotting those programs even after students hide the origions. Besides, I might get a job with you latter, and I'll want you to have done the work then.
GeneralCommand line error D2022 Pin
bneacetp15-Nov-04 13:07
bneacetp15-Nov-04 13:07 
GeneralRIFF and LIST Chunks Pin
Anonymous15-Nov-04 12:45
Anonymous15-Nov-04 12:45 
GeneralShort Jumps in Inline Assembly Pin
Xzyx987X15-Nov-04 11:41
Xzyx987X15-Nov-04 11:41 
QuestionHow do I... Pin
KORCARI15-Nov-04 10:38
KORCARI15-Nov-04 10:38 
AnswerRe: How do I... Pin
David Crow15-Nov-04 10:55
David Crow15-Nov-04 10:55 
GeneralRe: How do I... Pin
Christian Graus15-Nov-04 13:36
protectorChristian Graus15-Nov-04 13:36 
GeneralRe: How do I... Pin
DaFrawg15-Nov-04 21:03
DaFrawg15-Nov-04 21:03 
GeneralRe: How do I... Pin
Christian Graus16-Nov-04 0:29
protectorChristian Graus16-Nov-04 0:29 
GeneralRe: How do I... Pin
DaFrawg18-Nov-04 3:55
DaFrawg18-Nov-04 3:55 
GeneralRe: How do I... Pin
Christian Graus18-Nov-04 10:15
protectorChristian Graus18-Nov-04 10:15 
GeneralRe: How do I... Pin
David Crow16-Nov-04 2:36
David Crow16-Nov-04 2:36 
GeneralRe: How do I... Pin
Christian Graus16-Nov-04 8:14
protectorChristian Graus16-Nov-04 8:14 
GeneralCalling a member function Pin
Howard789015-Nov-04 9:15
Howard789015-Nov-04 9:15 
GeneralRe: Calling a member function Pin
Christian Graus15-Nov-04 9:34
protectorChristian Graus15-Nov-04 9:34 
GeneralRe: Calling a member function Pin
Budric B.15-Nov-04 9:37
Budric B.15-Nov-04 9:37 
GeneralRe: Calling a member function Pin
John M. Drescher15-Nov-04 9:39
John M. Drescher15-Nov-04 9:39 
GeneralRe: Calling a member function Pin
Howard789015-Nov-04 15:12
Howard789015-Nov-04 15:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.