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

Managed C++/CLI

 
Questionrookie question Pin
Binary011022-Oct-05 16:53
Binary011022-Oct-05 16:53 
AnswerRe: rookie question Pin
toxcct23-Oct-05 0:23
toxcct23-Oct-05 0:23 
AnswerRe: rookie question Pin
Christian Graus23-Oct-05 12:55
protectorChristian Graus23-Oct-05 12:55 
GeneralRe: rookie question Pin
toxcct24-Oct-05 1:16
toxcct24-Oct-05 1:16 
QuestionAccessing external devices(I don't have any idea) Pin
Alex Cutovoi21-Oct-05 6:01
Alex Cutovoi21-Oct-05 6:01 
QuestionFastest way to check a file exists Pin
[d3m0n]21-Oct-05 4:32
[d3m0n]21-Oct-05 4:32 
AnswerRe: Fastest way to check a file exists Pin
toxcct21-Oct-05 4:44
toxcct21-Oct-05 4:44 
GeneralRe: Fastest way to check a file exists Pin
[d3m0n]21-Oct-05 5:00
[d3m0n]21-Oct-05 5:00 
<br />
for (POSITION pos = listFiles.GetHeadPosition(); pos; )<br />
{<br />
	CString strFile = listFiles.GetNext(pos);<br />
	if (_access(strFile, 0) != -1)	//takes 10secs if strFile is "\\blah\start.txt"<br />
		m_pmruFiles->Add(strFile);<br />
}<br />

This problem only occurs if I am connected to the network. If disconnected, it returns failure immediately.
GeneralRe: Fastest way to check a file exists Pin
toxcct23-Oct-05 0:22
toxcct23-Oct-05 0:22 
GeneralRe: Fastest way to check a file exists Pin
[d3m0n]23-Oct-05 21:37
[d3m0n]23-Oct-05 21:37 
QuestionUpcasting Pin
LiYS21-Oct-05 0:27
LiYS21-Oct-05 0:27 
AnswerRe: Upcasting Pin
Christian Graus23-Oct-05 12:57
protectorChristian Graus23-Oct-05 12:57 
QuestionWhich one is faster a fstream or FILE Pin
Member 52815520-Oct-05 20:22
Member 52815520-Oct-05 20:22 
AnswerRe: Which one is faster a fstream or FILE Pin
toxcct20-Oct-05 21:49
toxcct20-Oct-05 21:49 
GeneralRe: Which one is faster a fstream or FILE Pin
Member 52815520-Oct-05 22:36
Member 52815520-Oct-05 22:36 
AnswerRe: Which one is faster a fstream or FILE Pin
Nemanja Trifunovic22-Oct-05 5:26
Nemanja Trifunovic22-Oct-05 5:26 
AnswerRe: Which one is faster a fstream or FILE Pin
Christian Graus23-Oct-05 12:57
protectorChristian Graus23-Oct-05 12:57 
Questioncomparing directory contents Pin
mcmahoncm20-Oct-05 14:36
mcmahoncm20-Oct-05 14:36 
QuestionWhy Error??? Pin
ashok12320-Oct-05 10:05
ashok12320-Oct-05 10:05 
AnswerRe: Why Error??? Pin
Christian Graus20-Oct-05 10:15
protectorChristian Graus20-Oct-05 10:15 
GeneralRe: Why Error??? Pin
ashok12321-Oct-05 3:30
ashok12321-Oct-05 3:30 
QuestionCopy File Pin
ferhattt8420-Oct-05 9:02
ferhattt8420-Oct-05 9:02 
AnswerRe: Copy File Pin
Christian Graus20-Oct-05 10:12
protectorChristian Graus20-Oct-05 10:12 
QuestionRemoveAt() is growing a queue Pin
CaCaPe20-Oct-05 8:50
CaCaPe20-Oct-05 8:50 
AnswerRe: RemoveAt() is growing a queue Pin
Christian Graus20-Oct-05 10:22
protectorChristian Graus20-Oct-05 10:22 

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.