Thread: using various data types in c language

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    17

    using various data types in c language

    hi friends,



    i am working in hp-unix with c compiler.

    actually i want to learn the use of various data types in c language,

    specifically signed , unsigned .


    but when i declare the of either signed or unsigned using
    either the keywords
    uint or sint ,
    the compiler throws up lot of errors.


    i am a beginer to embedded systems, so i need to master
    the use of various data types and the problems ass with it.

    i would be very greatful if some one could tell me the decleration
    for signed and unsigned variables.



    thanks
    sanju

  2. #2
    Me want cookie! Monster's Avatar
    Join Date
    Dec 2001
    Posts
    680

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is there Data Abstraction in C Language?
    By aloysiustany in forum C Programming
    Replies: 16
    Last Post: 12-16-2009, 09:11 AM
  2. Replies: 4
    Last Post: 06-14-2005, 05:45 AM
  3. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  4. gcc problem
    By bjdea1 in forum Linux Programming
    Replies: 13
    Last Post: 04-29-2002, 06:51 PM
  5. Using enumerated data types
    By SXO in forum C++ Programming
    Replies: 7
    Last Post: 09-04-2001, 06:26 PM