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

Managed C++/CLI

 
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 
QuestionUsing MemoryStream Pin
Daniel Odom14-Feb-06 11:28
Daniel Odom14-Feb-06 11:28 
AnswerRe: Using MemoryStream Pin
George L. Jackson15-Feb-06 12:56
George L. Jackson15-Feb-06 12:56 
QuestionSystem::Web::?? Pin
Ed K14-Feb-06 11:12
Ed K14-Feb-06 11:12 
AnswerRe: System::Web::?? Pin
George L. Jackson14-Feb-06 12:53
George L. Jackson14-Feb-06 12:53 
AnswerRe: System::Web::?? Pin
Ed K15-Feb-06 4:44
Ed K15-Feb-06 4:44 
GeneralRe: System::Web::?? Pin
George L. Jackson15-Feb-06 14:28
George L. Jackson15-Feb-06 14:28 
AnswerRe: System::Web::?? Pin
Ed K15-Feb-06 15:05
Ed K15-Feb-06 15:05 
GeneralRe: System::Web::?? Pin
George L. Jackson15-Feb-06 15:35
George L. Jackson15-Feb-06 15:35 
GeneralRe: System::Web::?? Pin
George L. Jackson15-Feb-06 16:05
George L. Jackson15-Feb-06 16:05 
GeneralRe: System::Web::?? Pin
Ed K16-Feb-06 10:15
Ed K16-Feb-06 10:15 
GeneralRe: System::Web::?? Pin
George L. Jackson16-Feb-06 11:17
George L. Jackson16-Feb-06 11:17 
QuestionHow to implement multi-threading in C++ Pin
Amarelia13-Feb-06 23:26
Amarelia13-Feb-06 23:26 

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.