Click here to Skip to main content
15,886,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C to SQL Connentivity Pin
Richard MacCutchan19-Dec-09 3:06
mveRichard MacCutchan19-Dec-09 3:06 
GeneralRe: C to SQL Connentivity Pin
DarkSorrow3819-Dec-09 3:59
DarkSorrow3819-Dec-09 3:59 
GeneralRe: C to SQL Connentivity Pin
Richard MacCutchan19-Dec-09 4:06
mveRichard MacCutchan19-Dec-09 4:06 
AnswerRe: C to SQL Connentivity Pin
DarkSorrow3819-Dec-09 4:44
DarkSorrow3819-Dec-09 4:44 
GeneralRe: C to SQL Connentivity Pin
harold aptroot19-Dec-09 6:26
harold aptroot19-Dec-09 6:26 
GeneralRe: C to SQL Connentivity Pin
Richard MacCutchan19-Dec-09 7:20
mveRichard MacCutchan19-Dec-09 7:20 
AnswerRe: C to SQL Connentivity Pin
David Crow20-Dec-09 17:56
David Crow20-Dec-09 17:56 
QuestionSmall Clarification Pin
Joe Rozario19-Dec-09 1:38
Joe Rozario19-Dec-09 1:38 
Dear friends...

I have some clarification on C++ basic

1. "Unsigned variable” this line is accepted in C++ With out specifying any data type like "unsigned int var" or "unsigned short var", how this will allocate memory space?

2. Here is my code ( i am using Visual C++ 6.0)

String mystring ="";
getline (cin, mystring);
cout <<mystring <<="" endl;

this="" getline="" method="" expects="" 2="" "enter"="" button="" actions="" why?

3.="" and="" the="" other="" clarification="" is=""

="" cin="">>mystring;
cout <
AnswerRe: Small Clarification Pin
Richard MacCutchan19-Dec-09 3:04
mveRichard MacCutchan19-Dec-09 3:04 
AnswerRe: Small Clarification [modified] Pin
CPallini19-Dec-09 3:07
mveCPallini19-Dec-09 3:07 
QuestionMultithreading and GUID Pin
Rane19-Dec-09 0:06
Rane19-Dec-09 0:06 
QuestionRe: Multithreading and GUID Pin
CPallini19-Dec-09 0:10
mveCPallini19-Dec-09 0:10 
AnswerRe: Multithreading and GUID Pin
Rajesh R Subramanian19-Dec-09 0:16
professionalRajesh R Subramanian19-Dec-09 0:16 
QuestionMake a copy of a CDocument Pin
Darryl Bryk18-Dec-09 12:33
Darryl Bryk18-Dec-09 12:33 
AnswerRe: Make a copy of a CDocument Pin
Richard MacCutchan19-Dec-09 3:52
mveRichard MacCutchan19-Dec-09 3:52 
GeneralRe: Make a copy of a CDocument Pin
Darryl Bryk22-Dec-09 12:01
Darryl Bryk22-Dec-09 12:01 
GeneralRe: Make a copy of a CDocument Pin
Richard MacCutchan23-Dec-09 0:03
mveRichard MacCutchan23-Dec-09 0:03 
AnswerRe: Make a copy of a CDocument Pin
Nelek20-Dec-09 21:39
protectorNelek20-Dec-09 21:39 
GeneralRe: Make a copy of a CDocument Pin
Darryl Bryk22-Dec-09 11:58
Darryl Bryk22-Dec-09 11:58 
GeneralRe: Make a copy of a CDocument Pin
Nelek22-Dec-09 20:56
protectorNelek22-Dec-09 20:56 
GeneralRe: Make a copy of a CDocument Pin
Darryl Bryk23-Dec-09 5:55
Darryl Bryk23-Dec-09 5:55 
GeneralRe: Make a copy of a CDocument Pin
Nelek23-Dec-09 9:39
protectorNelek23-Dec-09 9:39 
QuestionHow to use CreateProcessAsUser from service running under "NT AUTHORITY\SYSTEM"? Pin
sashoalm18-Dec-09 5:08
sashoalm18-Dec-09 5:08 
AnswerRe: How to use CreateProcessAsUser from service running under "NT AUTHORITY\SYSTEM"? Pin
«_Superman_»18-Dec-09 7:15
professional«_Superman_»18-Dec-09 7:15 
GeneralRe: How to use CreateProcessAsUser from service running under "NT AUTHORITY\SYSTEM"? Pin
sashoalm18-Dec-09 7:35
sashoalm18-Dec-09 7:35 

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.