Description:
Discussion about C.
|
|
|
A question about netiquette and topicality (on-topic for this group)
|
| |
A common scenario on Usenet is that someone will post an item to a bunch of groups (this is referred to as "crossposting"), some of which are "on-topic" and others are not (by whatever definition is in effect in each affected group). What often happens is that posters from groups who deem it to be "off topic" will post, to all affected groups, that it... more »
|
|
Statechart
|
| |
Hi, i'm looking for a good (and simple) way to implement statechart (in C) avoiding switch-case statements....any suggestion? Thanks
|
|
What is going wrong?
|
| |
Is it possible to speak here of real problems? Do you think that not speak of problems, not see the problems, when the ship is sinking, is it better? This is what i think, yes i know, it is all my personal opinion, there will be error, (i would have some feedback for find them) but it is how i see the world now.... more »
|
|
enum{f,g=f};
|
| |
Hi, is this valid? enum{f,g=f}; The problem (if any) is that the value for g references f, which is defined in an enum not yet completed. TIA, Francois Grieu
|
|
compute C program time
|
| |
Dear all, Do you have any good way to compute the functions' cpu time/elapse time in C program? Thanks.
|
|
File read failure
|
| |
Hi all, Im trying to populate structure from csv files. Each csv file is of 3MB and there are 24 files in total.A function will populate the structure from these files. The same function when called twice, the second cycle fails on a particular file that to on a fixed line. While debugging we could find that the function which reads a line... more »
|
|
|