Aaryan
try to launch it using a.exe (without ./)
thanks it works...it also works in vs code terminal with .\ somehow... could you share a resource where I could read on this stuff more and how it works etc.
Aaryan
ADITYA
yes, working now :)
Try to use the visual studio ide instead of vscods it better than that
Khobena
Hi
klimi
Hi
read the rules
Khobena
klimi
All read
then why do you not follow then? ._.
Khobena
Alright
Ajith
Hey anu one
Ajith
Hloi
Athanas
Done
Rose
Reported Lyncorootz [5057667282] to admins.​​​​​​​​​​​
Early
why while ((c = getchar()) != EOF) works but int,c c=getchar() while ((c)!= EOF) doesnt work
ADITYA
#include <conio.h> is the preprocessor directive for the getch(); ?? Or #include <conio> for vs code ide
klimi
why while ((c = getchar()) != EOF) works but int,c c=getchar() while ((c)!= EOF) doesnt work
the first code is run like this: start while loop: c = getchar() is c not EOF? c = getchar() is c not EOF? c = getchar() is c not EOF? ... the second is c is getchar start while loop: is c not EOF? is c not EOF? is c not EOF? ... The variable is never updated in the secend example.
EmbRio
Hello everyone i have a question and my question is how to run c program in sublame text editor.
klimi
Better to use vscode with mingw-w64 compiler
i think you just need the compiler and what editor you use it doesn't matter...
Bhupendra
Datat Structure and algorithms
Maxim
Коля
are just two terms
Average Indian programmer.
Dima
lol this goes to "c++ cringe posts"
Anonymous
Hi all
Simple Sorcerer
Hi all
nohello.com Lets go to the offtopic
Thomas
Are there any C group chats similar to this, targeted at pure kernel related things?
\Device\NUL
Link?
https://t.me/osdev/
Rose
Reported 𝐉𝐚𝐚𝐭 𝗕𝗼𝘆 [7107844901] to admins.​​​​​​​​​​​
Tejas
C programming language beginning
Tejas
C programming language from basic
harmony5 🇺🇳 ⌤
Rose
C programming language beginning
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
🥰Shavit✨🫣
Basics of c programming language
Dima
yes
Dima
is it exam time or what, why do we get so much of cringe posts recently
🥰Shavit✨🫣
What u r talking about??
Коля
C programming language from basic
Its not a searching engine.
Yash
hey guys is there any site or could anyone just help me with where can i get some ideas of what i can code or questions?
Siddhanth
Replit*
Siddhanth
You can code there....and I have a suggestion
Siddhanth
Whenever I code....I come up with creative ideas like what can I code with c++
Siddhanth
Like a bank website.....or something
Yash
Replit*
okay imma go check it
Yash
Like a bank website.....or something
yea but i need questions from beginning too :) to practice
Yash
if there is any site or source where i can get questions to practice could you tell me
ADITYA
#res
Rose
#res
Please check out this channel - @Resources for information on learning sources for C and C++ (books and videos) and Frequently Asked Questions.
Tim
Hi all, had to trim this down a bit to post, but wondering if someone can steer me in the right direction regarding pointer to pointers.. not getting the results I had expected.
Tim
how am I supposed to post in this group?!
Коля
Hi all, had to trim this down a bit to post, but wondering if someone can steer me in the right direction regarding pointer to pointers.. not getting the results I had expected.
Firstly, it should be noted that there is no such thing as "pointer to pointer", in professional circles as far as I know it is usually called double pointer. And secondly, you should specify what results you would like to get.
Avinash
/start@MissRose_bot
Rose
/start@MissRose_bot
Heya :) PM me if you have any questions on how to use me!
Thomas
Was looking into arduino and saw it is coded in C++ was wondering if it is simple to also code arduino in C?
Andrey
Never Spam Bot
Str sent multiple messages that looks like a spam. Write something about yourself below this message. If I see that you are human, your messages will no longer be deleted. Spam deleted in this group: 1043 See spam? Quote it and send /spam
ADITYA
I need help I have switched to linux ubuntu how I download the compiler for c and c++ . By the terminal
Dmitriy
Hey folks)) i need help how make array with input user?
Simple Sorcerer
Hey folks)) i need help how make array with input user?
By allocating dynamic memory, only then be sure to clear it
Simple Sorcerer
int *a = new int [5]; delete[] a;
Simple Sorcerer
int *a = malloc(sizeof(int)*5); free(a);
int *a = new int [5]; delete[] a;
Hi all.This method is better or malloc one for c++?
Vishal
/start@MissRose_bot
Rose
/start@MissRose_bot
Heya :) PM me if you have any questions on how to use me!