Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~311 People Reached
About Me

University student doing a double major in Biology and Computer Science, also studying Japanese as a second language.Music rules along with movies and some vid games...

Interests
anything that's not retarded...
PC Specs
Dell XPS L502X, Windows 7 Home Ed., 750GB HDD, 6GB RAM, Intel Core i7 @2.2GHz, 64bit OS, 2GB NVidia…
Favorite Forums
Favorite Tags
c x 2
c++ x 2
Member Avatar for Violet_82

Hi there, if I call a double function like [CODE]double MyPrice( ) { return cost; }[/CODE] (value "cost" assumed to be set to 7.00 why this function returns 7 and not 7.00? thank you

Member Avatar for Violet_82
0
174
Member Avatar for sing1006

i have a problem here. [CODE][/CODE] #include<stdio.h> int main (){ int counter; int x; int y; int product; counter=1; x=1; y=1; product=1; while (counter<=5){ printf("%d>%d\n",x,y); x=x+1; y=y+2; counter=counter+1; product=product*y; } printf("Product>%d",product); return 0; } well,the product should be 945.but what have printf out is 10395?what is the provlem inside the …

Member Avatar for sing1006
0
116
Member Avatar for Xrisis

Hey guys what's up? Just wanted to get the intro's down, name's Edward, friends call me Ed or Eddie, but i go by Xrisis on the forums and online, and just in case you are wondering, it's pronounced Crisis. Well what can i say about myself, i'm 5'8", haven't seen …

0
21