Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~390 People Reached
Favorite Tags
c++ x 2
Member Avatar for johnysums

I made an IDictionary where each value is a user-defined class called employee, and the key is an integer (the employee's id number). Now, im using such a statement: [code=CPP] for each(employee^ de in globals::clientBase) { sr->WriteLine(de->employeeName); } [/code] but i get an error at runtime saying that they couldnt …

Member Avatar for MosaicFuneral
0
127
Member Avatar for johnysums

Hello, im having this annoying problem with trying to create a global class to hold all the global variables to be used in the form. This is my main function: [code=CPP] // car rental.cpp : main project file. #include "stdafx.h" #include "Form1.h" #include <string> #include <stdlib.h> #include <vcclr.h> #include "Globals.h" …

Member Avatar for Tom Gunn
0
146
Member Avatar for johnysums

hello, this is my first post. sorry to have to change the subject but im having trouble posting new threads, can anyone help? the problem is, if i try to post im taken to the login screen and if i log in im welcomed then redirected to the login screen. …

Member Avatar for MidiMagic
0
117