comp.lang.c http://groups-beta.google.com/group/comp.lang.c
Today's most active topics: * overloading in C - 4 new http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/4a9e5b8b3ba2433d * Typecasting Pointers - 2 new http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/636e7838a3ded7f4 * virtual constructor - 2 new http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/3371be4371a6b14e * Questions about malloc() - 1 new http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/82b0dc0981bf3664 * 1024 bites interleaving frequency??? - 1 new http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/75958cd34a171a2 Active Topics ------------- Typecasting Pointers - 2 new ---------------------------- ...So a now points to a dynamically allocated struct foo. ...This sets every byte of that struct to the value 1. Since the struct consists of nothing but pointers, odds are that none of the members of the struct contain a useful (or even valid) value. ...The address returned by malloc is guaranteed to be properly aligned - Wed, Nov 24 2004 6:56 pm 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/636e7838a3ded7f4 overloading in C - 4 new ------------------------ Does C supports overloading. I am thinking no. But some people are saying yes. If yes how. Please answer with examples. Also in c++ size of empty class is one. why. and what are the default methods created in a class. These questions are asked in interviews. so please explain. - Wed, Nov 24 2004 7:01 pm 4 messages, 4 authors http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/4a9e5b8b3ba2433d Questions about malloc() - 1 new -------------------------------- In article <[EMAIL PROTECTED]>, ...[snip more thoughts] ... Most likely because it's easier to implement a non-minimalist solution on top of a minimalist one when you need the extra functionality than to implement a minimalist solution on top of a non-minimalist one when you really do need minimalism (or want to work from a minimalist starting - Thurs, Nov 25 2004 4: 19 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/82b0dc0981bf3664 1024 bites interleaving frequency??? - 1 new -------------------------------------------- ...It's actually quite trivial once you realize how printf actually sends data from your argument to the file handle. [Hint: think of buffering, think fflush. ...] Tom - Wed, Nov 24 2004 8:22 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/75958cd34a171a2 virtual constructor - 2 new --------------------------- In article <[EMAIL PROTECTED]>, ...We have no idea. People somewhere where they discuss C++ might. They might even have written a FAQ about it. dave - Thurs, Nov 25 2004 4:21 am 2 messages, 2 authors http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/3371be4371a6b14e qt +linux - 1 new ----------------- In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... ...This is incredibly off-topic for c.l.c. Try the mailing list for QT programmers, available on the trolltech website. - Thurs, Nov 25 2004 6:27 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/1f557b322dd1c227 sizeof error - 1 new -------------------- ...The answer may have been correct. Your understanding of what was going on may have been wrong. ...Nope, definitely on topic. ...You didn't provide any code. However, the small program below may demonstrate what you were doing wrong. ...int main (void) { char str1 [] = "12345678" ; char *str2 = "This is a string" ; - Thurs, Nov 25 2004 6:00 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/7defe46e2ffed4e2 snprint rationale? - 1 new -------------------------- ...Congratulations! It's a great change and I loved it the mo. I saw it. - Thurs, Nov 25 2004 5:17 pm 1 message, 1 author http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/4de86ffbce0c963a How to read data ? - 1 new -------------------------- ...You are mistaken. fgetc() returns an int for this very reason. [7.19.7.1#2] ...Richard - Thurs, Nov 25 2004 7:18 am 1 message, 1 author http://groups-beta.google.com/group/comp.lang.c/browse_thread/thread/a69e10059208d734 ============================================================================== You received this message because you are subscribed to the Google Groups "comp.lang.c" group. To post to this group, send email to [EMAIL PROTECTED] or visit http://groups-beta.google.com/group/comp.lang.c To unsubscribe from this group, send email to [EMAIL PROTECTED] To change the way you get mail from this group, visit: http://groups-beta.google.com/group/comp.lang.c/subscribe To report abuse, send email explaining the problem to [EMAIL PROTECTED] ============================================================================== Google Groups: http://groups-beta.google.com
