Thread: Create my own types of variables in C?

  1. #1
    Registered User
    Join Date
    Oct 2013
    Posts
    30

    Thumbs up Create my own types of variables in C?

    Create my own types of variables in C?

    Hello...
    I must calculate value hundreds of signs after the decimal point.

    I have only one idea how to do this... I think that I must create my own type of variable?

    Is this even posible?

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Don't cross post.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Create my own types of variables in C?
    By Rokas in forum C Programming
    Replies: 23
    Last Post: 11-27-2013, 07:02 AM
  2. Variables to create box
    By hungrymouth in forum C Programming
    Replies: 2
    Last Post: 11-15-2012, 08:02 PM
  3. How do I create a filename with multiple variable types
    By ashinms in forum C++ Programming
    Replies: 31
    Last Post: 02-12-2012, 10:03 AM
  4. variables types
    By Unregistered in forum C Programming
    Replies: 25
    Last Post: 02-14-2002, 06:08 PM