deltanicola
i didn't know it!
AjRdj
ok ,your welcome then😃
AjRdj
gn
AjRdj
good night
deltanicola
gn
Jay
Top T : Trollface Was Real
😂
Anonymous
hello . anyone knows channels or groups for learning?
Hugues
This one I guess :D
Jay
If C/C++ this is the one
Anonymous
If C/C++ this is the one
i mean a one that posts lessons
Jay
i mean a one that posts lessons
That's Tricky .. can't have lessons on channel
Jay
Besides best way to learn is practice
Jay
Like painting.. if you just read theories and look at other people paint won't help you lot
Jay
If you are serious about learning C .. pick up book and start reading and do exercise flowing chapter :)
Jay
And pick any Unix based PS for learning
Anonymous
practice wont give me what i want.. because i need to understand how codes is related with the sys
Anonymous
like what is the role of # what it means?
Anonymous
with practice i will learn how to code how to get things done
Jay
like what is the role of # what it means?
Okay .. there are books for understanding C and unix system programming
Jay
with practice i will learn how to code how to get things done
Generally man page of unix systems gives you lot of ideas
Jay
oh great😃😃
Check out Minix
Anonymous
do u know any specific book
Anonymous
Jay
Or get hands dirty with any of BSDs
Anonymous
thats great
Anonymous
thanks .. really🙏
Jay
No problem
Anonymous
Hello everyone, I am learning c++, I know any of c, I trait to use pointer in a constructor and I make a one example but a don't have idea what is it the problem, any idea? tanks
Anonymous
Anonymous
Stanislav
remove base initializer from account function
Anonymous
Where ?
Stanislav
void Crea_object::account(int* _a, int* _b) { } you don't need :Crea_objeto(_a,_b) here, it's only for constructors
Anonymous
Aaaaaaaa
Anonymous
Tanks
Anonymous
Estas usando Deepin?
Anonymous
Arch + i3
Anonymous
Hi
Anonymous
void HelloWorld(void) { printf("Test \r\n);
Jay
void HelloWorld(void) { printf("Test \r\n);
Max: void HelloWorld(void) { printf("Test \r\n); }
Anonymous
yhea forgot the }. So the highlighting is generated itself ?
Jay
Nope. It won't automatically correct syntax
Anonymous
Jay: Max: void HelloWorld(void) { printf("Test \r\n"); }
Anonymous
Max: void HelloWorld(void) { printf("Test \r\n); }
Anonymous
Max: void HelloWorld(void) { printf("Test \r\n); }
Jay: Max: void HelloWorld(void) { printf("Test \r\n"); }
Anonymous
Did someone know how to draw object with source code c?
Dioxidanyl
what "draw"?
Anonymous
Make a ball or something
Dioxidanyl
on screen? on terminal? or in memory
Anonymous
Can make it on terminal?
Dioxidanyl
you can use two-dimensional array like "char terminal[80][25]"
Anonymous
you can use two-dimensional array like "char terminal[80][25]"
Okayy ill try it later.. Btw thanks for responsive sir
Dioxidanyl
then print each row in terminal, after that use system("clear") (linux) to clear terminal
Anonymous
You could use some tools like openGL.
Anonymous
you can also use conio.h
Bismuth
Hey... new here ...and new to C++ too
Bismuth
Basically new to computer science
Roxifλsz 🇱🇹
Hey... new here ...and new to C++ too
Welcome to the group! If you have any C/C++ questions, we will be glad to help.
Bismuth
Cool... Happy to know that
deltanicola
Welcome here!
Anonymous
Welcomee here
correctmaninwrongplace
Welcome aboard
Theophile
Hey guys, I decided to install Manjaro Deepin on my pc
Theophile
Is there a way I can use VSCode as C++ IDE for game development in UE4?
Theophile
I really don't want to use Qt ☹ The interface is so ugly
Anonymous
VSCode does not use Qt as interface
Anonymous
Use something worse: Electron
Anonymous
hehe
Theophile
WTF are you talking about??
Anonymous
You can compile your own or get a dot deb
Palinuro
I really don't want to use Qt ☹ The interface is so ugly
qt is very powerful and you can choose your theme and your appearence, stop being a dinosaur and try its latest version with your customizations valve uses it for most of its games for example
Palinuro
Is there a way I can use VSCode as C++ IDE for game development in UE4?
and remember that visual studio code is NOT vscode (they are different products with different licenses) i strongly sugfest you to use the new atom-ide instead