User profile: ritka

User info
User name:ritka
History
Joined:
Number of posts:21
Latest posts:

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 input
when you read characters from anywere you have to store them in character data types ofcourse. so yo...

play array of bytes in ubuntu
so you want to play it as music/sound?

Script that continually calls a program
something 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

User: ritka

  • Public profile