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

Managed C++/CLI

 
GeneralRe: static and the public keyword Pin
S. Senthil Kumar20-Nov-05 19:21
S. Senthil Kumar20-Nov-05 19:21 
Questiongathering drive contents with standard C functions Pin
computerwhiz197015-Nov-05 6:22
computerwhiz197015-Nov-05 6:22 
AnswerRe: gathering drive contents with standard C functions Pin
Nish Nishant17-Nov-05 3:45
sitebuilderNish Nishant17-Nov-05 3:45 
AnswerRe: gathering drive contents with standard C functions Pin
mikanu19-Nov-05 20:40
mikanu19-Nov-05 20:40 
QuestionCreating a CSV file using C++ Pin
Georgie Hughes15-Nov-05 1:55
Georgie Hughes15-Nov-05 1:55 
AnswerRe: Creating a CSV file using C++ Pin
Christian Graus15-Nov-05 11:00
protectorChristian Graus15-Nov-05 11:00 
GeneralRe: Creating a CSV file using C++ Pin
Georgie Hughes15-Nov-05 23:07
Georgie Hughes15-Nov-05 23:07 
QuestionAccessing file from different threads Pin
9ine14-Nov-05 22:56
9ine14-Nov-05 22:56 
There is a thread in windows form application.
I start several instances of this thread, and within its code it opens and closes from time to time a file on disk.
How to organize exclusive access to this file from several instances of a thread.


Thread:

...
...
open the same file //need to wait while this file is opened in
read data from it //another instance of this thread
write data to it
close file
...
...
...
..etc.. for file operation
...
...


9ine
QuestionConsole C++ app drawing to a Window Pin
Big_Goose14-Nov-05 16:15
Big_Goose14-Nov-05 16:15 
AnswerRe: Console C++ app drawing to a Window Pin
Christian Graus14-Nov-05 16:30
protectorChristian Graus14-Nov-05 16:30 
GeneralRe: Console C++ app drawing to a Window Pin
Big_Goose15-Nov-05 3:18
Big_Goose15-Nov-05 3:18 
GeneralRe: Console C++ app drawing to a Window Pin
Big_Goose15-Nov-05 3:20
Big_Goose15-Nov-05 3:20 
GeneralRe: Console C++ app drawing to a Window Pin
Christian Graus15-Nov-05 10:56
protectorChristian Graus15-Nov-05 10:56 
GeneralRe: Console C++ app drawing to a Window Pin
Christian Graus15-Nov-05 11:03
protectorChristian Graus15-Nov-05 11:03 
QuestionHow do you know the duplicate key insertion in STL map Pin
sarath_babu13-Nov-05 20:18
sarath_babu13-Nov-05 20:18 
AnswerRe: How do you know the duplicate key insertion in STL map Pin
Nish Nishant14-Nov-05 4:08
sitebuilderNish Nishant14-Nov-05 4:08 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Christian Graus14-Nov-05 14:09
protectorChristian Graus14-Nov-05 14:09 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Nish Nishant15-Nov-05 6:51
sitebuilderNish Nishant15-Nov-05 6:51 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Christian Graus15-Nov-05 10:57
protectorChristian Graus15-Nov-05 10:57 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Jeremy Thornton24-Nov-05 2:24
Jeremy Thornton24-Nov-05 2:24 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
toxcct24-Nov-05 2:47
toxcct24-Nov-05 2:47 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Christian Graus24-Nov-05 9:06
protectorChristian Graus24-Nov-05 9:06 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Jeremy Thornton24-Nov-05 23:00
Jeremy Thornton24-Nov-05 23:00 
AnswerRe: How do you know the duplicate key insertion in STL map Pin
Jeremy Thornton24-Nov-05 2:45
Jeremy Thornton24-Nov-05 2:45 
Questionhow to share a class with string member in managed and Unmanaged C++ Pin
dummy80813-Nov-05 17:17
dummy80813-Nov-05 17:17 

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.