C and C++

Virtual Machines: Windows 7 host and Ubuntu 9.10 guest

Posted by chris on January 5, 2010 at 11:41 pm

I am trying out Sun’s Virtual Box this term. I’m going to be doing a fair amount of development in C and C++ which means using gcc on Ubuntu. I’m pretty invested in the software on my Windows 7 laptop and yes, I’ve got Cygwin, but I prefer working with C and C++ on Ubuntu. [...]

  • Share/Bookmark

Artifact C-1: Cdump Utility (Command Prompt)

Posted by chris on August 8, 2009 at 11:21 pm

Description The following description of the cdump program is based on the documentation of the hexdump utility: NAME cdump – ascii, hexadecimal, octal dump SYNOPSIS cdump [-bcC] [-nlength] [-soffset] [file] DESCRIPTION The cdump utility is a filter which displays the specified file, or the standard input, if no file is specified, in a user specified [...]

  • Share/Bookmark