AltSearch
beta

C - Recent Bookmarks - Page 1:


All about 64-bit programming in one place – Intel Software Network Blogs - Intel® Software Network
In this post I've collected a lot of links on the topic of 64-bit C/C++ software development. These include my articles and articles by my colleagues in the sphere of developing safe and efficient 64-... Read more
http://software.intel.com/en-us/blogs/2011/07/07/all-about-64-bit-programming-in-one-place/
Tags: programming, 64bit, c++, tutorial, intel, c, x64, learning, reference, software Saved by: admin at 09 Jul 2011

Learn C The Hard Way A Clear & Direct Guide To Modern C Programming
But, C is not to blame for this state of affairs. No my friends, your computer and the Operating System controlling it are the real tricksters. They conspire to hide their true inner workings from you... Read more
http://learncodethehardway.org/
Tags: c, programming, tutorial, book, books, code, learning, zedshaw, reference, tutorials Saved by: admin at 04 Jul 2011

http://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html
A Regular Expression Matcher: "smaller and more powerful than I had thought possible" http://t.co/f1hxsr5 #beautifulcode – Andrew Gerrand (enneff) http://twitter.com/enneff/status/81202894266834944
http://www.cs.princeton.edu/courses/archive/spr09/cos333/beautiful.html
Tags: c, regex, programming, code, regexp, unix, beautiful, development, grep, matching Saved by: admin at 04 Jul 2011

Advanced Test in C
main() { int a[5] = {1,2,3,4,5}; int *ptr = (int*)(&a+1); printf("%d %d" , *(a+1), *(ptr-1) ); } another site: http://testincprogrammingandembeddedsystem.com/testc.html
http://stevenkobes.com/ctest.html
Tags: c, programming, test, testing, tricks, reference, interview, puzzle, advanced, brainteaser Saved by: admin at 20 Jun 2011

6 Free E-Books on C and C++
RT @RWW: ReadWriteHack: 6 Free E-Books on C and C++ http://rww.to/jgv8lP
http://www.readwriteweb.com/hack/2011/06/free-e-books-on-c-and-cpp.php
Tags: c++, books, c, programming, via:zite, ebook, ebooks, via:packrati.us, cplusplus, directory Saved by: admin at 19 Jun 2011

Syntax-K – Know-How für Ihr Projekt - The Go Programming Language, or: Why all C-like languages except one suck.
The Go Programming Language, or: Why all C-like languages except one suck. - http://goo.gl/nOCKZ
http://www.syntax-k.de/projekte/go-review
Tags: programming, go, language, google, reference, golang, review, c, java, tutorial Saved by: admin at 09 Jun 2011

Stand-alone code for numerical computing
Sometimes you need a little code to do some scientific computing and you don't want to take on a dependence to a huge and possibly unfamiliar library. This page is an index to code snippets in multipl... Read more
http://www.johndcook.com/stand_alone_code.html
Tags: programming, math, python, code, c++, mathematics, c#, library, reference, c Saved by: admin at 08 Jun 2011

C Right-Left Rule (Rick Ord's CSE 30 - UC San Diego)
The "right-left" rule is a completely regular rule for deciphering C declarations. It can also be useful in creating them.
http://ieng9.ucsd.edu/~cs30x/rt_lt.rule.html
Tags: c, programming, reference, evaluation, c, c++ Saved by: admin at 31 May 2011

C Right-Left Rule (Rick Ord's CSE 30 - UC San Diego)
The "right-left" rule is a completely regular rule for deciphering C declarations. It can also be useful in creating them.
http://ieng9.ucsd.edu/~cs30x/rt_lt.rule.html
Tags: c, programming, reference, evaluation, c, c++ Saved by: admin at 31 May 2011

JSPP – Morph C++ Into Javascript | Vjeux
C++ has a new standard called C++0x (Wikipedia, Bjarne Stroustrup) that includes many interesting features such as Lambda, For Each, List Initialization ... Those features are so powerful that they al... Read more
http://blog.vjeux.com/2011/javascript/jspp-morph-cpp-into-javascript.html
Tags: javascript, c++, programming, article, blog, c, c++0x, document, interesting, jspp Saved by: admin at 25 Apr 2011