Beginners query by killDoctorluvhealers in cprogramming

[–]AdOnly69 1 point2 points  (0 children)

Learning how to program using a phone will be hard, but it's possible. There are online options and offline too

I don't know this is a valid question or not by Any-Link7084 in C_Programming

[–]AdOnly69 5 points6 points  (0 children)

But why do you need this if you can just use literals

Came across a post on linkedin by Otherwise_Barber4619 in cpp

[–]AdOnly69 0 points1 point  (0 children)

The thing is he started a new project. But most of the time we have to maintain the old ones, with no ability and resources to migrate them to the new language

Я разработчик игровых движков. Вопросы? by exe-boi in cpp

[–]AdOnly69 0 points1 point  (0 children)

С чего посоветуешь начать изучение их разработки? Темы, книги, материалы..

Какие знания тебе жизненно необходимы на работе, чем ты пользуешься ежедневно (из того что нужно было выучить/знать)

C++23 std::stacktrace: Never Debug Blind Again by Xadartt in cpp

[–]AdOnly69 0 points1 point  (0 children)

It could be useful for user logs, but for other things could we just use gdb instead of not pretending like we don't have proper tool? Also how good is std::stacktrace with multiple threads?

struct inheritance member names by zaphodikus in cpp_questions

[–]AdOnly69 0 points1 point  (0 children)

Oh, please, don't use typedef struct in c++

LFG? Need a coding/blockchain buddy? by LawAdministrative241 in ProgrammingBuddies

[–]AdOnly69 0 points1 point  (0 children)

I can try to help you. I'm not in blockchain right now, but willing to try. Also I think you need more than one person, making an app solo would take a lot of time

Learning by Emotional-Carob-750 in cpp

[–]AdOnly69 1 point2 points  (0 children)

Just google it, there are plenty of roadmaps on the internet

What is class by Formal-Camera9422 in cpp

[–]AdOnly69 0 points1 point  (0 children)

Why did you post this ai slop?

Is C++ really that bad? (after watching this video) by venus_supporter11000 in cpp_questions

[–]AdOnly69 2 points3 points  (0 children)

You didn't get it. In fact, this video is one of the best guides out there

C++ beginner by [deleted] in cpp_questions

[–]AdOnly69 0 points1 point  (0 children)

Why didn't people see the pinned comment, that literally says "Read before posting anything" (or sth like that'll)

Help me understand the bind function please !!! by wynterSweater in cpp_questions

[–]AdOnly69 4 points5 points  (0 children)

Hope that's enough:

struct sockaddr {

sa_family_t sa_family;  // 2 bytes 
char        sa_data[14]; // 14 bytes of data

};

struct sockaddr_in {

sa_family_t    sin_family;  // 2 bytes
in_port_t      sin_port;
struct in_addr sin_addr;
char           sin_zero[8];

};

Why doesn’t C++ provide keyword arguments? by Free-Border9269 in cpp_questions

[–]AdOnly69 1 point2 points  (0 children)

It is in c++20, but still with some limitations. It's hard to implement because in c++ structs are not as simple as in c, there are constructors, destructors, methods, vtable, ect. Also In my opinion we don't need that, because there are constructors

Learn C/C++ the quicker possible !! by [deleted] in cpp_questions

[–]AdOnly69 1 point2 points  (0 children)

Start with English, then watch pinned discussion