Click here to Skip to main content
15,892,298 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: srand( ) function Pin
George L. Jackson18-Feb-06 2:46
George L. Jackson18-Feb-06 2:46 
QuestionSpanning Tree Algorithm Implementation Pin
techno_brains17-Feb-06 4:30
techno_brains17-Feb-06 4:30 
AnswerRe: Spanning Tree Algorithm Implementation Pin
Cedric Moonen17-Feb-06 9:30
Cedric Moonen17-Feb-06 9:30 
AnswerRe: Spanning Tree Algorithm Implementation Pin
George L. Jackson17-Feb-06 12:07
George L. Jackson17-Feb-06 12:07 
QuestionGetting a list of controls from another process (application) Pin
Virtek17-Feb-06 3:21
Virtek17-Feb-06 3:21 
AnswerRe: Getting a list of controls from another process (application) Pin
Virtek17-Feb-06 7:38
Virtek17-Feb-06 7:38 
QuestionNumbering Puzzle in C++ Pin
chrizpl17-Feb-06 1:47
chrizpl17-Feb-06 1:47 
AnswerRe: Numbering Puzzle in C++ Pin
toxcct17-Feb-06 1:51
toxcct17-Feb-06 1:51 
GeneralRe: Numbering Puzzle in C++ Pin
chrizpl17-Feb-06 2:15
chrizpl17-Feb-06 2:15 
GeneralRe: Numbering Puzzle in C++ Pin
toxcct17-Feb-06 2:18
toxcct17-Feb-06 2:18 
GeneralRe: Numbering Puzzle in C++ Pin
chrizpl17-Feb-06 2:36
chrizpl17-Feb-06 2:36 
GeneralRe: Numbering Puzzle in C++ Pin
Cedric Moonen17-Feb-06 2:47
Cedric Moonen17-Feb-06 2:47 
QuestionHow to understand the macro Base_Offset? Pin
uglystone17-Feb-06 0:53
uglystone17-Feb-06 0:53 
AnswerRe: How to understand the macro Base_Offset? Pin
toxcct17-Feb-06 4:28
toxcct17-Feb-06 4:28 
QuestionZOOM in PICTUREBOX Problem !!!!!!!! Pin
hbjs16-Feb-06 19:46
hbjs16-Feb-06 19:46 
QuestionNative Types outside assembly Pin
Kordzik16-Feb-06 12:57
Kordzik16-Feb-06 12:57 
AnswerRe: Native Types outside assembly Pin
George L. Jackson16-Feb-06 13:02
George L. Jackson16-Feb-06 13:02 
GeneralRe: Native Types outside assembly Pin
Kordzik17-Feb-06 7:59
Kordzik17-Feb-06 7:59 
QuestionCCmdTarget destructor asserts while destroying sink object... Pin
chervu16-Feb-06 8:30
chervu16-Feb-06 8:30 
Questioncreating a student class Pin
civicrico2316-Feb-06 7:22
civicrico2316-Feb-06 7:22 
Ok........how do I even begin this? What should the header file look like? Then how do I put everything together in the cpp file? I need HELP!!!

You are to create a student record object. The info about the student is below:
Last Name
First Name
Social Security Number (Format: XXX-XX-XXXX)
Current Class Designation (Freshman, Sophomore, Junion, Senior)
Three Separate Grades (Floating Point – Range 0.0 - 100.0)
You should use a class to represent the student record object. Your class should include the following:
A Default Constructor (all values intialized to zeros or nulls)
A Constructor for a student's entire dataConfused | :confused:
A Destructor (must display a notice when an object is destroyed)
A method to add/change a student's data
A method to determine a student's final grade (Average of the three separate grades)
A method to print a student's data, including the final grade (represented as a double)


AnswerRe: creating a student class Pin
malharone16-Feb-06 7:36
malharone16-Feb-06 7:36 
QuestionLooking for help in program design Pin
ldsdbomber16-Feb-06 5:42
ldsdbomber16-Feb-06 5:42 
QuestionUndefined symbol Pin
Ed.Poore15-Feb-06 11:20
Ed.Poore15-Feb-06 11:20 
Question[Message Deleted] Pin
48d205815-Feb-06 4:59
48d205815-Feb-06 4:59 
AnswerRe: How to fix this bug? Pin
George L. Jackson15-Feb-06 12:49
George L. Jackson15-Feb-06 12:49 

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.