Advanced Minds

  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • red color
  • green color
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
c code guide a guide to writing portable c programs (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: c code guide a guide to writing portable c programs
#7553
nikhil bhargav (Visitor)
Click here to see the profile of this user
Birthdate:
c code guide a guide to writing portable c programs  
I cannot send it on the  group as it is big. A URL is a few bytes. Um, yes. That's more or less what I was suggesting (in the text that you snipped). To me, it's clear that you were replying to nikhil, but your text might suggest to the uninitiated that you were replying to me. Your attribution says Richard Heathfield...wrote... but, in fact, the text that you quoted contains nothing that I actually wrote myself. Please be more careful with attributions. Thanks. Yes, excuse me. A push to the button too fast, without checking the text. Of course I was answering to Mr Nikhil. jacob hello friends, I am sorry for being a little late in uploading. I just didnot thought for it. here is the _link_ of the document. I have tried it as my first attempt so i will welcome all feedback. http://www.geocities.com/nikhil_bhargav/guide_to_writing_portable_cod... Thank you all for your time and concern. nikhil bhargava
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#7554
Dan Pop (Visitor)
Click here to see the profile of this user
Birthdate:
c code guide a guide to writing portable c programs  
I am sorry for being a little late in uploading. I just didnot thought for it. here is the _link_ of the document. I have tried it as my first attempt so i will welcome all feedback. http://www.geocities.com/nikhil_bhargav/guide_to_writing_portable_cod... You may want to consider a *portable* document format. Dan
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#7555
c code guide a guide to writing portable c programs  
hello friends, I am sorry for being a little late in uploading. I just didnot thought for it. here is the _link_ of the document. I have tried it as my first attempt so i will welcome all feedback. http://www.geocities.com/nikhil_bhargav/guide_to_writing_portable_cod... My text editor could make nothing of this... 0000000 cfd0 e011 b1a1 e11a 0000 0000 0000 0000 0000010 0000 0000 0000 0000 003e 0003 fffe 0009 0000020 0006 0000 0000 0000 0000 0000 0002 0000 0000030 009f 0000 0000 0000 1000 0000 00a1 0000 0000040 0001 0000 fffe ffff 0000 0000 009d 0000 0000050 009e 0000 ffff ffff ffff ffff ffff ffff 0000060 ffff ffff ffff ffff ffff ffff ffff ffff What is it supposed to say?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#7556
c code guide a guide to writing portable c programs  
hello friends, I am sorry for being a little late in uploading. I just didnot thought for it. here is the _link_ of the document. I have tried it as my first attempt so i will welcome all feedback. http://www.geocities.com/nikhil_bhargav/guide_to_writing_portable_cod... My text editor could make nothing of this... 0000000 cfd0 e011 b1a1 e11a 0000 0000 0000 0000 0000010 0000 0000 0000 0000 003e 0003 fffe 0009 0000020 0006 0000 0000 0000 0000 0000 0002 0000 0000030 009f 0000 0000 0000 1000 0000 00a1 0000 0000040 0001 0000 fffe ffff 0000 0000 009d 0000 0000050 009e 0000 ffff ffff ffff ffff ffff ffff 0000060 ffff ffff ffff ffff ffff ffff ffff ffff What is it supposed to say? You don't miss much. To the OP: how old is that document: it talks about 4 memory models used on Intel platforms a long time ago, it talks about ints of 16 bit and I like the following one the most:       2. Please write the proper suffix after constant numerals i.e, if          8034343.23 is to be used as a constant then demote it with suffix          'UL'. I didn't know that 8034343.23 is an (unsigned long) integer ... And this one:     3. One of the good ways to create an exit from a function is to use of         exit() function and return its status to main program. Interesting ... Bye, Dragan
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#7557
nikhil bhargav (Visitor)
Click here to see the profile of this user
Birthdate:
c code guide a guide to writing portable c programs  
hello friends, I am sorry for being a little late in uploading. I just didnot thought for it. here is the _link_ of the document. I have tried it as my first attempt so i will welcome all feedback. http://www.geocities.com/nikhil_bhargav/guide_to_writing_portable_cod... My text editor could make nothing of this... 0000000 cfd0 e011 b1a1 e11a 0000 0000 0000 0000 0000010 0000 0000 0000 0000 003e 0003 fffe 0009 0000020 0006 0000 0000 0000 0000 0000 0002 0000 0000030 009f 0000 0000 0000 1000 0000 00a1 0000 0000040 0001 0000 fffe ffff 0000 0000 009d 0000 0000050 009e 0000 ffff ffff ffff ffff ffff ffff 0000060 ffff ffff ffff ffff ffff ffff ffff ffff What is it supposed to say? You don't miss much. To the OP: how old is that document: it talks about 4 memory models used on Intel platforms a long time ago, it talks about ints of 16 bit and I like the following one the most:       2. Please write the proper suffix after constant numerals i.e, if          8034343.23 is to be used as a constant then demote it with suffix          'UL'. I didn't know that 8034343.23 is an (unsigned long) integer ... And this one:     3. One of the good ways to create an exit from a function is to use of         exit() function and return its status to main program. Interesting ... Bye, Dragan i thought miscrosoft word format will be universal but i will put a pdf copy soon. I  think the document is lacking things abut i would appreciate if someone could list down the areas and some sources which needs to be worked on. nikhil
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#7558
Dan Pop (Visitor)
Click here to see the profile of this user
Birthdate:
c code guide a guide to writing portable c programs  
pdf copy soon. If your ideas about portable C programming are along the same lines, then I have to agree with Dragan Cvetkovic: it's probably not worth the effort of generating a PDF version. To how many platforms have you ported your C programs? Dan
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
no auth nieautoryzowano sprawdz autoryzacje nieautoryzowano authorization failed
free ringtones diving course latest news today\'s news elias mageto