Thread: Looking For Code examples Using Cyclone

  1. #1
    Registered User
    Join Date
    Apr 2004
    Posts
    29

    Looking For Code examples Using Cyclone

    I read that this solves the unchecked runtime error,buffer overflows and related bugs problem in C. Any disagreements? (resource Jan 2005 C/C++ Users Journal).

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Is this a troll? If so, you're not very good at it. If not, try google. Derivatives of C aren't topical on this forum.
    My best code is written with the delete key.

  3. #3
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Hmmm are you suggesting something that makes C more like Java? In m opinion, writing code that doesn't cause buffer overflows is much better (and faster) than relying on other software to add a layer of protection from my own incompetence. Unless this is just a debugging tool, don't waste too much time on it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows - how to get started... examples don't help
    By nonoob in forum Windows Programming
    Replies: 6
    Last Post: 09-26-2008, 05:45 AM
  2. Thread Pool libraries or examples
    By Mastadex in forum Windows Programming
    Replies: 6
    Last Post: 08-24-2008, 08:58 PM
  3. borland c++ builder webcam examples
    By jut in forum C++ Programming
    Replies: 0
    Last Post: 01-08-2006, 07:07 AM
  4. Treeview examples.
    By Sebastiani in forum Windows Programming
    Replies: 0
    Last Post: 09-21-2003, 12:16 PM
  5. Looking for examples to insert an array?
    By correlcj in forum C++ Programming
    Replies: 3
    Last Post: 10-27-2002, 01:47 PM