Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #20.4K
~2K People Reached
About Me

Student

Interests
programming
PC Specs
k6-2 550Mhz, 192MiB RAM, 20GiB HD, GeForce 2 MX 64MiB.
Favorite Forums
Favorite Tags
c++ x 10

4 Posted Topics

Member Avatar for meabed

[QUOTE=bitforce]An easy way to swap 2 variables without using another variable: [CODE]a=a+b; b=a-b; a=a-b;[/CODE][/QUOTE] Easy way? I don't know, but sure it is inefficient (except if the optimizer is really good). There *are* temporary variables if from an ISO standard point-of-view. And, this algorithm can only be useful if (assuming …

Member Avatar for Lisa1110
3
1K
Member Avatar for joshilay

C has an extended wide character stream library thanks to C AMD1 (since 1995). C has Variable Length Arrays. C has restrict pointers. C has imaginary and complex numbers (C++ has a standard library for complex numbers). C has flexible arrays. C has the long long data type. C has …

Member Avatar for Dave Sinkula
0
603
Member Avatar for dilip.mathews

Ancient Dragon: You state that you can take address of a reference. It is true that you can take the address of an expression formed of an identifier of a variable whose type is a reference type In a sense, it is the address of the expression. But can we …

Member Avatar for dilip.mathews
0
220
Member Avatar for ernie

[quote=ernie] I would also like to find a compiler for Linux, GCC or G++ is ok but I’m having issues installing. (Actually using Linux is new to me). [/quote] I'm pretty sure GCC is installed by default, with your Linux distribution. Simply, type from bash : gcc --version If it …

Member Avatar for ernie
0
186

The End.