Changes between Version 26 and Version 27 of ResumedC


Ignore:
Timestamp:
May 26, 2009, 3:44:24 PM (15 years ago)
Author:
Thanatermesis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResumedC

    v26 v27  
    358358=== Misc ===
    359359
    360 The '''header''' files should be limited to have only types and definitions
    361 
    362 
     360The '''header''' files should be limited to have only types and definitions.
     361
     362When you free some memory, remember to set the pointer to NULL after in order to avoid possible errors by using freed memory.
    363363
    364364
     
    481481==== Messages ====
    482482 * Segfault: The program has tried to dereference a pointer containing a bad value
    483  * Stack Overflow: The program has tried to use too many temporary variables. Common problem when there's a infinite loop recursion
    484 
     483 * Stack Overflow: The program has tried to use too many temporary variables. Common problem when there's a infinite loop recursiontes ==
    485484
    486485