Mr.
I mean I don't know anything about that
Anonymous
make works on Windows. There is a windows binary for make.
Yes it is, BUT have you noticed that when you writing makefile you use unix-like shell commands, which is not presented on windows. Also there are different include files and in makefile you need to specify all of them manually, while there it can be done automatically in meson.
Mr.
What does it mean
Anonymous
Hello!!!! Help me please Creating a video game in graphical mode, which displays image cuts and the use must recover the initial image by moving the cuts of this image.
Anonymous
Please Executing a application in graphical mode, which permits to test the seized value by clicking on a button and to displaying a box message if the seized value is a number, a string of characters,..
Mr.
So can you teach me
V01D
So can you teach me
Google can. We can answer your questions if google could not help
V01D
Take a C++ course on youtube. I am doing the one from caleb curry, he is good
Mr.
Ok can I use may phone in doing
V01D
Ok can I use may phone in doing
Yeah, in android but a computer is better.
V01D
For online code (for testing) use cpp.sh
Mr.
Now my computer is not working
Mr.
So I should me you on YouTube
Anonymous
You should not use shell.commands in a makefile
I don't do this, i don't write makefiles. But may i ask you how do you write makefiles without shell commands ? Also windows native compiler and gcc have different flags
Mr.
For online code (for testing) use cpp.sh
So I should download the c++
V01D
So I should download the c++
Watch caleb curry on youtube
Mr.
Ok
Mr.
Thanks
V01D
I don't do this, i don't write makefiles. But may i ask you how do you write makefiles without shell commands ? Also windows native compiler and gcc have different flags
I mainly use wildcard for src/*c/cpp but if the project is bigger (like a game engine) I use shell since that is a binary windows has too. Either with a unix shell emulator or via cmd with the binary in PATH. I use a unix emulator all the time on windows so... I like having / instead of \ and wget / curl and bash scripts and all
V01D
I don't do this, i don't write makefiles. But may i ask you how do you write makefiles without shell commands ? Also windows native compiler and gcc have different flags
Look at my github for my makefiles (gameengine and BreezeOS are the ones. Since they have a lot of dirs and subdirs I use find.
Anonymous
You write Makefile.win for windows :) I use wildcard and the make rules
And at the end we come to use different build recipes for different operating system. While we either can use native MSBuild on windows and make on unix like sytem or even write one meson.build file
Anonymous
Look at my github for my makefiles (gameengine and BreezeOS are the ones. Since they have a lot of dirs and subdirs I use find.
There is only BreezeOS repository present. BTW why do you added object files into repository ?
User404
/get cbook
V01D
There is only BreezeOS repository present. BTW why do you added object files into repository ?
There is also a lovelyGameEngine and a skyEM. Then two forked ones
V01D
I only starred BreezeOS.
Anonymous
Anonymous
V01D
Yes it is
Read bootsector game programming
V01D
Displaying images in 16 bit real mode is way over my head
Anonymous
But i don't find a code of this game
Anonymous
Diy
What ?? I don't undestand
FJ
Good night I am here for leerning
Spectre
help me understanding where the error is
Zigzag
Int main(){ //some code return 0; }
Zigzag
Delete 9 string
Anonymous
/report
Anonymous
Also Dev C++
Kenny
help me understanding where the error is
You must define your function outside main
Anonymous
Hello!
Anonymous
What do you think of the library {fmt}?
Kenny
What do you think of the library {fmt}?
It seems simple to use, it's like a mix between c and c++ i think
Z0OM
can two template specialisation classes of a template class have different functions?
Anonymous
It seems simple to use, it's like a mix between c and c++ i think
And it seems to allow us to print in different colors?
Kenny
And it seems to allow us to print in different colors?
Mmmm lol, i just seen its GitHub s little, can we? hahaha What you mean about different colors?
Anonymous
Maybe?
Anonymous
Hahahaha
Kenny
Maybe?
I don't get it hahaha
Kenny
Do say in terminal? Or files? Lol
Anonymous
Terminal of course
Kenny
https://github.com/fmtlib/fmt/blob/master/include/fmt/color.h
Kenny
We can 😎😎
Anonymous
Roxifλsz 🇱🇹
help me understanding where the error is
/warn screenshot, use a paste site next time
Anonymous
What is the name of site
Anonymous
https://github.com/fmtlib/fmt
Anonymous
Ok thank you
Anonymous
Are you developper
Anonymous
You are welcome
Anonymous
no
Anonymous
Ok niether i am ..
Anonymous
It's said that c++20 std::format gets its idea from this library, doesn't it?
Anonymous
But it still seems better than the std one.
Nitesh
Here are some cool text editors: Atom VScode Notepad++ / Notepadqq Emacs or VIM if you want to invest some time learning them And some IDEs: Geany Netbeans Eclipse The intelliJ IDEs, some of them are paid only tho
Thanks bro! I liked atom's interface and also it is easy to use text editor.😊🤗 But in ides I found code blocks more easy to use for c & c++ and NetBeans helps in Java. BTW I'm windows user can you please suggest me some other ide for c & c++.
Anonymous
I prefer VS.
Nitesh
I use Qt Creator (due it is cross platform, and ease of use) however, VS is more recommended for windows
Sir, I use Visual Studio for many purposes. And I had install qt creator but I couldn't understand how to setup it.
Nitesh
I prefer VS.
Thank you. I'm already using it.😊