User contributions
Jump to navigation
Jump to search
- 12:35, 14 April 2010 diff hist +6,919 Nm SimUtil FileSystem New page: ==Class SimUtil_FileSystem== Include utl.Filesystem.h<br /> Description Provides a set of helper function to interact with the File System. <br /><br /> ===Public Class Members=== <tabl... current
- 12:07, 13 April 2010 diff hist +1 m SimUtil Strings ansiToUnicode current
- 12:07, 13 April 2010 diff hist +1 m SimUtil Strings unicodeToAnsi current
- 12:04, 13 April 2010 diff hist 0 m SimUtil Strings CompareNoCase current
- 12:00, 13 April 2010 diff hist 0 m SimUtil Strings ansiToUnicode 2 current
- 12:00, 13 April 2010 diff hist +1 m SimUtil Strings unicodeToAnsi 2 current
- 12:00, 13 April 2010 diff hist +1 m SimUtil Strings ansiToUnicode 1 current
- 11:59, 13 April 2010 diff hist 0 m SimUtil Strings unicodeToAnsi 1 current
- 11:39, 13 April 2010 diff hist +824 Nm SimUtil Strings IsInValuesString New page: <table><tr><th>Name</th><th>Description</th></tr><tr><td style="width: auto;">image:icon_attributes.png [[SimUtil_Strings_IsInValuesString_1|static bool SimUtil::Strings::IsInValuesS... current
- 11:39, 13 April 2010 diff hist +703 Nm SimUtil Strings ansiToUnicode New page: <table><tr><th>Name</th><th>Description</th></tr><tr><td style="width: auto;">image:icon_attributes.png [[SimUtil_Strings_ansiToUnicode_1|static std::wstring SimUtil::Strings::ansiTo...
- 11:39, 13 April 2010 diff hist +706 Nm SimUtil Strings unicodeToAnsi New page: <table><tr><th>Name</th><th>Description</th></tr><tr><td style="width: auto;">image:icon_attributes.png [[SimUtil_Strings_unicodeToAnsi_1|static bool SimUtil::Strings::unicodeToAnsi(...
- 11:38, 13 April 2010 diff hist +820 Nm SimUtil Strings TimeToString New page: <br /><br /> ===image:icon_attributes.pngstatic std::wstring SimUtil::Strings::TimeToString(const double i_Seconds)=== <u>Description</u><br /><br /> Creates string that... current
- 11:38, 13 April 2010 diff hist +1,311 Nm SimUtil Strings IsInValuesString 2 New page: <br /><br /> ===image:icon_attributes.pngstatic bool SimUtil::Strings::IsInValuesString(const std::wstring &i_Val, const std::wstring &i_Str, const std::wstring &i_Delim)==... current
- 11:37, 13 April 2010 diff hist +1,410 Nm SimUtil Strings IsInValuesString 1 New page: <br /><br /> ===image:icon_attributes.pngstatic bool SimUtil::Strings::IsInValuesString(const int i_Val, const std::wstring &i_Str, const std::wstring &i_Delim)=== <u>D... current
- 11:37, 13 April 2010 diff hist +1,275 Nm SimUtil Strings IntArrayToString New page: <br /><br /> ===image:icon_attributes.pngstatic std::wstring SimUtil::Strings::IntArrayToString(const int *i_Arr, const int i_ArrSize, const std::wstring &i_Delim)=== <u>De... current
- 11:37, 13 April 2010 diff hist +1,323 Nm SimUtil Strings StringToIntArray New page: <br /><br /> ===image:icon_attributes.pngstatic int* SimUtil::Strings::StringToIntArray(const std::wstring &i_Str, const std::wstring &i_Delim, int &o_Size)=== <u>D... current
- 11:36, 13 April 2010 diff hist +1,140 Nm SimUtil Strings CompareNoCase New page: <br /><br /> ===image:icon_attributes.pngstatic bool SimUtil::Strings::CompareNoCase(const std::wstring &i_Str1, const std::wstring &i_Str2)=== <u>Description</u><br />...
- 11:36, 13 April 2010 diff hist +1,064 Nm SimUtil Strings IsStringTrue New page: <br /><br /> ===image:icon_attributes.pngstatic bool SimUtil::Strings::IsStringTrue(const std::wstring &i_Str)=== <u>Description</u><br /><br /> Checks if the string... current
- 11:35, 13 April 2010 diff hist +1,311 Nm SimUtil Strings StringToDouble New page: <br /><br /> ===image:icon_attributes.pngstatic double SimUtil::Strings::StringToDouble(const std::wstring &i_Str)=== <u>Description</u><br /><br /> Converts a Unico... current
- 11:35, 13 April 2010 diff hist +1,308 Nm SimUtil Strings StringToBool New page: <br /><br /> ===image:icon_attributes.pngstatic bool SimUtil::Strings::StringToBool(const std::wstring &i_Str)=== <u>Description</u><br /><br /> Converts a Unicode "... current
- 11:35, 13 April 2010 diff hist +1,295 Nm SimUtil Strings StringToFloat New page: <br /><br /> ===image:icon_attributes.pngstatic float SimUtil::Strings::StringToFloat(const std::wstring &i_Str)=== <u>Description</u><br /><br /> Converts a Unicode... current
- 11:34, 13 April 2010 diff hist +1,285 Nm SimUtil Strings StringToInt New page: <br /><br /> ===image:icon_attributes.pngstatic int SimUtil::Strings::StringToInt(const std::wstring &i_Str)=== <u>Description</u><br /><br /> Converts a Unicode str... current
- 11:34, 13 April 2010 diff hist +1,067 Nm SimUtil Strings DoubleToString New page: <br /><br /> ===image:icon_attributes.pngstatic std::wstring SimUtil::Strings::DoubleToString(double i_Double)=== <u>Description</u><br /><br /> Converts a double value ... current
- 11:34, 13 April 2010 diff hist +1,048 Nm SimUtil Strings BoolToString New page: <br /><br /> ===image:icon_attributes.pngstatic std::wstring SimUtil::Strings::BoolToString(bool i_Bool)=== <u>Description</u><br /><br /> Converts a boolean value to a ... current
- 11:33, 13 April 2010 diff hist +1,058 Nm SimUtil Strings FloatToString New page: <br /><br /> ===image:icon_attributes.pngstatic std::wstring SimUtil::Strings::FloatToString(float i_Float)=== <u>Description</u><br /><br /> Converts a float value to a... current
- 11:33, 13 April 2010 diff hist +1,040 Nm SimUtil Strings IntToString New page: <br /><br /> ===image:icon_attributes.pngstatic std::wstring SimUtil::Strings::IntToString(int i_Int)=== <u>Description</u><br /><br /> Converts an integer value to a st... current
- 11:32, 13 April 2010 diff hist +1,344 Nm SimUtil Strings parseNextParam New page: <br /><br /> ===image:icon_attributes.pngstatic int SimUtil::Strings::parseNextParam(CCHAR_W *paramBufferToParse, int startIndex, CCHAR_W *separator, CHAR_W *returnBuffer)=== <... current
- 11:32, 13 April 2010 diff hist +1,351 Nm SimUtil Strings ansiToUnicode 2 New page: <br /><br /> ===image:icon_attributes.pngstatic bool SimUtil::Strings::ansiToUnicode(CCHAR_A *strAnsi, CHAR_W *unicodeBuffer, int bufferSize)=== <u>Description</u><br /><br />...
- 11:32, 13 April 2010 diff hist +1,241 Nm SimUtil Strings unicodeToAnsi 2 New page: <br /><br /> ===image:icon_attributes.pngstatic std::string SimUtil::Strings::unicodeToAnsi(const std::wstring &i_StrUnicode)=== <u>Description</u><br /><br /> Conve...
- 11:31, 13 April 2010 diff hist +1,199 Nm SimUtil Strings ansiToUnicode 1 New page: <br /><br /> ===image:icon_attributes.pngstatic std::wstring SimUtil::Strings::ansiToUnicode(const std::string &i_StrAnsi)=== <u>Description</u><br /><br /> Converts...
- 11:31, 13 April 2010 diff hist +1,382 Nm SimUtil Strings unicodeToAnsi 1 New page: <br /><br /> ===image:icon_attributes.pngstatic bool SimUtil::Strings::unicodeToAnsi(CCHAR_W *strUnicode, CHAR_A *ansiBuffer, int bufferSize)=== <u>Description</u><br /><br />...
- 11:30, 13 April 2010 diff hist +3,868 Nm SimUtil Strings New page: ==Class SimUtil_Strings== Include utl.Strings.h<br /> Description Provides conversion services between several variable types and string type <br /> Remark - <br /> Related Links - <br /...
- 11:44, 11 April 2010 diff hist +15 Visual Studio ATL update
- 16:52, 8 April 2010 diff hist +280 Visual Studio ATL update
- 15:43, 8 April 2010 diff hist 0 N File:RemoveATL2.JPG current
- 14:38, 8 April 2010 diff hist +127 Visual Studio ATL update
- 14:18, 8 April 2010 diff hist +63 Visual Studio ATL update
- 14:18, 8 April 2010 diff hist +138 Visual Studio ATL update
- 14:16, 8 April 2010 diff hist 0 N File:RemoveATL.JPG current
- 13:32, 8 April 2010 diff hist +25 Visual Studio ATL update
- 12:58, 8 April 2010 diff hist +45 Visual Studio ATL update
- 12:57, 8 April 2010 diff hist +2,075 Visual Studio ATL update
- 12:39, 8 April 2010 diff hist +227 N Visual Studio ATL update New page: === === === Introduction === This article described the Visual Studio 2005 ATL security update and its affect on SIMbox. === Background === Microsoft has released a security update ...
- 12:37, 8 April 2010 diff hist 0 N File:Sidebysideerror.JPG current
- 15:54, 7 April 2010 diff hist +25 Main Page current
- 15:54, 7 April 2010 diff hist +74 N Main Page New page: ==== The page has been moved to Welcome_to_SIMbox_Wiki ====
- 15:07, 28 March 2010 diff hist +25 N Category:Writing and Editing New page: Writing and Editing current
- 15:07, 28 March 2010 diff hist +41 N Category:Simulation Content New page: General Simulation Content articles current
- 15:07, 28 March 2010 diff hist +41 N Category:Simulation New page: General Simulation related articles current
- 15:06, 28 March 2010 diff hist +87 N Category:SimUtil New page: An index page of all classes and functions of SDK SimUtil namespace documentation current