The program above asks a user for a number. For example, 54 and then if it is prime says so but if it isn't prime tells what the unique prime...
Hi My assignment is to find the unique prime factors of a user inputed number. So for 54, the uniqe prime factors would be 2 and 3. If we...
Visual Studio 2008, teacher too our computers are the same. Yes it did compile and it works perfect but I don't understand why and I dont know if...
I wrote Ceasar cipher and decipher functions and they seam to work fine but for some reason I'm not convinced they will work on my teachers...
nevermind i got it thanks for all your help man
I'm close i put pos=0; right between the loops and that printed "go 4 expert still missing the second quote though. thanks
That will print and its what i expected that was part a of the program "go 4 expert" i tried if(n==pos) { len=1;...
That's the problem i'm having I don't know how to make pos what it should be when it gets to that point. i thought it was to take the size of s...
the debugger says t is "4" and pos is 3 my professor put the while loop in. i missed the deadline to submit this so its not really an...
I tried the debugger it seams like it skips over it but I don't have a clue on how I'm suppose to fix it.
i have a feeling it is a problem with how i am getting the start position (pos) I've spent a week on this and cant figure it out. Any help is...
I'm having trouble writing a program that goes through a string and puts each word on a new line and replaces the characters " { [ ( with what...
Thank you, it compiles :)
What do i put in the body for date(date &) i have no clue what to put here.
i changed it to static char *date::mnames[]= { "Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sep", "Oct", "Nov", "Dec" };...
I can't get this to compile what am i doing wrong. This is just a simple class that represents dates (month day yr). I have a feeling what i am...
I'm still having trouble I've spent 3 days on this and still can't get it. It is a homework assignment but I need help and the teacher isn't...
actually it is a class i have to convert it from a struct to a class ive spent many hrs trying to figure it out
I have 3 files firstLady.cpp (holds the class firstLady_t) firstLady.h (holds prototypes) mytestproj.cpp (main class) and I cant get them to...
it seams to be working now i changed some stuff with the new line operator and it seams to work great now. Never would have gotten it without your...
Separate names with a comma.