BinaryByter
google ieee754
PM
Well if you don't have a choice then you don't have a choice.
Its not only about choice . If its necessary for placement or others then i can learn it in part time..But I have to get placed in google or Amazon etc.. at any cost
Talula
Its not only about choice . If its necessary for placement or others then i can learn it in part time..But I have to get placed in google or Amazon etc.. at any cost
Placement is about your work and your luck it has nothing to do with programming language... and once you know one language, you know all the languages.
Alexander
does anybody have already used Ninja build system?
Pavel
Then should I not learn java ?
Java is not the best choice in these days. You can earn money with it, but you're robably going to support some old codebases. And also there are lots of languages besides C++ and Java. If you want to Google, they're searching for C++ developers as I know. But you will need to learn a lot first (mostly things not bound to a specific language: alghoritms, multithreading, optimization, etc.)
Farhan
Why are you using Int32?
@Tazmikar anyhting?
Talula
Clean your monitor...
Talula
@Tazmikar anyhting?
Try using int instead of int32
Talula
Read the pinned Message your homework is not a valid question... secondly clean the monitor how can you send a picture with a that kind of dirty screen don't you feel ashmed about it?
Dima
You gotta read the neighborhood rules
Dima
posting photo of a monitor is kinda awkward and retarded
chandu
🙂
Anonymous
Guys, how can I create a glfw window without a console window behind
Anonymous
The main window
Anonymous
I have tried many times but it does not work
Anonymous
Help
Roxifλsz 🇱🇹
Guys, how can I create a glfw window without a console window behind
If you're using gcc on windows then add -mwindows to your compiler arguments, that should help IIRC
Anonymous
😢
Dima
try winmain instead of main if you are @ windows
Anonymous
Thanks guys I will try
Vishal
Can I share here snapshots of the question??
ManFromTheK
Hello
S
/get
Dima
Why
அனெஸ்குமரன்
/get
Dima
Why the hell you have to click this
Dima
அனெஸ்குமரன்
Guys any ideas 4 build arduino weather proj?
Dima
sounds cool
Mihail
does anybody have already used Ninja build system?
i've used it a little bit. why?
Alexander
i've used it a little bit. why?
what do you think of it?
Dima
Mihail
what do you think of it?
it's fast and if you pick a good meta-build language you'd get the best of both worlds (speed and features)
Mihail
i tried it with gn
Alexander
i tried it with gn
Oh, thank you. I will try ninja for cmake.
Anonymous
/saved
Anonymous
/notes
Anonymous
/get
Anonymous
/get awesomeness
Ankit
/get
Ankit
/get callingfunction
Riyaz
Best cpp program type window 7 OS plz send
Riyaz
Editor
I_Interface
Editor
VisualCode, Notepad++
Riyaz
Notepad++ editor how to setting compiler and run turbo cpp
void
Notepad++ editor how to setting compiler and run turbo cpp
You can compile your code from terminal
Nikolas
Why turbocpp🤦‍♂
Riyaz
Turbocpp editor my question is some program different editor cpp program run
Riyaz
Notepad++ window editor possible to cpp program type and run in this editor
Riyaz
Editplus possible to cpp program
Badugar
Notepad++ editor how to setting compiler and run turbo cpp
Use something that's not over 15 years old.
Riyaz
Editplus compile any programming language run just setting and run programming
Nikolas
Editplus possible to cpp program
Can you please use Google translate for your question? They would be easier to understand
Jonathan
Does anyone know how i can move a label in qt using buttons?
Stephanie
Hello
Anonymous
Hi
Anonymous
Hi
Dima
Jonathan
Does anyone know how i can move a label in qt using buttons?
Qwhesi
BinaryByter
Does anyone know how i can move a label in qt using buttons?
Connect buttonPushEcents (or whatever they are called) to the buttons and make them manipulate label.position
Lauri
Is Turing complete language has everything in every other language
Lauri
???
Swaroop
https://paste.ubuntu.com/p/Ds8qcrjHwJ/
Swaroop
https://paste.ubuntu.com/p/Ds8qcrjHwJ/
Is this code perfect or can it be more perfect for acsii to float implementation
olli
Is this code perfect or can it be more perfect for acsii to float implementation
your implementation does not support all formats that atof does. Futhermore the signature is different and hence your implementation lacks precision
Swaroop
Give me some test cases
olli
What formats am i missing in the code ?
e.g -0x1afp-2 or 15e16 or 2.f
olli
furthermore it crashes for inputs it can't parse instead of handling them
Swaroop
Okay thanks for the help
Anonymous
Their is gui in c language? And if so how? And can I do it in visual studio?
Ahmed
Yes, GTK and i don't know about using it with VS but it's by default in code blocks
Zorrito
Their is gui in c language? And if so how? And can I do it in visual studio?
Yes, look up the OpenGL tutorial playlist on theChernoProject's youtube channel. He explains how to use GLFW/GLEW and talks a little about Dear ImGui.