- 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
Dima
klimi
Hm
klimi
Ok
klimi
But they destroy people
klimi
I hated microsoft
Dima
> hire indians
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
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
Ritu Raj
Paras
wait, shouldn't the if condition be true?
x and y both evaluate to 1
klimi
Anonymous
Hello any books or websites to learn c++ from zero?
klimi
Paras
klimi
Mat
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
BinaryByter
Mat
Paras
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
Proved by printf()
BinaryByter
Mihail
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++
Suraj
Ανδρέας 🇮🇹
BinaryByter
isosceles triangle*
BinaryByter
what about it?
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
klimi
Ανδρέας 🇮🇹
BinaryByter
Anonymous
What's the error give while running this file ?
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..
Dima
Abdulaziz
Hi everybody
Abdulaziz
I need a help ?
Abdulaziz
Who know that programm Arab numbers to transfer Roman Numbers ?