Click here to Skip to main content
15,922,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 6:18
Chuck Vought14-Aug-09 6:18 
GeneralRe: Random Name Generator Pin
David Crow14-Aug-09 6:32
David Crow14-Aug-09 6:32 
GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 6:59
Chuck Vought14-Aug-09 6:59 
GeneralRe: Random Name Generator Pin
David Crow14-Aug-09 7:03
David Crow14-Aug-09 7:03 
GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 7:51
Chuck Vought14-Aug-09 7:51 
GeneralRe: Random Name Generator Pin
David Crow14-Aug-09 7:53
David Crow14-Aug-09 7:53 
GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 9:31
Chuck Vought14-Aug-09 9:31 
QuestionRe: Random Name Generator Pin
David Crow14-Aug-09 9:36
David Crow14-Aug-09 9:36 
Chuck Vought wrote:
I am getting two errors, first why cant I declare the array size from a user input called "num"...


From what you've shown, num, numFirst and numLast have not been declared.

Chuck Vought wrote:
name = "";


You need to move this out of the inner for() loop.

Chuck Vought wrote:
if(j=5)


This will always evaluate to true. Is that your intent?

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 9:40
Chuck Vought14-Aug-09 9:40 
GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 9:45
Chuck Vought14-Aug-09 9:45 
QuestionRe: Random Name Generator Pin
David Crow14-Aug-09 9:47
David Crow14-Aug-09 9:47 
AnswerRe: Random Name Generator Pin
Chuck Vought14-Aug-09 9:52
Chuck Vought14-Aug-09 9:52 
AnswerRe: Random Name Generator Pin
Chuck Vought14-Aug-09 10:26
Chuck Vought14-Aug-09 10:26 
GeneralRe: Random Name Generator Pin
David Crow14-Aug-09 10:37
David Crow14-Aug-09 10:37 
GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 11:00
Chuck Vought14-Aug-09 11:00 
QuestionRe: Random Name Generator Pin
David Crow14-Aug-09 11:04
David Crow14-Aug-09 11:04 
AnswerRe: Random Name Generator Pin
Chuck Vought14-Aug-09 11:11
Chuck Vought14-Aug-09 11:11 
GeneralRe: Random Name Generator Pin
David Crow14-Aug-09 11:13
David Crow14-Aug-09 11:13 
GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 11:19
Chuck Vought14-Aug-09 11:19 
GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 15:12
Chuck Vought14-Aug-09 15:12 
GeneralRe: Random Name Generator Pin
David Crow15-Aug-09 5:20
David Crow15-Aug-09 5:20 
AnswerRe: Random Name Generator Pin
Chuck Vought14-Aug-09 10:19
Chuck Vought14-Aug-09 10:19 
GeneralRe: Random Name Generator Pin
David Crow14-Aug-09 10:27
David Crow14-Aug-09 10:27 
GeneralRe: Random Name Generator Pin
Chuck Vought14-Aug-09 10:36
Chuck Vought14-Aug-09 10:36 
GeneralRe: Random Name Generator Pin
sashoalm15-Aug-09 4:20
sashoalm15-Aug-09 4:20 

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.