Sign in
View from Above
Shamit Patel @ MSFT
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Code Discussion
Personal
Software Engineering
UNIX Interop
Archive
Archives
February 2007
(1)
July 2006
(7)
April 2005
(1)
March 2005
(1)
February 2005
(2)
January 2005
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
View from Above
extern "C" and overloading
Posted
over 8 years ago
by
shamit
0
Comments
C++ will mangle every function assuming its potential to be overloaded. so how would you make sure your overloaded functions (where all except one of the overloaded functions act as wrappers to one core function ) work with C? Example: Assume foo(char...
View from Above
Perl system command and return codes
Posted
over 8 years ago
by
shamit
0
Comments
Many of you must have used Perl as part of day to day automation. Some teams use test harnesses made exclusively of Perl. This makes it easier to leverage various functionalitiesof text manipulation, file operations and process monitoring, etc which is...
Page 1 of 1 (2 items)