473,396 Members | 2,099 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Review(2): My C FAQ Page

Greetings,

The last time I put these pages for reviewing, I did
not have clc in my mind. However, this time I was
conscious about clc while answering any of questions that
I came across, and also that one day, I should be approaching
for reviews. So, here I again put these pages forward to
be cricized!

PS: [1] With due respect to Tristan Miller, I could not
change the name, "FAQ", to some other descriptive
name. These pages are often consulted in my local
loop, and my intentions here are to minimize the
misleading informations.

[2] Questions 1 to 42 were reviewed previously.
Questions 44, 48, 50, 51, 54 and 69 are from clc.

Regards,
--
Vijay Kumar R Zanvar
C FAQs - http://www.geocities.com/vijoeyz/faq/

Nov 14 '05 #1
1 1014
"Vijay Kumar R Zanvar" <vi*****@globaledgesoft.com> writes:
Greetings,

The last time I put these pages for reviewing, I did
not have clc in my mind. However, this time I was
conscious about clc while answering any of questions that
I came across, and also that one day, I should be approaching
for reviews. So, here I again put these pages forward to
be cricized!

PS: [1] With due respect to Tristan Miller, I could not
change the name, "FAQ", to some other descriptive
name. These pages are often consulted in my local
loop, and my intentions here are to minimize the
misleading informations.

[2] Questions 1 to 42 were reviewed previously.
Questions 44, 48, 50, 51, 54 and 69 are from clc.


Meta-comment: It would have been better to put the URL into the body of
the message instead of the signature. Some people configure their
newsreaders to strip signatures, and these people will wonder what page
you are talking about.

Q.58: For an `unsigned char', there is no difference between "value" and
"representation". However, you might want to clarify that if the
type of `c' is changed to, let's say, `unsigned int', the program
accesses the value, not the representation.

I would also prefer
unsigned char c = 0xd1;
char bits [sizeof c * CHAR_BIT + 1] = "";
And why do you multiply the array size with the size of `c', but
not `i' and `times'?

Martin
--
,--. Martin Dickopp, Dresden, Germany ,= ,-_-. =.
/ ,- ) http://www.zero-based.org/ ((_/)o o(\_))
\ `-' `-'(. .)`-'
`-. Debian, a variant of the GNU operating system. \_/
Nov 14 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Leo | last post by:
I have the following problem: When looking at a document, we would like to see what the review state of that document is. I set out to make a custom document_view page template based on the...
3
by: Skip Montanaro | last post by:
I help moderate a couple mailing lists on python.org. The biggest challenge for me is vetting messages which were held for review. The information density in the Mailman review page is pretty...
2
by: Dave Patton | last post by:
I'd appreciate any feedback on http://www.elac.bc.ca/ particularly in regards to how the pages are marked up. The markup is valid HTML 4.01 strict, but that doesn't mean I've done things using...
2
by: Alex Bell | last post by:
Please review the page at http://www.tassie.net.au/~abell1/testoboe4.htm, which is a step on the way to redesigning my whole site. I have used three floated menus, two side by side and one...
0
by: TechBookReport | last post by:
The following is an extract of a review of 'Murach's C#' book, from TechBookReport (http://www.techbookreport.com): 'Murach's C#' is a single volume introduction to object oriented programming,...
18
by: Ben Hanson | last post by:
I have created an open source Notepad program for Windows in C++ that allows search and replace using regular expressions (and a few other extras). It is located at...
15
by: TC | last post by:
This is my very first website using CSS. Constructive criticisms appreciated. http://www.unitedhunters.org/index.html
19
by: Vijay Kumar R Zanvar | last post by:
Hi c.l.c. I think it's time that I bring it up. Over the last 2-3 months, I have been trying to build my C FAQ page which has around 40 C questions. Few of them have been adopted from c.l.c. ...
8
by: pereges | last post by:
I need to learn C from the hardware perspective and some other details like linkers, loaders, compilers etc. Basically stuff that the standard won't cover but you are expected to know it if you...
1
by: dr.ante | last post by:
Please review my site: http://my.longurl.net It is site for url redirection where you can put your own ad (web site ad or affiliate link) at the top of the redirected url page. Can you review...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.