Anonymous
hello
klimi
Anonymous
Hi
std::cout << “ Hello “ << std::endl;
🐰🐾 سمیه
Hi, why rose doesn't work in other groups?
Siddharth Sahoo
Can anyone suggest me some good IRC clients for windows which are free of cost and easy to use with good features.
detergentTikiya
lightweight and good
Anonymous
Hmm
Siddharth Sahoo
detergentTikiya
I have probably misunderstood your question...
No problem. Actually I missed on gdb thing. I took another look and figured out what went wrong
𝕵𝖔𝖘𝖚𝖊
Hello! I search for GTK 3 courses and/or books, any idea about where i can find this?
Elnee
Hello! I search for GTK 3 courses and/or books, any idea about where i can find this?
https://stackoverflow.com/questions/6746693/gtk-3-0-and-gnome-3-programming-any-blog-or-book-or-tutorial
𝕵𝖔𝖘𝖚𝖊
Nice, thanks!
Elnee
Thanks to Google
𝕵𝖔𝖘𝖚𝖊
😂
Anouck
hello everyone :)
Anonymous
Is "abc" in cpp a string or const char pointer?
Anonymous
Who knows how to set up glfw with VSCode
Anonymous
I am having a hard time understanding
klimi
Who knows how to set up glfw with VSCode
well vscode is an editor and glfw is c lib
BrainChild
Someone Kindly help me implement the Knock knock joke in C
Anonymous
So you mean it is not possible
Anonymous
I have set c++ to compile nicely I love the ui so I thinking of writing my opengl code in it
klimi
you can build you application with it
klimi
but vscode is jsut editor
Mihail
Have a look
Otumian
Someone Kindly help me implement the Knock knock joke in C
Take this to #ot and instead of implementation, seek design or interface.. Or rather think this way..
Anonymous
std::cout << “Hello” << /n;
Anonymous
thats ?
klimi
#noendl
I think in this message flushing the buffer is fine
Mihail
std::cout << “Hello” << /n;
std::cout << "Hello\n";
Anonymous
thanks
Mihail
I think in this message flushing the buffer is fine
Here it's not that big of a deal
Mihail
But also doesn't have an advantage either
klimi
But also doesn't have an advantage either
The message needs to be send so flush is Adequate
Mihail
The message needs to be send so flush is Adequate
Well it will be even if you don't explicitly flush
klimi
How do you know
Mihail
How do you know
cout has a destructor which will flush it
Mihail
Unless your program crashes somehow
klimi
Dunno how cout is programmed here
𝕵𝖔𝖘𝖚𝖊
/warn test
𝕵𝖔𝖘𝖚𝖊
ok, sorrry
n1coc4cola
/rules
𝕵𝖔𝖘𝖚𝖊
sorry*
n1coc4cola
?
n1coc4cola
n1coc4cola
XD
𝕵𝖔𝖘𝖚𝖊
my english is bad and just respond your message
Zorrito
Is anyone familiar with the "Make" extension on VSCode? I'm getting an error, but all it says is "make failed" and "Source: Make (Extension)" with no explanation why it failed.
n1coc4cola
nope, linux is better
n1coc4cola
Zorrito
nope, linux is better
I AM using linux, but I'm just trying to make my project from VSCode instead of Terminal.
𝕵𝖔𝖘𝖚𝖊
YES LINUX IS THE BEST
n1coc4cola
tks
n1coc4cola
some one have some tracks to implement IMAP with Qt or know some libraries?
𝕵𝖔𝖘𝖚𝖊
mmmmm no
𝕵𝖔𝖘𝖚𝖊
Gtk?
𝕵𝖔𝖘𝖚𝖊
is very good
n1coc4cola
no I M A P
𝕵𝖔𝖘𝖚𝖊
mmmmmmmmm i'm not know
n1coc4cola
not G T K, ineedn't it... I'm creating a mail app
𝕵𝖔𝖘𝖚𝖊
yes, but i'm not know a library for this
Anonymous
Guys, why is python used as a database for c++?
...
where do you get your dope, i want that stuff lmao
professor
maybe he meant about automate the process
🎩
storing data from c++ program to a database with python?
Otumian
storing data from c++ program to a database with python?
I can't see this much.. Except you are talking about different apps, using the database..
Anonymous
where did u hear that
My prof told me that we are going to use python as database for c++ program