Thread: structure doubt...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    anguished incognito54's Avatar
    Join Date
    Apr 2004
    Posts
    24
    i know how it works... what i wanted to do was to make a different kind of define... the thing is, i am making a customized preprocessor just for the purpose of learning how to program in C cause i'm a real n00b... i already made my very own #include and now i'm trying to make my #define...
    I've never felt the nausea of longing to feel nothing,
    I never wanted to cease to exist, just disappear...

  2. #2
    Been here, done that.
    Join Date
    May 2003
    Posts
    1,164
    Quote Originally Posted by incognito54
    i know how it works... what i wanted to do was to make a different kind of define... the thing is, i am making a customized preprocessor just for the purpose of learning how to program in C cause i'm a real n00b... i already made my very own #include and now i'm trying to make my #define...
    Not to throw cold water on your desire, but if you are such a n00b why are you trying to make a program that is beyond the scope of a noob? Why not learn to program not by trying to write a program even knowledgable programmers won't do but by programs that allow you to learn the code without having to ask how to do each step and learn such advanced techniques? Maybe you should save the advanced techniques for later when you have the concept of C syntax and coding figured out.
    Definition: Politics -- Latin, from
    poly meaning many and
    tics meaning blood sucking parasites
    -- Tom Smothers

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Doubt in structure
    By karthik537 in forum C Programming
    Replies: 15
    Last Post: 01-21-2009, 03:52 AM
  2. doubt regarding C structure in linux
    By Bargi in forum C Programming
    Replies: 2
    Last Post: 01-23-2007, 06:18 AM
  3. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  4. Serial Communications in C
    By ExDigit in forum Windows Programming
    Replies: 7
    Last Post: 01-09-2002, 10:52 AM
  5. C structure within structure problem, need help
    By Unregistered in forum C Programming
    Replies: 5
    Last Post: 11-30-2001, 05:48 PM