- Raymond
NEvermind everyone. I figured it out. I just had to rename couple files to pch.h and pch.cpp apperently that's needed in visual studio
klimi
I don't understand why Microsoft went opensource
Roxifλsz 🇱🇹
I don't understand why Microsoft went opensource
Good for their bussiness, a rather large part of Azure instances run on linux, for example
klimi
Hm
klimi
Ok
klimi
But they destroy people
klimi
I hated microsoft
Dima
> hire indians
Roxifλsz 🇱🇹
> hire indians
>get windows 10
Roxifλsz 🇱🇹
klimi
But with where they are going I won't have any other way to go
Thierry TENE
My name is thierry
Anonymous
Hello Rose
- Raymond
Im
- Raymond
I'm going through some tutorials and the biggest problem I'm having is that It's super confusing until I can see the use of it in an example. Especially when it comes to constructions, classes, compositions...
- Raymond
So Is there any website or a place where I can see really good use cases and examples of tutorials for C ++ ?
- Raymond
Like how could those things be used in an accounting software? or an architectural software or crypto currencies?
Dima
just start doing some own project and you’ll get it eventually and probably fast
Dima
I have a feeling like you asked that a long ago lol
- Raymond
I don't remember asking that but possible I guess :D I'm having hard time putting it into my own projects because I'm really not familiar with use cases other than Crypto Currency maybe. Anyways, I guess there's not really a useful source on showing good examples for each tutorial use cases
klimi
Welcome
Ritu Raj
Plz explain output!!
Mat
You evauate x that is 0, so the if statement return false and the if doesn't execute the second part (the and will never be true). The ++ increments x
Paras
wait, shouldn't the if condition be true? x and y both evaluate to 1
Anonymous
Hello any books or websites to learn c++ from zero?
Paras
After the if statement I guess
x++ evaluates to x=x+1
klimi
x++ evaluates to x=x+1
But after the comparation
Mat
y = x++; means y = x; x = x+1;
Mat
if(x++) {} means if(x) {} x = x+1;
klimi
Oh
Mat
And to save time if a boolean statement is already defined it doesn't evaluate the rest: if (false && true) is read as if (false) That's why the y is not 1
Mat
Currently I'm learning asynchronous C, how can I prove the program is asynchronous?
Study its behaviour. If it's async, you'll notice it
Sherin
Do anyone know php and html?
Sherin
Sherin
Can i know why my coding cannot connet to mysql database?
BinaryByter
use webcpp
Sherin
I use notepad++
many
Study its behaviour. If it's async, you'll notice it
I see what you mean. Async functions do not run in particular order
many
Proved by printf()
BinaryByter
you can have a single core and still run async
Anonymous
Thanks
BinaryByter
?
he prolly had many functions that print out something and ran them on fibers
many
You guys are correct
many
https://i.stack.imgur.com/jaafm.png
Suraj
Can you help how to programming isoscale on c++
Ανδρέας 🇮🇹
If anyone can help me
what is a isoscale?
Suraj
what is a isoscale?
Do you know isoscale triangle
BinaryByter
isosceles triangle*
BinaryByter
what about it?
Ανδρέας 🇮🇹
Do you know isoscale triangle
sir i do know about isosceles triangle
BinaryByter
each and everything about isosceles triangle?
Ανδρέας 🇮🇹
yes sir sine/cosine laws
BinaryByter
dafaq do they have with isosceles triangles?
Ανδρέας 🇮🇹
isoscele triangles are a subset of triangles
BinaryByter
they are triangles which side lengths are equal
Roxifλsz 🇱🇹
sir i do know about isosceles triangle
>sir Since when are you an indian?
Ανδρέας 🇮🇹
BinaryByter
>sir Since when are you an indian?
Since each and every day of my life
Roxifλsz 🇱🇹
Sir this is racist
Not racist if it's true
Anonymous
What's the error give while running this file ?
Sherin
What's the error give while running this file ?
No error,but the data could not save in sqldatabase(phpnyadmin)
Anonymous
I think problem in your query : try this "INSERT INTO register(nama,email,nombortelephone,katalaluan,ulangkatalaluan) VALUES ('".$nama."','".$email."','".$nombortelephone."','".$katalaluan."','".$ulangkatalaluan."')"
Dima
this is cxx group so you know..
BinaryByter
this is cxx group so you know..
I like that there is a language where $ulangkatalaluan is a thing
Abdulaziz
Hi everybody
Abdulaziz
I need a help ?
Abdulaziz
Who know that programm Arab numbers to transfer Roman Numbers ?