count digits in user input[code]#include <stdio.h> #include <ctype.h> int main() { int digit = 0; int other = 0; char c...
count digits in user inputwhen you read characters from anywere you have to store them in character data types ofcourse. so yo...
play array of bytes in ubuntuso you want to play it as music/sound?
Script that continually calls a programsomething like this? [code] while [ true ] ; do ./programm & ; done[/code]
c++ graphics.h i haven't been very much into graphics and stuff, but sdl should be enough for simple functionality ...
This user does not accept Private Messages