|
| Author | Message |
---|
jerufonsseca Admin
Posts : 4 EC-Points : 2011 Thanked : 2 Join date : 03/12/2011 Location : QC
| Subject: C++ Programming Wed Dec 14, 2011 9:00 am | |
| C++ ProgrammingGOTOXY IN C++This is a sample program that shows how you can use the traditional gotoxy function in turbo to c++ programming. - Code:
-
#include "iostream" #include "windows.h" using namespace std; void gotoxy(short x, short y){ HANDLE handle = GetStdHandle(STD_OUTPUT_HANDLE); COORD position = {x,y}; SetConsoleCursorPosition(handle, position); } int main(void){ gotoxy(28,1 ); cout<<"THIS IS HOW YOU..."; gotoxy(18,8 ); cout<<"...USE A GOTOXY FUNCTION IN C++..."; gotoxy(7,15 ); cout<<"...BY USING THE HANDLE,COORD and SetConsoleCursorPosition Functions!"; gotoxy(25,18 ); return 0; }
Last edited by jerufonsseca on Tue Dec 20, 2011 12:20 am; edited 7 times in total (Reason for editing : Wrong Alignment!) |
| | | Admin[Mr.Anon14] Admin
Posts : 50 EC-Points : 1064 Thanked : 4 Join date : 08/11/2011 Age : 28 Location : Somewhere can't be seen
Hacker's Info Hacking Exp: (0/0) Hacker Type: White Hat Hacking Title:
| Subject: Re: C++ Programming Sun Dec 18, 2011 2:13 pm | |
| POsting ALignment in this Thread Fixed!
Sorry for the inconcevience!
Regards, GreyPhantom Dark Ages Devs |
| | | paronia New Member
Posts : 3 EC-Points : 5 Thanked : 1 Join date : 18/12/2011 Location : earth
| Subject: Re: C++ Programming Mon Dec 19, 2011 3:28 am | |
| i saw the proposal that has posted by the owner of this forum . anyway i am one of the admins of PHS (philippine hackers society ) |
| | | Admin[dElmARk] Forum Owner
Posts : 78 EC-Points : 6304 Thanked : 21 Join date : 15/10/2011 Age : 29 Location : Philippines
Hacker's Info Hacking Exp: (0/0) Hacker Type: White Hat Hacking Title:
| Subject: Re: C++ Programming Mon Dec 19, 2011 10:26 am | |
| I will contact admin jeru to update this post.
-Thanks |
| | | paronia New Member
Posts : 3 EC-Points : 5 Thanked : 1 Join date : 18/12/2011 Location : earth
| Subject: Re: C++ Programming Mon Dec 19, 2011 2:33 pm | |
| and the code must enclosed in a code tag . lmao =) |
| | | jerufonsseca Admin
Posts : 4 EC-Points : 2011 Thanked : 2 Join date : 03/12/2011 Location : QC
| Subject: Re: C++ Programming Tue Dec 20, 2011 12:13 am | |
| wha! Why does it become it a BIG DEAL!? |
| | | paronia New Member
Posts : 3 EC-Points : 5 Thanked : 1 Join date : 18/12/2011 Location : earth
| Subject: Re: C++ Programming Tue Dec 20, 2011 4:47 am | |
| it's a big deal mr admin since it will affect the code if the html or the bbcode are not disabled . look at the code .. i sense more ' syntax error ' ! |
| | | jerufonsseca Admin
Posts : 4 EC-Points : 2011 Thanked : 2 Join date : 03/12/2011 Location : QC
| Subject: Re: C++ Programming Thu Dec 22, 2011 2:33 pm | |
| A good programmer can read even the most distorted codes and will not depend on copy-pasting without understanding how the code works.
This is my final message. I will quit as an admin. This is not the good place to teach. |
| | | Admin[dElmARk] Forum Owner
Posts : 78 EC-Points : 6304 Thanked : 21 Join date : 15/10/2011 Age : 29 Location : Philippines
Hacker's Info Hacking Exp: (0/0) Hacker Type: White Hat Hacking Title:
| Subject: Re: C++ Programming Thu Dec 22, 2011 2:41 pm | |
| |
| | | Sponsored content
| Subject: Re: C++ Programming | |
| |
| | | |
Similar topics | |
|
Page 1 of 1 | |
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| Latest topics | » Free all Premium Accounts 06.09.2014. Uploaded,Depositfiles,Keep2shar,Terafile,Bitshare eand moreSat Sep 06, 2014 2:17 am by claves » Free all Premium Accounts16.08.2014. Uploaded,Rapidgator,Depositfiles,Keep2share,Novafile,Share-Online,JDownloader2 and moreFri Aug 15, 2014 5:29 pm by claves » All Premium Accounts and cookie 17.04.2014.Wed Apr 16, 2014 7:38 pm by claves » All Premium Account and coocie 16.04.2014.Tue Apr 15, 2014 11:14 pm by claves » i am stuck in this please help me this is my first timeSun Mar 16, 2014 6:58 pm by anum bakhtiar » Free all Premium Accounts 25.12.13.Rapidgator,Lumfile,Filefactory,Freakshare, Netload,Extabit,Bitshare,Premium Cookies and Premium Javascript Wed Dec 25, 2013 3:05 am by claves » Free all Premium Accounts 17.11.13.- Uploaded,Rapidgator,Depositfiles,Extabit,JDownloader2,Premium Cookies and Premium Javascript Sat Nov 16, 2013 6:56 pm by claves » Free all Premium Accounts, Premium Cookies and Premium Javascript 15.10.13.Mon Oct 14, 2013 2:26 pm by claves » Free all Premium Accounts, Premium Cookies and Premium Javascript 08.10.13.Mon Oct 07, 2013 11:39 pm by claves |
Who is online? | In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest None Most users ever online was 23 on Sun Jun 25, 2017 2:06 pm |
|