Anonymous
Hello everyone, I've got a question
I love python but i'm learning c++.
I am not interested in c++
Is it necessary to learn it?
AushaTeam's developer@(巴尤)
Need help pls to compile this source in windows 64bit ??
https://github.com/pgarba/King
Anonymous
Pavel
Harsh
/notes
Crbala
/get -best-book
Mahsun
/get - cppbookguide
Anonymous
24_05_01_3
/howtopostcode
Bruno
...
#cbook
Anonymous
/get cppbookguide
Anonymous
/get calling function
Anonymous
/get callingfunction
Anonymous
Is this group owned by some website?
YasszxD
/learn
M
that's a pretty good visualization!
YasszxD
/learn
klimi
Anonymous
/learn
ninja
/learn
➓
int user_entered_number = 7
it will print —> 1231231
user_entered_number = 10
it will print —> 1231231231
any Logic Idea ? without counter veriable and array ….
➓
Help me
Marlon
/notes
Engineer
https://justine.lol/cosmopolitan/index.html
Engineer
Getting Started
Assuming you have GCC on Linux, then all you need are the five additional files which are linked below:
# create simple c program on command line
echo '
main() {
printf("hello world\n");
}
' >hello.c
# run gcc compiler in freestanding mode
gcc -g -Os -static -fno-pie -mno-red-zone -nostdlib -nostdinc -o hello.com hello.c \
-Wl,--oformat=binary -Wl,--gc-sections -Wl,-z,max-page-size=0x1000 \
-Wl,-T,ape.lds -include cosmopolitan.h crt.o ape.o cosmopolitan.a
# ~40kb static binary (can be ~16kb w/ MODE=tiny)
./hello.com
The above command fixes GCC so it outputs portable binaries that will run on every Linux distro in addition to Mac OS X, Windows NT, FreeBSD, and OpenBSD too. For details on how this works, please read the αcτµαlly pδrταblε εxεcµταblε blog post. This novel binary format is also optional: conventional ELF binaries can be compiled too by removing the -Wl,--oformat=binary flag.
Your program will also boot on bare metal too. In other words, you've written a normal textbook C program, and thanks to Cosmopolitan's low-level linker magic, you've effectively created your own operating system which happens to run on all the existing ones as well. Now that's something no one's done before.
Engineer
https://github.com/jart/cosmopolitan
ㅤㅤㅤ
Any good course for pointers?
Anonymous
A course for pointers... Really?
Anonymous
Is there any course for integers???
Anonymous
➓
Tangent Alpha
wow this gif is pretty good for beginners
Igor🇺🇦
➓
Okay someone ask me this question so I just put in this group soni get the answer
➓
Anonymous
Ranmuni Imesha Udayanga
Qt libraries wala source codes ewannako
Igor🇺🇦
Ranmuni Imesha Udayanga
Qt libraries source codes send to me
Stanislav
Tahmedur
Hi
Tahmedur
I want make a game with the concept of OOP
Tahmedur
Can anyone help me with that?
Tahmedur
2D game with graphic.h and it follows all oop concept
Vlad
Vlad
y tho?
Tahmedur
yah
Apk
yah
graphics.h is outdated
Vlad
yah
That header is probably older than you are
Tahmedur
But i need to use this for use my game
Vlad
Apk
Tahmedur
Yah
Vlad
Yah
Then do it like bitmap graphics I suppose
Tahmedur
But in my project they just allow me to use graphics.h
Tahmedur
We have to implement oop concept
Tahmedur
Ok
Apk
and if you face some issue you can ask here
Mahsun
/get - ossu
S
Thanks
Anonymous
mov $22, %rax
https://paste.debian.net/1178652/
I've written this function to turn a char* Buffer into a char** array of lines, but it doesn't work. Can you spot the error?
mov $22, %rax
Anonymous
I hope this solves your question