R.A
|
Registered User
|
|
6h |
comment |
vectors vs. vector graphics @klochner: No, a rasterized image is comprised of a single (one-dimensional) array of pixels, where each array segment represents the color components in various distribution of byte order and size. |
|
7h |
comment |
vectors vs. vector graphics But what about stl::vector in C++? It works just like an array and doesn't by design specify "position" data. I've also heard arrays being called vectors and vice versa. |
|
7h |
revised |
vectors vs. vector graphics added 126 characters in body |
|
8h |
asked | vectors vs. vector graphics |
|
12h |
asked | STL iterator - why is the code analysis tool complaining? |
|
Dec 6 |
awarded | ● Mortarboard |
|
Dec 3 |
revised |
How to remove punctuation from a String in C edited tags |
|
Dec 1 |
revised |
Features of C++ that can’t be implemented in C? added 23 characters in body; added 4 characters in body |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? @Adrian: Fair enough about dynamic casting, but I really can't accept the argument about anything is possible with enough work. It's irrelevant. With enough work I can rebuild my toyota to drive under water with 15 passengers, but then it's not a toyota anymore. |
|
Dec 1 |
revised |
Features of C++ that can’t be implemented in C? added 917 characters in body; added 14 characters in body |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? @Bluebird: Please describe how you would do that. |
|
Dec 1 |
revised |
Features of C++ that can’t be implemented in C? added 328 characters in body |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? @Sachin: To win you need to compete in the same sport as the looser. |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? @Clifford: Oh Clifford... |
|
Dec 1 |
revised |
Features of C++ that can’t be implemented in C? added 77 characters in body |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? @Charles: Yes it's debatable. The administration of inheritance and polymorphism is not a feature of polymorphism itself in C++. However, RAII is by definition a concept about implicit resource management. So I would say that constructor-like and destructor-like idioms can be achieved in C, but you'll never have RAII. |
|
Dec 1 |
revised |
Features of C++ that can’t be implemented in C? added 349 characters in body |
|
Dec 1 |
answered | Features of C++ that can’t be implemented in C? |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? @Sachin: This is a comment to the answer posted by "pmg", which I downvoted. I haven't downvoted your question. |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? @Sachin: You can fake virtual functions in C. |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? @Sachin: On platforms where you can't use ellipsis there's usually a special printf-like function provided. The thing to remember is that when you see a function declared like this( arg, ... ), i.e with the three dots, you should know that it might not be portable. |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? -1, you have a point but you should decorate such a claim with arguments. Faking polymorphism is one thing, but I can't see how you'll do RAII, overloading by argument list or complex cast to name a few. Yeah sure you can do anything in assembler or microcode, but the question at hand is not about what your processor is capable of |
|
Dec 1 |
comment |
Features of C++ that can’t be implemented in C? Please note that ellipsis (variable number of arguments) isn't neccesarily supported on all platforms. |
|
Nov 24 |
comment |
From Visual Studio to Vim or Emacs? @Greg: My comment was also serious. It's a good answer. I'm not pointing finger at you. |
|
Nov 24 |
comment |
From Visual Studio to Vim or Emacs? @Greg: Well let's hope you get some rep for your trouble before it's closed. |
|
Nov 23 |
asked | From Visual Studio to Vim or Emacs? |
|
Nov 23 |
revised |
Semicolon after classes and structs added 168 characters in body |
|
Nov 23 |
comment |
Semicolon after classes and structs @Charles: Indeed, thanks |
|
Nov 23 |
comment |
Semicolon after classes and structs @Jimmy: sounds like a bug |
|
Nov 23 |
asked | Semicolon after classes and structs |
|
Nov 23 |
comment |
How does a program look in memory? @Sebastian: After your updates this has really become a great and rich answer, thanks! |
|
Nov 20 |
comment |
How does a program look in memory? Thanks, good stuff! |
|
Nov 20 |
comment |
How does a program look in memory? @Sebastian: Kind of, but with focus on structure. E.g. I'm more after how the stackfram of a function looks in memory rather than the assembly instructions of the function code. |
|
Nov 20 |
comment |
How does a program look in memory? @Downvoter: Care to explain? |
|
Nov 20 |
revised |
How does a program look in memory? deleted 131 characters in body |
|
Nov 20 |
comment |
How does a program look in memory? Thanks. Good general info about the module structure. However I'm hoping for more info on how everything maps to the program code itself. |
|
Nov 20 |
revised |
How does a program look in memory? edited tags; added 25 characters in body |
|
Nov 20 |
revised |
How does a program look in memory? added 251 characters in body; added 40 characters in body |
|
Nov 20 |
comment |
How does a program look in memory? @Priyank: OS dependant indeed, that's why I proposed Windows. I don't believe it to be compiler specific however. A linker-step for creating a Windows program should always produce the same structure (i.e. the exe) or the host architecture won't know what to do with it. |
|
Nov 20 |
asked | How does a program look in memory? |
|
Nov 19 |
comment |
How can I help my poor friend learning to program? she cooks like elephants play the guitar.. |
|
Nov 19 |
comment |
How can I help my poor friend learning to program? No previous programming experience is required. Since half the class has dropped off already I suspect no-one expected much programming either. |
|
Nov 19 |
comment |
How can I help my poor friend learning to program? @Ether: Indeed, this is a typical rep-whoring-style question which usually gets severely beat down if not posted as CW. |
|
Nov 19 |
comment |
How can I help my poor friend learning to program? @bmargulies: because it's a community wiki question, i.e. I can't select a particular answer as the correct one |
|
Nov 19 |
asked | How can I help my poor friend learning to program? |
|
Nov 18 |
revised |
Architecture for extension/plugin communication added 570 characters in body; added 23 characters in body |
|
Nov 18 |
revised |
Architecture for extension/plugin communication deleted 7 characters in body |
|
Nov 18 |
revised |
Architecture for extension/plugin communication added 281 characters in body; added 29 characters in body; added 384 characters in body |
|
Nov 18 |
comment |
Architecture for extension/plugin communication IMHO the observer pattern is one level up from this issue. I.e. all alternatives he presents would fit into that pattern. The issue at hand rather has to do with implementation specific decision of the observer pattern. |
|
Nov 18 |
revised |
Architecture for extension/plugin communication added 607 characters in body; added 3 characters in body |
