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
~3K People Reached
Interests
Music, Computer Hardware, Programming, Cooking, Computer Games, Outdoor Games
PC Specs
Windows is only for gaming. I use Ubuntu for almost everything other than game.
Favorite Forums
Favorite Tags
c x 3
Member Avatar for evansjahja

Guys, I need help When I compile my code, I get [code]error: invalid operands to binary ^ (have ‘float’ and ‘double’)[/code] Here's some portion of my code: [code=c] #include <stdlib.h> #include <stdio.h> ... float freq; const float key_magic = 2 ^ (1/12); ... freq=440*(key_magic)^(atof(optarg)-49); [/code] Thanks

Member Avatar for 0x69
0
3K
Member Avatar for evansjahja

Hi everybody I'm a newbie C programmer and an intermediate VB 6 programmer. I'm currently an 8th year student from Indonesia. (It's above Australia and below Malaysia)

0
17