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 colourSee http://www.cplusplus.com/articles/SEN36Up4/
Flickering in Snake GameFor Visual Studio [code]#include <windows.h> void gotoxy(int x, int y) { COORD coord; coord.X...
Calling a Function in a Loopreplace[code] int menu(x){[/code] with [code]int menu(int &x){[/code] in main() replace [code]cin >...
This user does not accept Private Messages