Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
AnswerRe: Display ports details which are opened in a particular ip address Pin
sarang_k7-Aug-12 1:40
sarang_k7-Aug-12 1:40 
GeneralRe: Display ports details which are opened in a particular ip address Pin
Eddy Vluggen7-Aug-12 1:48
professionalEddy Vluggen7-Aug-12 1:48 
AnswerRe: Display ports details which are opened in a particular ip address Pin
Avrillavigne7-Aug-12 19:57
Avrillavigne7-Aug-12 19:57 
GeneralRe: Display ports details which are opened in a particular ip address Pin
Pete O'Hanlon8-Aug-12 0:30
mvePete O'Hanlon8-Aug-12 0:30 
QuestionInteractive Service in Windows 7 Pin
1a3xxx6-Aug-12 22:14
1a3xxx6-Aug-12 22:14 
AnswerRe: Interactive Service in Windows 7 Pin
Eddy Vluggen6-Aug-12 22:46
professionalEddy Vluggen6-Aug-12 22:46 
GeneralRe: Interactive Service in Windows 7 Pin
1a3xxx7-Aug-12 0:29
1a3xxx7-Aug-12 0:29 
AnswerRe: Interactive Service in Windows 7 Pin
Eddy Vluggen7-Aug-12 0:37
professionalEddy Vluggen7-Aug-12 0:37 
GeneralRe: Interactive Service in Windows 7 Pin
1a3xxx7-Aug-12 0:49
1a3xxx7-Aug-12 0:49 
AnswerRe: Interactive Service in Windows 7 Pin
Eddy Vluggen7-Aug-12 1:06
professionalEddy Vluggen7-Aug-12 1:06 
GeneralRe: Interactive Service in Windows 7 Pin
1a3xxx7-Aug-12 1:37
1a3xxx7-Aug-12 1:37 
AnswerRe: Interactive Service in Windows 7 PinPopular
Eddy Vluggen7-Aug-12 1:47
professionalEddy Vluggen7-Aug-12 1:47 
GeneralRe: Interactive Service in Windows 7 Pin
1a3xxx7-Aug-12 2:07
1a3xxx7-Aug-12 2:07 
GeneralRe: Interactive Service in Windows 7 Pin
Dave Kreskowiak7-Aug-12 2:08
mveDave Kreskowiak7-Aug-12 2:08 
GeneralRe: Interactive Service in Windows 7 Pin
Eddy Vluggen7-Aug-12 2:41
professionalEddy Vluggen7-Aug-12 2:41 
GeneralRe: Interactive Service in Windows 7 Pin
1a3xxx7-Aug-12 2:54
1a3xxx7-Aug-12 2:54 
GeneralRe: Interactive Service in Windows 7 Pin
Eddy Vluggen7-Aug-12 3:24
professionalEddy Vluggen7-Aug-12 3:24 
GeneralRe: Interactive Service in Windows 7 Pin
Dave Kreskowiak7-Aug-12 2:07
mveDave Kreskowiak7-Aug-12 2:07 
GeneralRe: Interactive Service in Windows 7 Pin
1a3xxx7-Aug-12 2:09
1a3xxx7-Aug-12 2:09 
QuestionError: Text' threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException' Pin
taibc6-Aug-12 20:24
taibc6-Aug-12 20:24 
AnswerRe: Error: Text' threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException' Pin
Richard MacCutchan6-Aug-12 21:02
mveRichard MacCutchan6-Aug-12 21:02 
GeneralRe: Error: Text' threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException' Pin
taibc6-Aug-12 21:06
taibc6-Aug-12 21:06 
GeneralRe: Error: Text' threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException' Pin
Richard MacCutchan6-Aug-12 22:41
mveRichard MacCutchan6-Aug-12 22:41 
AnswerRe: Error: Text' threw an exception of type 'Microsoft.VisualStudio.Debugger.Runtime.CrossThreadMessagingException' Pin
Bernhard Hiller6-Aug-12 21:11
Bernhard Hiller6-Aug-12 21:11 
Questionusing std vector Pin
Xarzu6-Aug-12 6:46
Xarzu6-Aug-12 6:46 
I have got the following in a header file for a class:

#include <vector>
#include <math.h>

In the class description, I have the following protected member:

vector<Point2D> samples;

Point2D is defined as a class

during compile time I get lots of errors (C2143, C4430 and C2238)

Any ideas?

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.