Skip to content

8035897601:AAHhRzKYkq1Of4QkhaKSRRnwhrnZiPR9c_8#2

Open
alitala10111k wants to merge 1 commit intoPanditSiddharth:npmfrom
alitala10111k:patch-1
Open

8035897601:AAHhRzKYkq1Of4QkhaKSRRnwhrnZiPR9c_8#2
alitala10111k wants to merge 1 commit intoPanditSiddharth:npmfrom
alitala10111k:patch-1

Conversation

@alitala10111k
Copy link

https://github.com/user-attachments/assets/7d7ec125-a7a6-4d9b-9e04-fc9cbd42b03a
Added Support for conio.h c library
In @CodeCompiler_Bot

But conio.h header file is useless in standard c

I added this because many students
Directly paste his code from turbo c ide
Which uses conio.h files methods

However those methods are useless in any other ide

Here is sample program with conio.h:
#include <stdio.h>
#include <conio.h>

int main(){
clrscr();
printf("%d", 5);
getch();
return 0;
}
Without conio.h:
#include <stdio.h>

int main(){
printf("%d", 5);
return 0;
}
Both will run successfully with same output

@alitala10111k
Copy link
Author

Create any compiler and run on your own compiler any code
IO @CodeCompiler_Bot
Join @LogicB_Support
Dev: @PanditSiddharth
I can compile python,Free to use 😉🤗and Secure🫠 .

@alitala10111k
Copy link
Author

https://forum.infinityfree.com/t/greetings/111376?u=aliblack
I can Send your address by pincode.
Bot updates: @logicbots
Support Group: @LogicB_Support
Creater: @PanditSiddharth

@alitala10111k
Copy link
Author

@ArGWg_bot

@alitala10111k
Copy link
Author

8035897601:AAGGIh0CSbgBF7wPzHIs3S9SL0FjSfiIHqI

@alitala10111k
Copy link
Author

bot.py

@alitala10111k
Copy link
Author

@ArGWg_bot

@alitala10111k
Copy link
Author

6944197527:AAEAstbznk2kGcuIJ_KPorfde4J630BLyA0

@alitala10111k
Copy link
Author

@Godalalitala_bot

@PanditSiddharth
Copy link
Owner

https://github.com/user-attachments/assets/7d7ec125-a7a6-4d9b-9e04-fc9cbd42b03a Added Support for conio.h c library In @CodeCompiler_Bot

But conio.h header file is useless in standard c

I added this because many students Directly paste his code from turbo c ide Which uses conio.h files methods

However those methods are useless in any other ide

Here is sample program with conio.h: #include <stdio.h> #include <conio.h>

int main(){ clrscr(); printf("%d", 5); getch(); return 0; } Without conio.h: #include <stdio.h>

int main(){ printf("%d", 5); return 0; } Both will run successfully with same output

Yes but many tries with conio.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants