faq gotoxy

faq gotoxy



#include <cstdlib> #include <iostream> using namespace std;

#include "Windows.h" void gotoxy(int x, int y)

{

COORD c; c. X = x - 1; c.Y = y - 1;

SetConsoleCursorPosition(GetStdHandle (STD_OUTPUT_HAI'IDLE) ,c)

> int main(int argc, char *argv[])

{

gotoxy(10,10); cout << "próba"; system("PAUSE") ; return EXIT_SUCCESS;

}    www.edu.godula.corn


Wyszukiwarka

Podobne podstrony:
1    #include <iostream> 2 3    using namespace std; 4
8 9 #include <iostream> 0 1    using namespace std; 2 3    int
1    #include <iostream> 2 3    using namespace std; 4 5
#include <iostream> using namespace std; ostream fistrumienl = cout, &strumien2 = strumien
#include <iostream> using namespace std; #include <stdio.h> #include <string.h> st
OpenMP OpenMP/ll #include <omp.h> #include <iostream> using namespace std; int main ( vo
#include <iostream.h> using namespace std; int raain(){ char s[100] ; cout « "Podaj
Test 1 termin (03 02 2012) 11.    W wyniku działania poniższego programu #include&l
1    #include<iostream> 2    using namespace stdj 3 40
Rozwiązanie do pkt. b: #include <iostream> #include <fstream> using namespace std; 
2bc 2b #include <csldlib>#include <ioslręą m># includc <siack> using namespace std
3. HeapSort.cpp #include "sorttab.h" using namespace std; // Zmienne globalne Tab tab, tab
#include <iostream> using nćimespace std; int main () { int n; cin»n; bool e [n];&nb

więcej podobnych podstron