Reference and optional parameters C+[code] void Func1(int a, int b, int c) { } void Func2(int a, int b, int c=3) { } void Func3(in...
DLL to be called with Unicode strings instead of ASCIICan you try using CreateProcess instead of ShellExecuteEx so that we might possibly get a different ...
sorting of binary fileIn your Sort function in your inner loop on j between lines 92 and 102 you are reading twice from th...
Querying the value of a variable in SQL Server from C ++ (MFC)[code]rs.Open(CRecordset::snapshot,"declare @var as int=4; select @var");[/code] I have not seen or...
Format Setting for Dates[quote] A small point, make month[0] = "ZERO" or something and do away with subtracting 1 to get the...