No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: 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) | |
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 … | |
Re: [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 … | |
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 … | |
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 … |
The End.