Closed Thread
Results 1 to 2 of 2

Thread: please help me how to change keywords in c..

  1. #1
    bryan is offline Newbie
    Join Date
    Nov 2006
    Posts
    5
    Rep Power
    0

    please help me how to change keywords in c..

    good day guys...how can i change c's keywords?..for example, i want to change printf with my own keyword..what will i do? my friend told i should make a linked list...i have an idea on how to make a linked list but making a linked list for my problem i dont have an idea..please give me a comprhensive steps!...thanks a lot...

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    printf is not a keyword, it is a library function. You could create your own replacement function that implements printf or assembly/system calls as needed to perform the desired functions.

    Keywords are things like "while" or "if".
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. what is void and return keywords?
    By prakashjangir in forum C# Programming
    Replies: 1
    Last Post: 10-30-2011, 08:24 PM
  2. Meta tags (keywords and description)?
    By dasseya1 in forum PHP Development
    Replies: 1
    Last Post: 06-06-2010, 10:44 PM
  3. Keywords in URL helps
    By thomas_09 in forum Search Engine Optimization
    Replies: 4
    Last Post: 04-04-2009, 10:19 AM
  4. Keywords less used
    By Chinmoy in forum C Tutorials
    Replies: 13
    Last Post: 07-27-2008, 09:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts