Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~458 People Reached
Favorite Tags
c x 3
c++ x 1
php x 1
Member Avatar for cblue

Here is the formula i'm suppose to use: i'm suppose to to write a complete program with a function using two parameters to calculate: x(!)^n, where x(!)^n = x!! ... ! use BigInts For the calculations ----- n times this wis what I have, i don't think it's right, if …

Member Avatar for forough95
0
222
Member Avatar for SiRuS

Hello guys, I would like to have a little help about a funtion which gets all the informations from an mp3 like genre,title,artist etc. Attention, without the help of ID3 class. Thanks a lot...

Member Avatar for Will Gresham
0
80
Member Avatar for SiRuS

Hello guys this is my code. [CODE] #include <stdlib.h> #include <stdio.h> #include <string> using namespace std; void charToBinary( char *value ) { unsigned int i; unsigned int alloc = (strlen(value)+1); int* cVec = (int*)malloc(alloc); for( i = 0; i < strlen(value); i++ ) { //works in windows but not on …

Member Avatar for Ancient Dragon
0
156