My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
string
.
Show all posts
Showing posts with label
string
.
Show all posts
Friday, 18 December 2015
String interpolation in C# 6
›
With C# 6 we can finally wave goodbye to the cumbersome, C-style way of injecting values into a string. Before, target string and arguments ...
Thursday, 8 December 2011
Host endianness and data transfer over the network
›
Network components talk to each other by sending messages which are simply arrays of bytes. In order to understand them, parties in convers...
Tuesday, 23 August 2011
Lexical string comparison in NSIS
›
Standard (built-in) string comparison operators are: case-insensitive: ==, !=, StrCmp case-sensitive: StrCmpS They are only capable of...
Wednesday, 10 August 2011
MFC and strings
›
MFC framework uses CString and LPCTSTR as string data types. Code that uses MFC should therefore follow this convention and use these dat...
›
Home
View web version