Jussi
Then jump to C++ and you are good to go
Jussi
Yes oh really?
Bilol
nothing is happening when type it
Bilol
guys, has someone ever created any game?
Manan
Which compiler is most helpful for C/C++
Etaoin
Which compiler is most helpful for C/C++
clang for now I think GCC/G++ traditionally
Etaoin
zapcc if you want extreme single-core speed
many
GNU toolchain
Manan
We have to learn differently in different compiler or Not?
Jussi
guys, has someone ever created any game?
https://github.com/jussihi/Tetris-CPP
Ибраги́м
clang for now I think GCC/G++ traditionally
I'm on Linux, I use Clang and GCC for dev. GCC for production
Etaoin
Anonymous
void (*callback)(MyMsg *); int main(void) { callback = myfunc; } a void can became lvalue ?
Mr.
wende
Simplify the given equation by using boolean algebra rule?
Mr.
Why we have used integer.tostring
Mr.
Can anyone explain
Mr.
I kwn that we have initiated int amt and it is integer
Mr.
But why we havnt used like this
Mr.
amt.getText.toString ?
Anonymous
This is Java, isn't it?
Jussi
Gosh I hate java and its lambda functions
Anonymous
Lol
Anonymous
Read the chat name please
Jussi
Some people think that Java and Cpp are the same story, but I dont think so personally
Mat
Mr.
Read the chat name please
Sorry i thought u guyz can helo in java to , no prblm i wont do this again
Anonymous
Sorry i thought u guyz can helo in java to , no prblm i wont do this again
It's not a problem but you should keep it to C/C++ as much as possible.. also if you are asking for some other language then do mention it
many
Managed language vs unmanaged language
Anonymous
Is there any specific group for java ?
I don't know as I am not into Java as of now
Anonymous
Hi members, which is the best book for learning c++?. Need a copy please
wende
Mikhail
wende
Simplify the given equation by using boolean algebra rule?
Mikhail
Anonymous
@hiMik#much thanks
Anonymous
Read. Thanks admin
Ս
HI there
Ս
Who have a time for cod review?
R.
for free? )
Anonymous
Anonymous
Bilol
Guys I'm not native speaker, What does Lol mean?
Bilol
Thank you
many
Sometimes it means "I'm not going to argue with you"
many
Sometimes it means "I don't know what to say and let's end the conversation"
Ride
Ride
Maybe somebody can help me??
Seyife
Thankyou Marie, I will.
Anonymous
@hiMik# which platform should I use to code as i read the above book? Kindly
Anonymous
You could try out Code::Blocks
Fine. Can Dev++ do better ?
Anonymous
Fine. Can Dev++ do better ?
yeah, sure. I don't have much experience with that app but i dont see a problem in using it
Anonymous
Anonymous
hello! tq for your guide
Anonymous
int add(int x, int y) { return printf("%*c%*c", x, ' ', y, ' '); } int main() { printf("Sum = %d", add(3, 4)); return 0; } how come it got output 7 ?
Jussi
How about "return x + y;" in the add-function?
Anonymous
Can c++ be used to create games?
Jussi
Yes
Anonymous
Games like fortnite ?
Anonymous
Only java?
Jussi
Nope
Lmao, fortnite is coded in C++ 😂
Jussi
It is based on unreal engine 4, which is C++
Jussi
So yes, games like fortnite can be coded in C++. Most of these AAA game studio games (CS, fortnite..) are coded in C++
Anonymous
Unreal engine