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
~494 People Reached
Favorite Forums
Favorite Tags
c x 3
Member Avatar for Marz_1

Goodmorning guys, I'm trying to compile a simple SDL project with gcc in mac OSX Maverick... This is my main.c file: #include <stdio.h> #include <stdlib.h> #include <SDL/SDL.h> int main( int argc, char *argv[]) { SDL_Init(SDL_INIT_VIDEO); printf("Grande!\n"); SDL_Quit(); return 1; } In facts my function do nothing but I just want …

Member Avatar for Moschops
0
219
Member Avatar for Marz_1

Goodevening, I'm starting coding in C and I've done a little program to understand "struct" function, but... I receive this message: Segmentation fault: 11 I've understood a bit what this problem is about, but I can't understand where it borns on my program. Can you help me? I tank you! …

Member Avatar for Marz_1
0
199
Member Avatar for Marz_1

Hi everybody, I'm Mars and I'm interested in C for now cause I want to enter in a school where they mainly teach C, but getting in is so hard so I prepare myself for this! I've already coded in Python at University where I've done a little game project.

Member Avatar for Warrens80
0
73