⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 how to make conio.h work like mr.borlands conio.h in devc++5.txt

📁 Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primi
💻 TXT
字号:
  
  /// /// ///
  /// /// ///
  /// /// ///
  /// /// ///


 Hi, this is actually my first tutorial, somehow making me a part of the bored-proof people who tirelessly make tutorials.

 /**************************************************************************************
 btw, my name is Thirdy, a veritech fighter still in the 1st generation, no idea about  what I'm talking? Watch, Robotech, a 1985 anime, a really good anime.

 My site: www.thirdy.co.nr
 email: thirdy_boxster@yahoo.com
 ym: thirdy_boxster

 ***************************************************************************************/

 /* date created: May, 03, 07 */


 Ok let's get it on, hajime!


 /*DL's*/

  First download and install devc++5(if you haven't) at my site, www.thirdy.co.nr or    http://www.bloodshed.net/devcpp.html

  Then let's get a working conio.h and graphics.h from 
 http://www14.brinkster.com/aditsu/console/
 or here's a directlink for the Download we'll need
 http://www14.brinkster.com/aditsu/console/console_20041224.zip
 
 /*Installation*/

  Unzip the file that we just downloaded, open the "console_20041224" folder, the again,  open the "include" folder. 
  1.Cut all files inside (ctrl+x)
  2.Paste it in your include forlder in your Devc++ directory(mostly C:\Dev-Cpp)
  3.Overwrite it, or just place just place your old "conio.h" somewhere

  4.Go back to the "console_20041224" folder that we unzipped before, the open "lib"     folder
  5.step 1
  6.step 2, but paste it in the lib forlder instead

 /*Testing*/

  Create a new project in Devc++, then make your code, add clrscr(), gotoxy() etc.
 Before compiling, press ALT+P or right click on the project icon on the left then project  options.
  On the parameter tab, you'll see Compiler:, C++ compiler: and Linker: type -lconio in  the  Linker. Press o or click on Ok button
  And finally, press ctr+F9 to compile!

  And that's it, finally done my first tutorial, pls email me if you find bugs in my  tutorial, also check my site, check my games and help me , www.thirdy.co.nr , I'll also  upload a testing C-source code for this tutorial. 

  BTw, I give a lowlow price for only "YOU GIVE THE PRICE" tutorial on how to use graphics.h =) I need  money! Sayonara!!! Lt. Thirdy, Veritech Fighter

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -