|
-
July 19th, 2005, 07:58 AM
#1
Re: C++ language: Why should I use ++i instead of i++ ?
[Andreas]: The following question is asked in regard to the following FAQ:
You mention that for regular variables (like int) there is no performance gain. Is this statement true for C++ but not for C? I've come across several people who do ++i all the time rather than i++ (in C) claiming efficiency gains.
Last edited by Andreas Masur; July 29th, 2005 at 12:42 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|