Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of The Paramagnetic Croissant

The Paramagnetic Croissant

The Paramagnetic Croissant has asked 4 questions and find answers to 29 problems.

Stats

812
EtPoint
270
Vote count
4
questions
29
answers

About

  • Use Google.
  • Spelling!
  • Xcode is not the same thing as Objective-C, clang, the iOS SDK or the Cocoa Touch APIs.
  • Casting the return value of standard allocators is harmful.
  • So is premature optimization.
  • There exists no language called "C/C++".
  • Whitespace exists for a reason. So do formatting and code quality tools, compiler warnings and debuggers. Use them.
  • Regular expressions are not the answer to life, universe and everything.
  • while(!feof(f)) is always wrong