Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
23% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
6
Posts with Downvotes
2
Downvoting Members
5
0 Endorsements
~846 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for Advice

I previously burned alot of cds with Windows Media player and it saves them as wma files. Now I am trying to access those music files with another program but it doesn't support wma, is there a way to convert all of those music files to mp3's without re-burning everything?

Member Avatar for MidiMagic
-2
479
Member Avatar for Buolbear4444

How hard is it to learn Objective-C for iPhone Apps if you know C++, C and Python already? Is it better to use that rather than just C++ code when writing Apps? If so, why? I want to start iPhone Development and recently got an iMac for my Birthday. How …

Member Avatar for papanyquiL
0
131
Member Avatar for viwenka

Can anyone help me with my code?! I need to do a programm binary to decimal converter without using library, just stdio.h my code works wrong [CODE] void bin2dec(){ long int n; int s=1,j,p=1,i=0,x; int digit=1; printf("Input a binary number: "); scanf("%ld",&n); while(digit==1) { x=n%10; s=s+pow(2,i); i=i+1; n=n/10; if(n==0) digit=0; …

Member Avatar for UncleLeroy
0
193
Member Avatar for lindaalanis
Member Avatar for Moderns
-3
43