Thread: Help with printf

  1. #1
    Registered User
    Join Date
    Jan 2012
    Posts
    1

    Help with printf

    i want to display a data inputed like this , how do it ?? 180° 54' 50" using printf R

  2. #2
    Do you C what I C? jamesallen4u's Avatar
    Join Date
    Oct 2011
    Posts
    43
    Well first of all,
    Code:
    cout << "Insert stuff here";
    is used in C++ instead of printf.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. printf.c and C
    By jordanguyoflove in forum C Programming
    Replies: 13
    Last Post: 10-15-2008, 12:33 PM
  2. help with using printf()
    By jcasale in forum C Programming
    Replies: 12
    Last Post: 02-09-2005, 05:50 PM
  3. make printf using printf?
    By germaneater in forum C Programming
    Replies: 9
    Last Post: 11-10-2004, 10:58 PM
  4. printf
    By orthanc in forum C Programming
    Replies: 3
    Last Post: 06-22-2004, 07:01 AM
  5. about printf
    By unregistered in forum C Programming
    Replies: 2
    Last Post: 04-11-2002, 12:37 PM

Tags for this Thread