Click here to Skip to main content
15,868,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Office automation help Pin
David Crow17-Nov-14 5:56
David Crow17-Nov-14 5:56 
GeneralRe: Office automation help Pin
Hadi Dayvary19-Nov-14 3:37
professionalHadi Dayvary19-Nov-14 3:37 
GeneralRe: Office automation help Pin
David Crow19-Nov-14 3:58
David Crow19-Nov-14 3:58 
Questionreserve string in c Pin
Mortadda jafar16-Nov-14 5:53
Mortadda jafar16-Nov-14 5:53 
AnswerRe: reserve string in c Pin
Condoriano Condoriano16-Nov-14 12:21
Condoriano Condoriano16-Nov-14 12:21 
GeneralRe: reserve string in c Pin
Mortadda jafar16-Nov-14 23:06
Mortadda jafar16-Nov-14 23:06 
GeneralRe: reserve string in c Pin
Richard MacCutchan16-Nov-14 23:44
mveRichard MacCutchan16-Nov-14 23:44 
Questionplz solution this programe???????????? Pin
Member 1123778816-Nov-14 3:08
Member 1123778816-Nov-14 3:08 
. Create a List [ Create a list that will be empty at the creation time. Make void create( void ) function to achieve this task. ]

2. Determine whether the list is empty. [ Make bool empty( void ) function that shows whether the list is empty or not.]

3. Insert a Value

at the start of the list [ Make void addatstart( int ) function to insert value at the start of the list.]
at the given location [ Make void addatspecific( int, int ) function to insert value at the specific location in the list.]
at the end of the list [ Make void addatend( int ) function to insert value at the end of the list.]

4. Delete

at the start of the list [ Make void deleteatstart( void ) function to delete value from the start of the list.]
at the given location [ Make void deleteatspeific(void) function to delete value at the specific location of the list.]
at the end of the list [ Make void deleteatend(void) function to delete value at the end of the list.]

5. Size of the List [ Make int size(void) function that will return the size of the list.]

6. Search value from the list. [ Make void search( int ) function that will search the given value in list.]

7. Swapping two values of the list. [ Make void swap( int first_location, int second_location ) function that will swap the values at the given location from the list.]

8. Display the list [ Make void search(void) function that will display the list values.]
GeneralRe: plz solution this programe???????????? Pin
Richard MacCutchan16-Nov-14 3:43
mveRichard MacCutchan16-Nov-14 3:43 
GeneralRe: plz solution this programe???????????? Pin
David Crow17-Nov-14 5:58
David Crow17-Nov-14 5:58 
GeneralRe: plz solution this programe???????????? Pin
Richard MacCutchan17-Nov-14 6:11
mveRichard MacCutchan17-Nov-14 6:11 
AnswerRe: plz solution this programe???????????? Pin
Chris Losinger17-Nov-14 4:55
professionalChris Losinger17-Nov-14 4:55 
QuestionMenu change in IDE but not in running application Pin
Gagnon Claude14-Nov-14 10:50
Gagnon Claude14-Nov-14 10:50 
AnswerRe: Menu change in IDE but not in running application Pin
Richard Andrew x6414-Nov-14 12:51
professionalRichard Andrew x6414-Nov-14 12:51 
QuestionRe: Menu change in IDE but not in running application Pin
Richard MacCutchan14-Nov-14 21:29
mveRichard MacCutchan14-Nov-14 21:29 
QuestionHow to change the name of a tabbed pane Pin
Gagnon Claude12-Nov-14 9:10
Gagnon Claude12-Nov-14 9:10 
AnswerRe: How to change the name of a tabbed pane Pin
Richard MacCutchan12-Nov-14 21:18
mveRichard MacCutchan12-Nov-14 21:18 
Questionc++ help Pin
Member 1122785412-Nov-14 3:44
Member 1122785412-Nov-14 3:44 
AnswerRe: c++ help Pin
Richard MacCutchan12-Nov-14 4:21
mveRichard MacCutchan12-Nov-14 4:21 
GeneralRe: c++ help Pin
Member 1122785414-Nov-14 4:09
Member 1122785414-Nov-14 4:09 
GeneralRe: c++ help Pin
Richard MacCutchan14-Nov-14 6:10
mveRichard MacCutchan14-Nov-14 6:10 
AnswerRe: c++ help Pin
CPallini13-Nov-14 21:35
mveCPallini13-Nov-14 21:35 
GeneralRe: c++ help Pin
Member 1122785414-Nov-14 4:12
Member 1122785414-Nov-14 4:12 
GeneralRe: c++ help Pin
Albert Holguin14-Nov-14 4:14
professionalAlbert Holguin14-Nov-14 4:14 
GeneralRe: c++ help Pin
Member 1122785414-Nov-14 4:29
Member 1122785414-Nov-14 4:29 

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.