Sublime Forum

Old version of Turbo C + Sublime Text 3

#1

Hi i have been wondering can I run or build a cpp file in sublime text using the Turbo C?

#include<stdio.h>
#include<conio.h>
void main();
{
	clrscr();
	printf("hello world");
	getch();

}
0 Likes

#2

yes, as long as you know how to do it in command line.

0 Likes

#3

well i can’t run it on sublime text can you help me? this is the turbo c i am using
https://developerinsider.co/download-turbo-c-for-windows-7-8-8-1-and-windows-10-32-64-bit-full-screen/
this is the error
image

0 Likes

#4

I don’t want to skip the prerequisite in my previous statement. Because any further discussion could be meaningless.


Does your statement imply “it can be run in command line”?

  • If yes, how?
  • If no, well then no.
0 Likes