C language: compile in Notepad++ NO PLUGINS REQUIRED

preview_player
Показать описание
#NotepadPlusPlus #CLanguage #NotepadPlus

IT-guides for programmers. A simple explanation of computer technology. How to learn programming from scratch from basic to professional level. Computer science, logic, programming languages, algorythms, coding tips and tricks. We post videos about git, github, C language, C++, Python, R language, gamedev, web server etc. How to start IT-career. Developement lifehacks and tech-talks.

If you want to really understand how the computer and internet works — subscribe to our IT-community. To become programmer — watch our step-by-step informative lessons and apply knowledge to your own project. Practice everyday and share your progress in comments. We are happy to communicate and answer your questions!

🐻 igroglaz: I've developed my first website in 1999; work in IT from 2006; defended PhD (DBs and webservices) at 2012. Focus on C language gamedev

🐱‍👤 Shtuky: PhD, programmer, mobile app developer, love statistics and pizza
Рекомендации по теме
Комментарии
Автор

I'm sold, you got a sub!
Now I got a roguelike game in C i need to make...
...following your tutorial videos of course!

pietraderdetective
Автор

Greetings! This is a cool trick! I love using Notepad++ and I want to learn C in the simplest way possible. This will definitely help. Hope you have a good day.

kevinbooms
Автор

It surely feels different getting a programming tutorial from a Russian. Thanks, prof.

Mahmood-
Автор

Думаю, почему голос такой знакомый, а потом вспомнил, что смотрел Ваши уроки игры на гитаре =)))

anatolyselivanov
Автор

hello, when i open up a file in notepad++ the language has alot of foreign symbols and language, i've tried chaning to english and html and other recommendations that i have seen in alot of videos and i can't change it, please help.

kingmx
Автор

thank you for your video, is there is any way to save file, build and run in one command like code::blocks

sohaibmagrabi
Автор

thx :D
but is another directory (like D drive) also possible?

Mark-
Автор

Thank you for this video!

I have a question:
this command will execute, compile and then run the 1.cpp in the specified directory.
what if I want to generalize this, to compile and run any opened and save file in notepad++?

Gpt answered this guestion as:
cmd /k "cd /d %directory% && g++ %filename% -o %filename:.cpp=.exe% && %filename:.cpp=.exe%"
which's giving the error: The system cannot find the path specified.

abdullah.alkheshen