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
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for TheSkunkMan

in pygame it's: import pygame from pygame.locals import * #need this for 'FULLSCREEN' value pygame.init() WIDTH=800 HEIGHT=600 pygame.display.set_mode((WIDTH,HEIGHT),FULLSCREEN) also - make sure you include code to quit the app or you won't get out. (ev.type==QUIT doesnt work in fullscreen, and locked up my mac, win or linux may be different)

Member Avatar for alexpinho98
0
3K
Member Avatar for zauber

Hello, Im rather new to C, but I was struck with one curiosity as I delve into it. From what I understand, there is not supposed to be any support for string-datatypes in the language itself; you need to import libraries to get this support (where the strings are actually …

Member Avatar for zauber
0
116
Member Avatar for lortfan

[QUOTE=proghelper]If you want to be in the software progamming field, I would suggest that you not only learn a programming language but also learn the programming concepts, like algorithms, structured and object oriented program design etc. In fact you got to learn the concepts first then you can apply those …

Member Avatar for nemesisrobot
0
170
Member Avatar for zauber

Hello, for some time I have programmed in java and python, and would now like to enter the C-scene. The only problem is: I'm more or less only interested in C and not C++. And it seems quite tricky getting hold of programming tips and tutorials which apply to c …

Member Avatar for Narue
0
152
Member Avatar for zauber

Hello, I started coding a little app for exploring the mandelbrot fractal. Hopefully someone here is familiar with it, and perhaps tried coding it in python. My problem is, as you will see if you try running my code, is that the generated image is NOT the mandelbrot (although it …

Member Avatar for vegaseat
0
151

The End.