Search found 191 matches

by cyboryxmen
January 26th, 2025, 10:59 am
Forum: Everything
Topic: Real Mode can kiss my hairy butt
Replies: 1
Views: 2833

Real Mode can kiss my hairy butt

Real mode? More like dumb



























RISC-V is the better architecture anyway. Don't @ me.
by cyboryxmen
June 14th, 2020, 7:20 am
Forum: Everything
Topic: Best Framework for Windows Applications?
Replies: 2
Views: 2407

Re: Best Framework for Windows Applications?

SDL is another option but it's meant to be low-level and for high performance applications like video games. That can make it more complicated than you need it to be. QT is going to be the better choice for most cases. If you don't need high performance, you should just use C# .Net. It's Microsoft's...
by cyboryxmen
June 9th, 2020, 3:39 pm
Forum: Everything
Topic: The official Planet Chili Coding Format!
Replies: 1
Views: 3042

The official Planet Chili Coding Format!

The official Planet Chili coding format is here! Now you too can code c̶l̶o̶s̶e̶ ̶e̶n̶o̶u̶g̶h̶ ̶t̶o exactly like Chili with this .clang-format file ! Just place the .clang-format file in your project's root directory and open the project in Visual Studio. Now the editor should auto format your code ...
by cyboryxmen
June 6th, 2020, 3:53 pm
Forum: Everything
Topic: A philosophical question
Replies: 1
Views: 1923

A philosophical question

For centuries, programmers have asked themselves countless times one fundamental question:


























































Should you name the folders "source" and "include" or "sources" and "includes"?
by cyboryxmen
June 6th, 2020, 3:21 pm
Forum: Everything
Topic: My First CMake
Replies: 3
Views: 3110

Re: My First CMake

I really love how Visual Studio automatically changes the CMakeLists.txt when you add/delete/rename files. Makes the whole process so much more convenient.
by cyboryxmen
June 5th, 2020, 1:35 pm
Forum: Everything
Topic: My First CMake
Replies: 3
Views: 3110

My First CMake

Open this folder in Visual Studio to start using CMake! What's CMake? CMake is a build system designed to build C++ projects. What's a build system? Well, you know how a C++ compiler creates an application from source(.cpp) files? Those source files also `#include` header files too. Question is, ho...
by cyboryxmen
May 26th, 2020, 12:52 pm
Forum: Everything
Topic: Discord
Replies: 9
Views: 5754

Re: Discord

Imagine not owning several prepaid sim cards and cheap Motorola phones for 2 factor authentication purposes.

This post has been made by the Security Analysts gang.
by cyboryxmen
May 25th, 2020, 4:23 am
Forum: Everything
Topic: Discord
Replies: 9
Views: 5754

Re: Discord

Don't you guys have phones? 😠
by cyboryxmen
May 11th, 2020, 2:13 pm
Forum: Everything
Topic: This is actually nice
Replies: 5
Views: 4081

Re: This is actually nice

I think you're actually nice Albinopapa
by cyboryxmen
May 11th, 2020, 2:12 pm
Forum: Everything
Topic: local static or not ?
Replies: 5
Views: 3534

Re: local static or not ?

No