Thread: C Programming

  1. #1
    Registered User
    Join Date
    Feb 2013
    Posts
    1

    Post C Programming

    I just want to share what I have -> Fansonnote | Programming Blog and Social Network

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Mmm, first example
    Code:
    #include <iostream>
    #include <stdio.h>
    #include <conio.h>
     
    using namespace std;
    Not a good sign of things to come.
    C++ header file
    C header file
    Obsolete system header file.

    Step 1 is decide which language you're programming in and stick to it.
    Don't just throw a bunch of stuff at the compiler and take the first thing that compiles.

    It also seems to be an abandoned blog - last update was a year ago.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 09-11-2012, 01:03 AM
  2. Replies: 4
    Last Post: 12-11-2011, 04:25 PM
  3. small programming job VCPP / Object Oriented Programming
    By calgonite in forum Projects and Job Recruitment
    Replies: 10
    Last Post: 01-04-2006, 11:48 PM
  4. Total newb to programming here... Question about the many programming languages. Ty!
    By tsubotakid1 in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 10-05-2003, 10:32 AM