Difference between revisions of "Coding"

From esoterum.org
Jump to: navigation, search
Line 12: Line 12:
 
*[http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/cpp/index.html#Top The C Preprocessor from apple.com]
 
*[http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/cpp/index.html#Top The C Preprocessor from apple.com]
 
*[http://www.eskimo.com/~scs/cclass/int/sx1e.html Linked Data Structures]
 
*[http://www.eskimo.com/~scs/cclass/int/sx1e.html Linked Data Structures]
 +
 +
==== snippits ====
 +
*Cstring to int: <code>int n = atoi(StrInt);</code>
  
 
=== Assembly ===
 
=== Assembly ===

Revision as of 13:04, 14 February 2008

liliget

GNU

Programming

Java

C

snippits

  • Cstring to int: int n = atoi(StrInt);

Assembly

Mark-up Languages

HTML

Post Script

Modeling

AMPL (Linear Programming)

VHDL

Scripting

CGI

PHP

Interfaces