Ishikawa
😂
Al
😂
Anonymous
Cam anyone help me to solve this
Anonymous
Today is last day to submit assignment
Anonymous
Plz dm anyone and help me 😔
ㅤㅤㅤ
How to make a windows app of any c++ code?
christian
Gentlemen, let me ask you a question. which c / c ++ compiler recommends and which does not?
For me the compiler I like the most for PC is Codeblocks and for Android is Mobile C
christian
which is pure ide for programming? bcz i searched in internet, this group, most i found is that vim, visual code, atom and most applications are all text editors
I tried Visual Studio Code but I didn't know how to run code with it 😂💔 so I prefer you use IDEs for their specific languages e.g C/C++ use Codeblocks Python use Pycharm
christian
Anyone know good IDE for JavaScript?
Xudoyberdi
Me too 😂💔
I use onlinegdb.com 🌝
christian
I use onlinegdb.com 🌝
Oh you use online compilers?
Xudoyberdi
Oh you use online compilers?
Sometimes, other times, codeblocks
Xudoyberdi
But I prefer design😟😕
Anonymous
Xudoyberdi
visual code is better
Couldn't set up😭
Anonymous
why ?
Xudoyberdi
Next time I will have night mode internet, I will try again
Xudoyberdi
why ?
I didn't try enough
christian
why ?
Lemme take a pic then show you what's wrong with my code
Xudoyberdi
/get cpp
olli
why do so many people have issues setting up their VSCode? It's pretty straight forward.
Anonymous
what ? I don't have visual code now. It is on my ubuntu pc . Now,I am using nano(just using terminal) .
Xudoyberdi
why do so many people have issues setting up their VSCode? It's pretty straight forward.
Me, I didn't try setting up enough. I'm sure it's easy🌝
christian
.
It's now working 🎊🎊 thanks tho
Anonymous
what do you mean by setting up ? As I remember it have to install and very easy
Anu
Friends , I have source code of an old cpp project ,anyone can help me to open it up for reading and further use. Thank you.
Anu
I can PM you in 15min
christian
Anyone with a Python group link?
christian
@Python
Thanks a lot bro 😜
Xudoyberdi
@mmap55 as this says, have to download and install compiler, but I installed vscode and downloaded extensions and tried to run code but didn't work
Xudoyberdi
No, I didn't follow these steps
Xudoyberdi
have you followed all the steps?
I watched YouTube tutorial
Xudoyberdi
The guy was using Mac but I am on Windows
olli
The guy was using Mac but I am on Windows
make sure to install a compiler, otherwise it won't work
Anonymous
#cpp-vscode
it is for windows.But,I am using Ubuntu + Parrot sec. It is very easy to install in Linux pc.
?
anyone here using tdm-gcc
klimi
anyone here using tdm-gcc
probably, why do you ask?
Anonymous
hi guys, is there anybody to help me to print the alphabet (W) pattern in c?
iphone
int a='a'; while(a<='z') printf("(%c)",a++);
Xudoyberdi
where to extract minGW archive file? can i extract anywhere?
Anonymous
ı mean ; print letter W with star pattern ( row _lenght will be 5)
Anonymous
where to extract minGW archive file? can i extract anywhere?
Use Msys2 instead of mingw it has gcc 10 and more libs and programs
mahdi13
hi how to get ramdom number in 5-10 range in c++?
Alex
hi how to get ramdom number in 5-10 range in c++?
use any random generator and % 6 + 5 to the result
mahdi13
im new in c++ can you help in detail?
K M GANDHI
anyone please let me know "what are the platforms to practice data structures..."
Xudoyberdi
make sure to install a compiler, otherwise it won't work
i did every step except that i might have extracted minGW file in wrong place, 2 problems are popping up, vscode is not understanding #include and <stdio.h>
Xudoyberdi
have you added the compiler to your path? Have you opened a workspace?
what is path? is it a file where vscode was installed in?
olli
what is path? is it a file where vscode was installed in?
- Add the bin directory to your environment path (the bin directory is your target directory + MinGW\bin, so in this case it would be C:\MinGW\bin) - You should be able to open a command prompt and verify your compiler is found, e.g. by entering gcc --version Have you done that part? Have you tested gcc --version in a command line? If not, you need to tell Visual Studio Code where your compiler is installed to, the easiest and most comfortable way is to add it to your path. Also because this allows you to compile from the command line. If you do not already have it in your path, you can add it via running setx path C:\MinGW\bin;%PATH% (do at your own risk) or by using the UI
Al
a is a character not an integer
in C a char IS an Int ... unsigned short int
Al
so that code will go
Xudoyberdi
Also, visual studio code is not installed in C/program files or program files (86), whatsoever
Ishikawa
I know I've asked this before, I forgot how it was done. Please be kind once more. How to make a variable accessible to system command. I want to do something like this. string var = "abc" ; system(echo $var); Of course won't does not work. How to make it work?
Ishikawa
*Of course it won't work.
Suka
how is this even related to my question
you need to modify shell environments?
Ishikawa
what are you even saying?