Currently studying a Games Technology / Computer Science double degree,
|
Apr
13 |
|
awarded | Popular Question |
|
Apr
6 |
|
awarded | Popular Question |
|
Mar
30 |
|
awarded | Notable Question |
|
Jan
18 |
|
awarded | Notable Question |
|
Nov
4 |
|
comment |
Can Stream out from sample C# App but not C++ App I even tried a very simple c++ app, and got nothing. int _tmain(int argc, _TCHAR* argv[]) { double i = 0; while(1) { std::cout << i++; Sleep(1000); } return 0; } |
|
Nov
4 |
|
asked | Can Stream out from sample C# App but not C++ App |
|
Oct
25 |
|
comment |
C# Format String with double quotes around directories with spaces @Steve that is really odd :| |
|
Oct
25 |
|
comment |
C# Format String with double quotes around directories with spaces Excellent, thanks ended up using String command = String.Concat("\"", Path.GetFullPath(fxFile), "\" " , "\"",Path.GetFullPath(outputFile), "\" " + DX11Support + " " + DebugSupport); |
|
Oct
25 |
|
comment |
C# Format String with double quotes around directories with spaces Thanks, but the files are a dynamic list of files so i can't have the list hard coded. That's why i am trying to get the String.Format working, so i can build the command line args easier. |
|
Oct
25 |
|
comment |
C# Format String with double quotes around directories with spaces Sorry it may nto be clear above but it is two String i need the output to be "PathOne" "PathTwo" where as this seems to give me PathOne\\PathTwo |
|
Oct
25 |
|
comment |
C# Format String with double quotes around directories with spaces If i use String.Format(@"\"{0}\"....); It thinks i am saying i want the string \ and i'm following it then with some invalid syntax of {0}\ then a new string at the next " |
|
Oct
25 |
|
asked | C# Format String with double quotes around directories with spaces |
|
Oct
17 |
|
awarded | Popular Question |
|
Aug
11 |
|
awarded | Popular Question |
|
May
14 |
|
awarded | Yearling |
|
May
14 |
|
awarded | Nice Question |
|
Mar
10 |
|
awarded | Popular Question |
|
Feb
18 |
|
awarded | Popular Question |
|
Jan
1 |
|
awarded | Student |
|
Jan
1 |
|
awarded | Supporter |