☬ੴ Bassi
So it clears the log? Or stops loging
Anonymous
lol the whole qt lib for simple calc
Looks simple but isn't Took me 3 hours and still counting
Anonymous
So it clears the log? Or stops loging
Nope it just give you the number which you calculated log for
☬ੴ Bassi
Ow nice
☬ੴ Bassi
It's nice
Anonymous
Thanks
Anonymous
lol the whole qt lib for simple calc
You can see the code line number 315
Anonymous
Anonymous
Haha thanks bud
Brian
annoymously recieved? you use google and ask for email address makes no sense?
Thanks for pointing this out. We made the form and initially it had no email address box. Let us correct this. Sorry for that
Brian
https://goo.gl/forms/v6B10kzOvxyETgSz2 I am , analyst at *The Dapper Family* . I'm doing a survey that won't take much of your time. Kindly ignore the other link. Use this one since we don't require your email address and all your information is anonymously received. Thank you 🙂
Brian
^ not a good idea wnats email address probably for spam
You are a lifesaver. We have updated the link so no email needed. You can now check it out. Thank you 😃
Dima
What has C/C++ to do with these countries?
you won't believe.. c++ devs live there
Dima
hhahahahahah
Vyacheslav
you won't believe.. c++ devs live there
some C++ devs don't live but merely exist, like me (i'm still in Russia - it's not in the list)
Anshika
Anshika
can anybdy explain it
Vyacheslav
i, too, thought that "tnn" when i was in my early 20s
Dima
I am from russia too, but just because of my knowledge I am living instead of existing lol
Dima
Anonymous
I'm merely existing in brexitville
Dima
Talula
Are you guys in game development?
Talula
Pascal is big in Russian isn't it?
Vyacheslav
Are you guys in game development?
yes, i've worked in gamedev for three years.
Vyacheslav
Pascal is big in Russian isn't it?
yeah, object pascal is still alive, but i last wrote it in school (17 years ago)
Vyacheslav
i won't say it's big. C# is much "bigger"
Talula
yeah, object pascal is still alive, but i last wrote it in school (17 years ago)
I started using Pascal when I was 16... so 14 years ago, then my job needs me to write code in embedded systems so I use C or C++, sometimes I have to make interface software so I use to use C# but I'm thinking of shifting back to Object Pascal (Lazarus), it compiles native code like C++ and is easy to use for GUI.
Talula
C# is surely bigger but lacks Native code compilation... which is annoying at best...
Manuele
C# is surely bigger but lacks Native code compilation... which is annoying at best...
For .net core there is .net native. For unity il2cpp, for mono there is, for wpf there is ngen native
Manuele
So it's not true, you only have to know it
Dave
Is QT creater is good for creating APP???
Manuele
Can I write GUI application in C# that I can compile native?
Wpf has the option for the release compilation. Uwp has .net native which is faster than ngen
Talula
I tried release and it still asks me for installing .NET framework why is that?
Manuele
Even c++ has dependencies, see vc++ packages on windows
Manuele
Iirc there is the option to package all the .net dependencies in the executable
Manuele
But you should search
Talula
Native code doesn't mean no dependencies
But when I compile program using Pascal or Lazarus, I do not have dependancies... what gives?
Vyacheslav
But when I compile program using Pascal or Lazarus, I do not have dependancies... what gives?
i recall that executables produced by Lazarus were obnoxiously large
Talula
Talula
20MB vs 238KB for similar apps written in Lazarus and C#.
Vyacheslav
i'm sure, most of you know about this C++ 'interview': https://www-users.cs.york.ac.uk/susan/joke/cpp.htm
Vyacheslav
^^^ "You know, when we had our first C++ compiler, at AT&T, I compiled 'Hello World', and couldn't believe the size of the executable. 2.1MB"
Talula
Native code doesn't mean no dependencies
How do I compile Release... is that even possible in VS community edition?
Anonymous
Qt creator
Kushal
👍
Talula
👍
Marathi?
Manuele
How do I compile Release... is that even possible in VS community edition?
Yes, if you set release and then go to build settings you should see the ngen option. Or, if you use uwp, which you should, you only have to det to release to enable .net native
Talula
I don't think it works in Community Edition... that is what I have right now, I'll have to go to office to check... that'll be on Monday.
Manuele
You probably have to install it as an external component? Idk i don't use it
Manuele
(i mean wpf)
Talula
Let me check that..., thanks for the tip.
اکرم الدین
Ok
Anonymous
Ok
M.Azam
Hi Any short way in c++ to convert disemal number into binary
M.Azam
std::bitset<8>(number).to_string(); ?
Any usage of bin or hex I heared long time ago but forgot it.
Anonymous
Thanks
Dima
Dima
Dima
lol
Jussi
wtf
Jussi
oh my god
Dima
these bugs were found in xray engine
Jussi
what is xray engine?
Dima
Stalker game
Jussi
oh ok
Jussi
this must be the most stupidest error ever made
Dima
classic
Dima
there are the whole blog about errors like that one
Anonymous
Any experienced writer up?
Dima
found out using static analysis
Jussi
please link it if you find it
Jussi
Anonymous
I need help with an assignment