X3eRo0
thanks man
X3eRo0
you guys are awesome
X3eRo0
ok its time i download that huge ass app
X3eRo0
ye one more question
X3eRo0
can i do animation like a text scrolling through the screen
Ilya
can i do animation like a text scrolling through the screen
You can but this is done manually. By drawing text accordingly to create this effect
Talula
can i do animation like a text scrolling through the screen
Sure but you'll have to write it manually.
X3eRo0
you mean there is no function which does this
X3eRo0
how can i do it then
Ilya
you mean there is no function which does this
No, there is no simple funciton
Talula
You could use QT Classes and do it in C++
X3eRo0
is there a cansvas like thing
X3eRo0
You could use QT Classes and do it in C++
i dont want to get involved in qt
Ilya
is there a cansvas like thing
yes, it is "device context"
X3eRo0
so there is no way to do this in c
Talula
But device context is just a canvas and you'll have to write things manually.
Ilya
You could use QT Classes and do it in C++
Fuck Qt is a huge monster for sucha small app!
Talula
You have to tell it what to hide and what to display.
Ilya
so there is no way to do this in c
No, all Win API is in C. So you can do this in C
X3eRo0
ok
X3eRo0
so tell me
X3eRo0
can you guys give an example or web page with more info
X3eRo0
about the device context
X3eRo0
and how to write and hide stuff on it
Ilya
can you guys give an example or web page with more info
I don't have a good example at hand.
X3eRo0
X3eRo0
i made this in python using tkinter
X3eRo0
there is no way i can scale the text's size right?
Talula
there is no way i can scale the text's size right?
https://docs.microsoft.com/en-us/windows/win32/gdi/device-context-functions
X3eRo0
in this python example the text size was set to some 20 or 24
Talula
You can do anything any other language can do in C for Windows but most of the things have to be done manually.
Talula
You can do things which other language can't do...
X3eRo0
c is 💪
Vaishnav
Is there any group for C#?
Vaishnav
Do you have the group link?
Vaishnav
Thank you Taaz Mi.
X3eRo0
see you guys after some hours
Talula
X3eRo0
klimi
Anonymous
Really
Totally
Talula
Really
You're not suppose to say "P" word in this room 😝
X3eRo0
Gotcha
Harvey
Ok
Prateek
Anyone solve this error ?
MᏫᎻᎯᎷᎷᎬᎠ
I see warnings declined to 2
Anonymous
Is it for turbo c, screen photo or bad asked question?
Anonymous
one of these
I think I can warn for other thing🤔
Prateek
Int i
Thnqq
Anonymous
Anonymous
Hey help me If in base class and drived class there are two same functions With same return type Than how can we call the base class function with the help of object of drived class
Anonymous
Cast the object
Anonymous
Hey help me If in base class and drived class there are two same functions With same return type Than how can we call the base class function with the help of object of drived class
class Base { int foo(); } class Derived : Base { int foo(); } ... Derived obj; obj.Base::foo(); Kinda like that I suppose
Francisco
The best way would be dynamic casting to base class if you want to call the base one
Francisco
But it makes no sense, since you clearly overrided that function for that derives class
Francisco
No, it is not
It is. Is it a good practice? No, but 🤷‍♂
Anonymous
Thanks bro
Huy Piseth
Hi all i want join in groub i realy know about C/C++ so much
Huy Piseth
pleas help teach me thank
Huy Piseth
I have 0 knowledge C++ can help me out 😍
Anonymous
Got it
klimi
Good