Anonymous
hey, gays. I need your suggestion.
Anonymous
Probably
Anonymous
😂
Anonymous
I work at a company with a RPG game, these days my job is write log.
Anonymous
I'm required to write all log for a entity, e.g, when a property(like learning a skill) of a actor's pet changed, I need write log about all the pet's properties, not the has changed property. I am misted, all properties of a pet has up to 100 BYTEs, and I send a full log dataPack to logServer each time. I think it's a waste.
Anonymous
😳terrible translations....
Anonymous
Hello!
Anonymous
Microsoft? No thanks https://www.reddit.com/r/cpp/comments/8emja5/vcpkg_library_manager_now_also_on_linux_and_macos/
Anonymous
https://www.fluentcpp.com/2018/04/24/following-conventions-stl/
Mathias
hello
Anonymous
shittosoft can't even produce code thats good for their own products
Kelvin
Dude pls
Kelvin
ATM's run on windows
Kelvin
Not supporting ms
Kelvin
But they're not as bad as you're projecting
Anonymous
Anonymous
I just forwarded the link which unfortunately had a caption
Anonymous
And Stanislav asked about it
Anonymous
No offence :)
Kelvin
There are lots of newbies here, so they may get confused
Kelvin
No offence :)
Oh you're the admin. Damn
Kelvin
Kelvin
Anonymous
My time is 0:44.74
The_Ben
vim or neovim
I hope they are not so large
Onur
Which coding style is better for one learning c++11 and c++14? I am currently trying to stick with Google's c++ style guide. Is it up-to-date for modern c++?
Anonymous
Hello
Anonymous
I need who can tell me more about c++ for web
ذ
Anyone knows dotnet group??
Venor
o/
Anonymous
I need who can tell me more about c++ for web
C++ isn't much of a "web" language. It's a systems language. The web browser only interprets HTML, CSS, and JavaScript code. C++ is a compiled language, which means you "translate" it into lower-level machine code. This machine code is platform-specific, and is not cross-compatible across other people's browsers. But you could theoretically write a C++ interpreter (or possibly find an already-written one somewhere) that can do the job for you.
Anonymous
shittosoft can't even produce code thats good for their own products
I actually really agree with this. The only products from Microsoft I don't mind using are their open-source projects like VS Code, because the community can actually write competent code.
Yogesh
Thanks Marie
Igor🇺🇦
Itsyatt try https://telegram.me/dotnetgram
ذ
Thanks dude
Igor🇺🇦
Onur In general the excepted coding style guidance standard that is constanly updated is this : https://github.com/isocpp/CppCoreGuidelines.
Anonymous
Thank you 😊 Done 👌
Anonymous
Done...👍😊
bert
Read it
Javier
Hi! I’m reading text from a file and storing it into a stack. Then, when I try to print the text from the stack (it will be printed reversed), it’s showing weird characters such as -1 in decimal (I used + to print decimal numbers) and I do not why.
Javier
while(!textfile.eof())
Javier
stack.push(textfile.get());
@The_Sky
It's c++ knowledge enough for beginners
@The_Sky
👆
Anonymous
/welcome
Anonymous
umm why didnt it apppear 🤔
Kelvin
Maybe Marie was on a break.
Kelvin
Anonymous
Kelvin
Anonymous
i have seen this happen earlier
Anonymous
but that time the guy was faster than the bot to leave
Anonymous
😆
Anonymous
😉
Anonymous
Anonymous
https://youtu.be/3MB2iiCkGxg
Anonymous
https://marcoarena.wordpress.com/2018/04/25/just-be-aware-of-stdsize-and-static-c-strings/
Anonymous
while(!textfile.eof())
What is textfile.eof() ?
Javier
What is textfile.eof() ?
The end of the file
Anonymous
thanks
Anonymous
Jesus
Kelvin
Anonymous
The end of the file
What is textfile ?
Anonymous
Is it file pointer ?
Javier
What is textfile ?
Ifstream class object
Anonymous
It's c++ concept.
Anonymous
Ok
niq
Okey
many
C/C++/ node for io