Anonymous
Meta Crush Saga: a C++17 compile-time game https://jguegant.github.io//jguegant.github.io/blogs/tech/meta-crush-saga.html https://redd.it/8kshzz @r_cpp
Anonymous
C++ Resources: Biased Towards Beginners License: GPL3 Official C++ Homepage: https://isocpp.org ISO C++ committee: https://isocpp.org/std/the-committee Language Improvement Papers: http://www.open-std.org/jtc1/sc22/wg21/docs/papers FAQs http://www.stroustrup.com/bs_faq.html (I actually read this all) http://www.stroustrup.com/bs_faq2.html https://isocpp.org/faq http://www.stroustrup.com/C++11FAQ.html Communities: Reddit (reddit.com) - http://reddit.com/r/cpp - http://reddit.com/r/cpp_questions (U can also ask questions here) Slack: https://cpplang.now.sh/ Discord: https://discord.me/cpp Cpp Reference: http://en.cppreference.com/w/ Books: (contains rare gem) https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list Online Tutorial: http://learncpp.com https://fbb-git.github.io/cppannotations/cppannotations/html/index.html http://www.bogotobogo.com/index.php Pod Cast: http://www.cppcast.com/ Youtube: https://www.youtube.com/user/lefticus1/videos https://www.youtube.com/channel/UCQ-W1KE9EYfdxhL6S4twUNw https://www.youtube.com/channel/UCEOGtxYTB6vo6MQ-WQ9W_nQ Conferences: CppCon: https://cppcon.org/ BoostCon: https://www.youtube.com/user/BoostCon Meeting Cpp: http://meetingcpp.com/ Blogs: https://akrzemi1.wordpress.com/ http://ericniebler.com http://foonathan.net/ https://herbsutter.com/category/c/ https://www.kdab.com/category/blogs/ https://thephd.github.io/ https://blogs.msdn.microsoft.com/vcblog/ Awesome C++ Resource Collections: https://github.com/fffaraz/awesome-cpp https://github.com/rigtorp/awesome-modern-cpp https://github.com/uhub/awesome-cpp — Selected Topics (No particular order) — Modern Cpp Features ( >= C++11): https://github.com/AnthonyCalandra/modern-cpp-features C++17 http://www.bfilipek.com/2017/01/cpp17features.html https://jfbastien.github.io Concurrency & Parallelism: http://www.bogotobogo.com/cplusplus/multithreaded.php http://thispointer.com/c-11-multithreading-part-1-three-different-ways-to-create-threads/ Networking: Networking TS - The proposed standard Networking Library:* Where it all began: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1925.pdf Where we at: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/n4734.pdf Implementations: Typically comes with newer ASIO and Boost::ASIO https://github.com/chriskohlhoff/networking-ts-impl ASIO A cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach. Homepage: http://think-async.com/ Github: https://github.com/chriskohlhoff/asio/ Guides: https://theboostcpplibraries.com https://www.boost.org/doc/libs/1_67_0/doc/html/boost_asio/tutorial.html http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3388.pdf: gives a brief, high-level introduction to how Asio may be used in conjunction with C++11. Other libs: https://github.com/fffaraz/awesome-cpp#networking seastar: For real heavy lifting: https://github.com/scylladb/seastar CppCMS — C++ Web Framework http://cppcms.com Docs http://cppcms.com/wikipp/en/page/cppcms_1x Reference documentation: http://cppcms.com/cppcms_ref/latest/ Pointers: https://web.archive.org/web/20170930150208/http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/BitOp/pointer.html
Anonymous
/save cpp https://t.me/programminginc/24103
Anonymous
#cpp
Anonymous
So it won't be a long msg from now ..😆
°_°
Can someone help me with a code? If I compile it, it gives me overloaded
Anonymous
Can you show the error?
°_°
°_°
°_°
Anonymous
Please paste code on del.dog
Anonymous
Images aren't readable and compression makes it worse
°_°
Ok
°_°
Can I write it here?
Anonymous
Will be long
Anonymous
Or just use @haste_bot
°_°
#include <iostream> using namespace std; class Classe{ public: Classe(string s, int n) : sezione(s), numero(n) { } void printClasse(){ cout<<"Classe: "<<numero<<sezione<<endl; } private: string sezione; int numero; }; class Persona{ public: Persona (string p, Classe c) : nome(p), Cl(c) void printNome(){ cout<<"Nome: "<<Nome<<endl; Cl.printClasse(); } private: string Nome; Classe Cl; }; int main(){ Classe Cl("Bs", 3); Persona f("Pietro", Cl"); return 0; }
Anonymous
Ummmmm
Anonymous
I will check it when I am home
Anonymous
Do remind xD
Anonymous
Hi
°_°
Ok thanks
Manoj
any one please tell me about stringstream?
°_°
Is it a library?
Manoj
about uses and its function too
Manoj
reply fast
°_°
Mh, never read about it
Anonymous
any one please tell me about stringstream?
https://www.google.co.in/amp/s/www.geeksforgeeks.org/stringstream-c-applications/amp/
Manoj
anyone else who know this topic?
°_°
reply fast
http://www.cplusplus.com/reference/sstream/stringstream/
°_°
This site is very good to learn basic concepts
Manoj
thanku anunay
Anonymous
Np
Anonymous
This site is very good to learn basic concepts
Everything in #cpp is hand picked by Ibrahim ..
°_°
I don't know who's Ibrahim
°_°
Hi
okk
you can run online code on https://ide.codersfield.com/ . You can code,compile and run also it support many language like bash,basic,c,c++,java,golang,ruby,python,scala etc. and you can generate short url of you code by saving code so you can share that code with your friends easily.
Anonymous
I don't know who's Ibrahim
the guy who wrote it all
Anonymous
name appears besides the forward tag
Anonymous
send the code via del.dog please
Anonymous
@ZhinTheTyrant
°_°
Yes
Ибраги́м
This site is very good to learn basic concepts
U need good books, articles to learn very good basic concepts. Read Bjarne's Programming- Principles and Practice Using C++ | C++ Primer, Fifth Edition, then u'll know that site is a needle in the middle of the Pacific
°_°
I have bought "Informatica app" of Piero Gallo and Pasquale Sirsi
°_°
I don't like it
Anonymous
/save noendl https://m.youtube.com/watch?v=6WeEMlmrfOI https://m.youtube.com/watch?v=GMqQOEZYVJQ
Ибраги́м
Faster finger!
Anonymous
😜
Ибраги́м
Ибраги́м
http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines
°_°
?
Italian book, a very weird book
Ибраги́м
Italian book, a very weird book
U shld've asked for advice b4 buying a book
Ибраги́м
Italian book, a very weird book
https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
°_°
U shld've asked for advice b4 buying a book
Yeah, I wanted a book in my language, worst idea ever
Ибраги́м
@anunaym14 do u have a command to the resources?
Ибраги́м
I think @ZhinTheTyrant will need it
°_°
#cpp
Anonymous
This ^
Ибраги́м
Seen
Onur
is there a built in string split function in stl?
Onur
I implemented my own but if there is a built in I prefer to use it
Ибраги́м
I implemented my own but if there is a built in I prefer to use it
Nope, but u can get that in abseil: https://abseil.io/docs/cpp/guides/strings#abslstrsplit-for-splitting-strings
Ибраги́м
compare with urs
Anonymous
Any one know about embedded c
Anonymous
x2
I say embedded c language know how to write its code
okk
I say embedded c language know how to write its code
It's depend upon which board you are using mostly code resemble like c
okk
is there a built in string split function in stl?
No but you can do http://ide.codersfield.com/?AFF0ndJ7uzcmVTA3AI5Fq_gMW9QA
Anonymous
How can i start any program