Sciweavers

3256 search results - page 61 / 652
» Mixin-Based Programming in C
Sort
View
94
Voted
ICSM
2007
IEEE
15 years 8 months ago
How We Manage Portability and Configuration with the C Preprocessor
An in-depth investigation of C preprocessor usage for portability and configuration management is presented. Three heavily-ported and widely used C++ libraries are examined. A cor...
Andrew Sutton, Jonathan I. Maletic
KBSE
2003
IEEE
15 years 7 months ago
Refactoring C with Conditional Compilation
Refactoring, an important technique for increasing flexibility of the source code, can be applied with much ease and efficiency by using automated tools. There is currently a lack...
Alejandra Garrido, Ralph Johnson

Book
1497views
17 years 11 days ago
How to Think Like a Computer Scientist: C++ Version
"The goal of this book is to teach you to think like a computer scientist. I like the way computer scientists think because they combine some of the best features of Mathemati...
Allen B. Downey
104
Voted
WSC
2008
15 years 4 months ago
Monte Carlo and discrete-event simulations in C and R
The Monte Carlo and discrete-event simulation code associated with the Simulation 101 pre-conference workshop (offered at the 2006, 2007, and 2008 Winter Simulation Conferences) i...
Barry Lawson, Lawrence Mark Leemis
123
Voted
SIGCSE
2009
ACM
167views Education» more  SIGCSE 2009»
16 years 3 months ago
Python CS1 as preparation for C++ CS2
How suitable is a Python-based CS1 course as preparation for a C++-based CS2 course? After fifteen years of using C++ for both CS1 and CS2, the Computer Science Department at Mich...
Richard J. Enbody, William F. Punch, Mark McCullen