Anonymous
Dima
*ass-long code snippet messages incoming*
Anonymous
I guess Visual C++
Igor🇺🇦
What is the best library to use to build user interface?
What kind of question is this? Depends on so many factors. If there was "the best" we wouldn't need any other. Here are some examples with short descriptions and screenshots https://philippegroarke.com/posts/2018/c++_ui_solutions/
Anonymous
Just programming some basic stuff using stacks in C
Anonymous
Data structures
Henry
The c programming langauage book by k&R is the best book
Shvmtz
In which letter case should we name the functions in C and C++ ?
olli
In which letter case should we name the functions in C and C++ ?
Every project/company uses their own style guide for c++, choose one and be consistent
mov $22, %rax
Every project/company uses their own style guide for c++, choose one and be consistent
well yes, but most programmers choose low-case letters as far as I know
Anonymous
What best book to read as a programmer?.
Saeed
What best book to read as a programmer?.
Dude, the rules very clearly banned this type of quistions ! BUT, trying to be helpful, I know a couple of books. Which language do you want?
Anonymous
C++
Anonymous
Java
Prince Of Persia
C++
As begginer?
Anonymous
Yes
Prince Of Persia
In English?
Anonymous
Yes
Prince Of Persia
Yes
The C++ programming language 4th edition I guess it's for beginers too
Anonymous
Okay
Anonymous
Read the link
Anonymous
Can C make connections to a database?
Dima
C can everything
Anonymous
No
Prince Of Persia
C can everything
Except OOP 😅
Dima
Except OOP 😅
It has polymorphism! void* lmao
Prince Of Persia
Anonymous
Google banned you?
also books, you forgot to mention them. Some of yours answers are just shittalk. If you dont want to help, why even write something?
Anonymous
As begginer?
The link you send to me can't see it on chat box can you please respond to me again
Prince Of Persia
Anonymous
>
Anonymous
Except OOP 😅
C++ can do that
Prince Of Persia
It has polymorphism! void* lmao
I know But you can't create big apps as easy as OOP languages
Prince Of Persia
C++ can do that
I know But C++ is a bit different C++ macros are different
Dima
if you want.. but I would rather not nowadays
Anonymous
Prince Of Persia
Anonymous
Георгий
Please speak russian
Anonymous
Anonymous
@Neko_cpp look at him
Anonymous
What's OOP
Anonymous
What's OOP
Try to google
Prince Of Persia
Go ahead
How can I run a C/C++ code in this group?
Anonymous
What's OOP
Object oriented programming
Anonymous
Thanks
Anonymous
Thanks
You’re welcome
Prince Of Persia
Go ahead
#include <stdio.h> void start(); void __attribute((constructor))__ start(); void start(){ printf( "Hello\n"); } int main(){return 0;}
Anonymous
How can I run a C/C++ code in this group?
Don't run, just send me snippets in which C and C++ macros differ
Prince Of Persia
There's no macro except an include
This is one command that you can't run in c++
Prince Of Persia
G++ no sopport it
Anonymous
So what?
Nameful
G++ no sopport it
What command?
Anonymous
The attribute is GNU specific compiler intrinsic
Prince Of Persia
#include <stdio.h> void func1(); void func2(); #pragma startup func1 #pragma exit func2 void func1() {     printf("Inside func1()\n"); } void func2() {     printf("Inside func2()\n"); } int main() {     void func1();     void func2();     printf("Inside main()\n");     return 0; }
Anonymous
There's no such attribute in C or C++ standard
Prince Of Persia
In c and c++
Anonymous
Dude
Anonymous
Are you serious?
Anonymous
It's not standard C or C++
Anonymous
GNU is not an only compiler for C or C++
Prince Of Persia
It's not standard C or C++
😁but work on clang
Anonymous
Nameful
😁but work on clang
It's an extension
Anonymous
Clang is designed to be backwards compatible with GNU
Nameful
(fancy word for violation of the standard)
Anonymous
Windows was built using C