BinaryByter
strlcpy is not a good alternative
Dima
holy moly I just realised that clusters use multiplexing
MᏫᎻᎯᎷᎷᎬᎠ
I wanna be like Maxi :D
BinaryByter
MᏫᎻᎯᎷᎷᎬᎠ
And that's after 99 handreds years
Anonymous
Not to STL/C++ stuff, but the best you can get under C I think
Anonymous
as long as something isn't in the C11 standard
Standards are like toilet papers, I remove my butts with it
MᏫᎻᎯᎷᎷᎬᎠ
Maxi
BinaryByter
no
BinaryByter
MᏫᎻᎯᎷᎷᎬᎠ
Give me an advise
BinaryByter
on?
MᏫᎻᎯᎷᎷᎬᎠ
I'm lost
BinaryByter
well.. ask the question
MᏫᎻᎯᎷᎷᎬᎠ
Should I complete bjarne's book (the guru)
BinaryByter
Well idk
MᏫᎻᎯᎷᎷᎬᎠ
Or do what you suggest
MᏫᎻᎯᎷᎷᎬᎠ
Anonymous
Or do what you suggest
If you really want to annoy every of your fellows at work, read Effective C++ and quote it on every single line you code.
BinaryByter
read the c++ core guidelines instead
Anonymous
Anonymous
I think you meant If you really want to kick them!!!
After the third explanation how to use smart pointers _correctly_ they will kick you
Anonymous
/i am Faremi saheed.
Anonymous
Hey anyone tell me what is the code run behind the cout<<
Anonymous
What makes cout to print anything on black screen
MᏫᎻᎯᎷᎷᎬᎠ
You can see it
Anonymous
It's in library iostream But library implemention is not found
Mihail
Hey anyone tell me what is the code run behind the cout<<
https://github.com/llvm-mirror/libcxx/blob/master/include/ostream Here's the libc++ ostream implementation
Dima
Happy New Year everyone
Dima
level.year++;
Anonymous
Do you understand that code .. that is written on that GitHub page that you provided to me
Anonymous
??
Mihail
Do you understand that code .. that is written on that GitHub page that you provided to me
I'm not familiar with that code as I've never had a reason to do so, so no
Mihail
And there isn't much of a reason to learn the implementation of things like that
Anonymous
Hi, I need to help compile a source Anyone can help me? All My Programs Visual Studio 2017 64 bit And cmake 3.13.2 And openssl 1.1.0a bosst 1.69 source lang c++ if any can say to me i send error log I am sorry to have a bad spelling because I am a student and I am an Iranian
klimi
or we are doomed
Anonymous
## Rules #pinned * You are not entitled to an answer, getting angry about not answered questions will get you warned. * Not checking your problem in google (or any other search engine) first will get you a warn. * Asking for something that is in the pinned message right after joining WILL GET YOU BANNED. * C/C++ discussion preffered (assembly also allowed), asking about other languages (or groups for other languages) right after joining will get you BANNED. * Reverse enginnering, hacking and related topics are allowed, but asking to hack facebook, instagram, etc. is NOT allowed. Also if you ask "how to become a hacker" and obviously have zero knowledge on anything related to that you may get warned or banned. * Legitimate requests for help on code and programming questions are welcome. A request is considered legitimate if it describes your problem, what you've done so far and what went wrong. Requests such as "write my program" or "do my homework" are never considered legitimate. Asking not legitimate questions will result in a warn or ban. See https://stackoverflow.com/help/mcve on how to write good questions. * Asking for book recommendations is ok, but "pls give pdf book" is not allowed, find books by yourself. Posting illegally copied books (or links to those books) is also not allowed. * Only English language is allowed, if you speak shitty English or don't understand anything in English YOU WILL BE BANNED. * A little bit of programming related memes, jokes, shitposting are allowed. * NSFW content (porn, nudity, etc.) is not allowed. * Spamming/advertising (job posts are also ads, so ask an admin before posting) will grant you a warning or an immediate ban if you do it right after joining. * Religion, politics and ideological topics are forbidden. * Long code snippets must be posted via a snippet website(links below), posting pictures of code and posting long snippets in the group is not allowed. * If you encounter a problem, while using turbo C++, you will not be helped, use another more modern IDE. * Don't post compiled executables, that is obviously a security risk ## Resources About asking good questions: * [English](http://www.catb.org/esr/faqs/smart-questions.html) * [Translations](http://www.catb.org/esr/faqs/smart-questions.html#translations) For posting long code snippets: * [GitHub Gist](https://gist.github.com) * [Ubuntu Paste](https://paste.ubuntu.com/) * [Pastebin](https://pastebin.com) ## Reports If you notice any forbidden content, please use the /report command while responding to the offending post to report it to the admins.
Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.14393. The C compiler identification is MSVC 19.16.27025.1 The CXX compiler identification is MSVC 19.16.27025.1 Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works Detecting C compiler ABI info Detecting C compiler ABI info - done Detecting C compile features Detecting C compile features - done Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Detecting CXX compile features Detecting CXX compile features - done This script builds the MaNGOS server. Options that can be used in order to configure the process: CMAKE_INSTALL_PREFIX Path where the server should be installed to PCH Use precompiled headers DEBUG Include additional debug-code in core WARNINGS Show all warnings during compile DEBUG Include additional debug-code in core POSTGRESQL Use PostgreSQL instead of mysql BUILD_GAME_SERVER Build game server (core server) BUILD_LOGIN_SERVER Build login server (auth server) BUILD_EXTRACTORS Build map/dbc/vmap/mmap extractor BUILD_SCRIPTDEV Build scriptdev. (Disable it to speedup build in dev mode by not including scripts) BUILD_PLAYERBOT Build Playerbot mod To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'. Also, you can specify the generator with -G. see 'cmake --help' for more details For example: Build server cmake -DCMAKE_INSTALL_PREFIX=../opt/cmangos .. Build full server with extractor cmake -DCMAKE_INSTALL_PREFIX=../opt/cmangos -DBUILD_EXTRACTORS=ON .. Build only server without scripts and extractors and in debug mode cmake -DCMAKE_INSTALL_PREFIX=../opt/cmangos -DDEBUG=ON -DBUILD_ALL_SCRIPTS=OFF .. Build only login server cmake -DCMAKE_INSTALL_PREFIX=../opt/cmangos -DBUILD_GAME_SERVER=OFF .. Detected 64-bit platform MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled generic compiletime warnings Could NOT find Git (missing: GIT_EXECUTABLE) CMake Warning (dev) at CMakeLists.txt:203 (find_package): Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables. Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Environment variable Boost_ROOT is set to: C:\local\boost_1_69_0 For compatibility, CMake is ignoring the variable. This warning is for project developers. Use -Wno-dev to suppress it. Looking for pthread.h Looking for pthread.h - not found Found Threads: TRUE CMake Error at D:/Program Files/CMake/share/cmake-3.13/Modules/FindBoost.cmake:2100 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: C:/local/boost_1_69_0 Could not find the following static Boost libraries: boost_system boost_program_options boost_thread boost_regex Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:203 (find_package)
Anonymous
## Rules #pinned * You are not entitled to an answer, getting angry about not answered questions will get you warned. * Not checking your problem in google (or any other search engine) first will get you a warn. * Asking for something that is in the pinned message right after joining WILL GET YOU BANNED. * C/C++ discussion preffered (assembly also allowed), asking about other languages (or groups for other languages) right after joining will get you BANNED. * Reverse enginnering, hacking and related topics are allowed, but asking to hack facebook, instagram, etc. is NOT allowed. Also if you ask "how to become a hacker" and obviously have zero knowledge on anything related to that you may get warned or banned. * Legitimate requests for help on code and programming questions are welcome. A request is considered legitimate if it describes your problem, what you've done so far and what went wrong. Requests such as "write my program" or "do my homework" are never considered legitimate. Asking not legitimate questions will result in a warn or ban. See https://stackoverflow.com/help/mcve on how to write good questions. * Asking for book recommendations is ok, but "pls give pdf book" is not allowed, find books by yourself. Posting illegally copied books (or links to those books) is also not allowed. * Only English language is allowed, if you speak shitty English or don't understand anything in English YOU WILL BE BANNED. * A little bit of programming related memes, jokes, shitposting are allowed. * NSFW content (porn, nudity, etc.) is not allowed. * Spamming/advertising (job posts are also ads, so ask an admin before posting) will grant you a warning or an immediate ban if you do it right after joining. * Religion, politics and ideological topics are forbidden. * Long code snippets must be posted via a snippet website(links below), posting pictures of code and posting long snippets in the group is not allowed. * If you encounter a problem, while using turbo C++, you will not be helped, use another more modern IDE. * Don't post compiled executables, that is obviously a security risk ## Resources About asking good questions: * [English](http://www.catb.org/esr/faqs/smart-questions.html) * [Translations](http://www.catb.org/esr/faqs/smart-questions.html#translations) For posting long code snippets: * [GitHub Gist](https://gist.github.com) * [Ubuntu Paste](https://paste.ubuntu.com/) * [Pastebin](https://pastebin.com) ## Reports If you notice any forbidden content, please use the /report command while responding to the offending post to report it to the admins.
BOOST_ROOT = C:\local\boost_1_69_0 BOOST_LIBRARYDIR = Please put all x64 boost lib files in C:\local\boost_1_69_0\lib\x64 folder Or set BOOST_LIBRARYDIR to your boost lib folder. CMake Error at CMakeLists.txt:218 (message): This project requires boost. Please install from http://www.boost.org Configuring incomplete, errors occurred! See also "C:/Users/DKP/Desktop/mangos-tbc-master(1)/mangos-tbc-master/Build/CMakeFiles/CMakeOutput.log". See also "C:/Users/DKP/Desktop/mangos-tbc-master(1)/mangos-tbc-master/Build/CMakeFiles/CMakeError.log".
klimi
CMake Error at D:/Program Files/CMake/share/cmake-3.13/Modules/FindBoost.cmake:2100 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: C:/local/boost_1_69_0 Could not find the following static Boost libraries: boost_system boost_program_options boost_thread boost_regex
klimi
you dont have boost lib
Mykyta
</2018>
Anonymous
i have
Carlos
I'm having the same kind of problem but with Cmake and Clion just cant make library boost_timer auto_timer example to work
klimi
Anonymous
I checked and the file is available
klimi
not linked correctly
Anonymous
What i'm to do?
Anonymous
This is my college project for the final exam help me please
Anonymous
i must run a game server of wow in college and then i can give 100/100
Anonymous
I am a student of computer programming
Dima
wow server in college? lol that sounds lame
BinaryByter
yes
Anonymous
wow server in college? lol that sounds lame
Yes . A project I suggested; we need to deliver a bachelor's degree to a project, and since I knew there was a wow source i chose it 😜😜😜😜
Dima
bad choice
Anonymous
Dima
no way
Anonymous
i can do it
Anonymous
This is an open source, and my professor did not know this, so it was a good choice
BinaryByter
this is why bachelor degrees are worth nothing nowadays
Anonymous
I promise you tomorrow morning, 100 of 100
Anonymous
I'm the best college student, just a bit lazy
klimi
good luck
Anonymous
thank you bro
Anonymous
oh okay
where are you from ? bro
Anonymous
No bro
sorry
klimi
Happy 1546297310
Wei
Happy New Year!!
Anonymous
Hi