Anthony Cuozzo
|
Registered User
|
I am a Full-Time undergraduate student at Rutgers University majoring in Computer Science and minoring in Mathematics. You can find out more about me by visiting my website.
|
|
Nov 20 |
comment |
Does GCC’s __attribute__((__packed__))…? @DigitalRoss Don't delete the answer! It may help someone else who comes along to this thread. |
|
Nov 19 |
comment |
Does GCC’s __attribute__((__packed__))…? @Robert Gamble Thank you! :-) |
|
Nov 19 |
comment |
Does GCC’s __attribute__((__packed__))…? @Jonathan Leffler I am writing this program for personal use only. I know the architectures of the connecting machines beforehand. |
|
Nov 19 |
comment |
Does GCC’s __attribute__((__packed__))…? @DigitalRoss I am the first one to write code which strictly conforms to ISO C90. I never use compiler-specific hacks. However, in this case I am writing code entirely for personal use. |
|
Nov 18 |
asked | Does GCC’s __attribute__((__packed__))…? |
|
Oct 3 |
awarded | ● Popular Question |
|
Sep 1 |
awarded | ● Nice Answer |
|
Aug 18 |
comment |
How can I read a python pickle database/file from C? Is portability very important to your application? |
|
Aug 15 |
revised |
Function Pointer in C edited tags |
|
Aug 14 |
comment |
Passing a String by Reference in Java? @CPerkins You have no idea how angry that makes me. It makes my blood boil. |
|
Aug 12 |
comment |
Why is preprocessor usage less common in languages other than C/C++/ObjC ? +1 Your answer seems to be the most neutral and informative one here. I applaud you. |
|
Aug 12 |
comment |
Good way to organize C source files? +1 I do this all of the time. |
|
Aug 11 |
revised |
Object-Orientation in C I made a few minor changes. |
|
Aug 11 |
revised |
What thread calls the delegate when using iPhone CoreLocation framework? edited tags |
|
Aug 11 |
answered | Coding Standards for pure C (not C++) |
|
Aug 11 |
answered | do you rely on your memory or consult references and use a lot of intellisense? |
|
Aug 11 |
answered | .NET Garbage Collector Basics |
|
Aug 11 |
comment |
Interesting project to learn C? +1 Great question. |
|
Aug 11 |
comment |
Interesting project to learn C? +1 Doom is the best! |
|
Aug 11 |
comment |
Interesting project to learn C? +1 Reinventing the wheel. |
|
Aug 7 |
comment |
C/C++ call-graph utility for Windows platform +1: For doxygen and codeviz. |
|
Aug 5 |
answered | Arbitrary-precision arithmetic Explanation |
|
Aug 5 |
comment |
Object-Orientation in C I've actually seen it before. I believe it was a nice piece of work. |
|
Aug 5 |
revised |
trim is not part of the standard c/c++ library ? I made this answer a community wiki. |
|
Aug 5 |
revised |
Parsing Integer to String C I cleaned up the post... a lot. |
|
Aug 5 |
revised |
How can I identify my build platform properly? I made a small and insignificant change. |
|
Aug 5 |
revised |
Are prototypes required for all functions in C89, C90 or C99? I made this answer a community wiki. |
|
Aug 5 |
revised |
What was your first computer game that got you interested in computers? I added an image. |
|
Aug 5 |
answered | What techniques/strategies do people use for building objects in C (not C++)? |
|
Aug 5 |
revised |
Can any one tell me how to write a simple C++ code to export my data(from variable) into PDF file without using any external libraries or utilities? edited tags |
|
Aug 5 |
revised |
The bounds on void-pointers in ANSI C89/ISO C90 I made this question a community wiki. |
|
Aug 5 |
revised |
Object-Orientation in C I added another tag. |
|
Aug 5 |
answered | C/C++ documentation tool |
|
Aug 2 |
comment |
Portable thread-safety in C? I am now considering abstracting the lock and unlock procedures and using some pre-processor macros to support a variety of different thread libraries. |
|
Aug 2 |
comment |
C : How do you simulate an ‘exception’ ? +1: For point #3. |
|
Aug 2 |
comment |
Portable thread-safety in C? Where can I get more information on libpthread? A simple Google search seemed to turn up a bunch of junk. |
|
Aug 2 |
revised |
What portability issues are associated with byte-level access to pointers in C? I made a minor change in syntax. |
|
Aug 2 |
asked | Portable thread-safety in C? |
|
Aug 2 |
revised |
Beginner Doing K&R edited tags |
|
Aug 2 |
awarded | ● Organizer |
|
Jul 22 |
comment |
Why is there no ^^ operator in C/C++? +1 for Dennis Ritchie! |
|
Jul 13 |
comment |
Can i inherit structure in C?if yes how? Well, that's assuming a C++ compiler is available for your platform! |
|
Jul 13 |
comment |
What programming religious argument bothers you the most? @Steve: Who is Phil? |
|
Jul 12 |
awarded | ● Necromancer |
|
Jul 7 |
comment |
In C, declare and initialize a variable in a small function or just return a response. @Steven: Moreover, I've encountered plenty of embedded systems which have a C compiler, but no C++ compiler. |
|
Jul 7 |
comment |
In C, declare and initialize a variable in a small function or just return a response. @Steven: C++ does not include all of C. That's totally incorrect. See Bjarne Stroustrup's FAQ here: research.att.com/~bs/bs_faq.html#C-is-subset/… |
|
Jul 3 |
comment |
What portability issues are associated with byte-level access to pointers in C? (This might be a stupid question, but I need to be sure.) Let's assume that we have two pointer-values (both of type void *), named A and B. Can there ever be a case where A and B have the same underlying bit-pattern, but actually refer to different locations in memory? |
|
Jun 17 |
comment |
Defining a large array of size larger than a unsigned int limit. You may want to consider using a two-dimensional array. I forget what the standard says in this case, but I'm fairly certain that (at least in C90) a fixed-size two-dimensional array is guaranteed to use a row-pointer layout. If that is the case, then the two-dimensional array can be treated as a one-dimensional array (using the row-pointer layout "formula", of course). |
|
Jun 15 |
answered | Where can I find C coding exercises to practice? |
|
Jun 14 |
comment |
Computer Language puns and jokes +1: C! Why do we have to enter at least 15 characters? |
