This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <conio.h> | |
| #include <curl/curl.h> | |
| // emp3world.cc HTML output particularites. | |
| #define STARTTITLE "<span id=\"song_title\">" | |
| #define STOPTITLE "</span>" | |
| #define STARTLINK "<img src=\"/img/play.png\" /> Play</a>\n\t\t\t<a href=\"" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| int numerePare(int*, int, int**, int (*)(int*, int), int*); | |
| int Sum(int*, int); | |
| int Prod(int*, int); | |
| int main() { | |
| //char *test = malloc(5); *test = 'C'; *(test + 1) = '\0'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <conio.h> | |
| #define STRMAX 44 | |
| #define NUMEF "C:\telefoane.out" | |
| typedef struct PH { | |
| char denumire[STRMAX], procesor[STRMAX], culoare[STRMAX], dimensiune[STRMAX]; | |
| int pret, greutate, memorie; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is a C application that allows you to search and download music. |
NewerOlder