User: homy18

  • Public profile

User profile: homy18

User info
User name:homy18
History
Joined:
Number of posts:31
Latest posts:

lang c "clearing"/printing char*
[code]#include <stdio.h> #include <stdlib.h> #include <string.h> char* t(unsigned short menu_number...

generating basic sequence number
[code] #include <iostream> #include <math.h> using namespace std; int main() { long long a=0,j=...

Change Console background to a colour
See http://www.cplusplus.com/articles/SEN36Up4/

Flickering in Snake Game
For Visual Studio [code]#include <windows.h> void gotoxy(int x, int y) { COORD coord; coord.X...

Calling a Function in a Loop
replace[code] int menu(x){[/code] with [code]int menu(int &x){[/code] in main() replace [code]cin >...

This user does not accept Private Messages