Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using STL with Visual C++ Pin
Joaquín M López Muñoz1-Sep-04 8:43
Joaquín M López Muñoz1-Sep-04 8:43 
GeneralRe: Using STL with Visual C++ Pin
Chris Losinger1-Sep-04 10:19
professionalChris Losinger1-Sep-04 10:19 
GeneralRe: Using STL with Visual C++ Pin
Lim Bio Liong1-Sep-04 18:23
Lim Bio Liong1-Sep-04 18:23 
GeneralRe: Using STL with Visual C++ Pin
M_A1-Sep-04 21:32
M_A1-Sep-04 21:32 
QuestionCan I declare a path with a single "\" Pin
nigma_x1-Sep-04 4:07
nigma_x1-Sep-04 4:07 
AnswerRe: Can I declare a path with a single "\" Pin
David Crow1-Sep-04 4:12
David Crow1-Sep-04 4:12 
GeneralRe: Can I declare a path with a single "\" Pin
Mika Larramo2-Sep-04 12:31
Mika Larramo2-Sep-04 12:31 
AnswerRe: Can I declare a path with a single "\" Pin
V.1-Sep-04 4:23
professionalV.1-Sep-04 4:23 
In C# you can in C++ you can't.

For C# use the @ like this:
@"C:\folder\file.txt"

the "\\" is still valid in C# (without the '@');

"If I don't see you in this world, I'll see you in the next one... and don't be late." ~ Jimi Hendrix
QuestionHow to call a variable in system() Pin
MrJake1-Sep-04 3:31
MrJake1-Sep-04 3:31 
AnswerRe: How to call a variable in system() Pin
David Crow1-Sep-04 4:16
David Crow1-Sep-04 4:16 
AnswerRe: How to call a variable in system() Pin
Lim Bio Liong1-Sep-04 7:31
Lim Bio Liong1-Sep-04 7:31 
QuestionHow to change Grid lines Color in List Control Pin
Muhammad Azam1-Sep-04 3:03
Muhammad Azam1-Sep-04 3:03 
GeneralList Controls Row Height Pin
Muhammad Azam1-Sep-04 3:00
Muhammad Azam1-Sep-04 3:00 
GeneralCreating user accounts in XP Pin
Phil J Pearson1-Sep-04 2:54
Phil J Pearson1-Sep-04 2:54 
GeneralRe: Creating user accounts in XP Pin
Antony M Kancidrowski1-Sep-04 3:15
Antony M Kancidrowski1-Sep-04 3:15 
GeneralRe: Creating user accounts in XP Pin
Phil J Pearson1-Sep-04 3:43
Phil J Pearson1-Sep-04 3:43 
GeneralRe: Creating user accounts in XP Pin
Phil J Pearson1-Sep-04 5:05
Phil J Pearson1-Sep-04 5:05 
GeneralRe: Creating user accounts in XP Pin
darkbyte1-Sep-04 8:31
darkbyte1-Sep-04 8:31 
GeneralAssert message Pin
Anonymous1-Sep-04 2:54
Anonymous1-Sep-04 2:54 
Generalmemory problem with bitmaps Pin
eNez1-Sep-04 1:50
eNez1-Sep-04 1:50 
GeneralRe: memory problem with bitmaps Pin
David Crow1-Sep-04 4:26
David Crow1-Sep-04 4:26 
GeneralRe: memory problem with bitmaps Pin
eNez1-Sep-04 4:37
eNez1-Sep-04 4:37 
GeneralRe: memory problem with bitmaps Pin
David Crow1-Sep-04 4:43
David Crow1-Sep-04 4:43 
GeneralRe: memory problem with bitmaps Pin
eNez1-Sep-04 4:56
eNez1-Sep-04 4:56 
QuestionHow to close open ComboBox ? Pin
Anonymous1-Sep-04 1:49
Anonymous1-Sep-04 1:49 

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.