Ибраги́м
https://www.youtube.com/watch?v=DiZ-az_nJMM
Ибраги́м
https://www.youtube.com/watch?v=EqPlVZLEHlA
Shubham
How to fix this build error? Anyone encountered this error?
Shubham
-std=c++11 (or newer)
I am pushing a pull request to csmith master. They want their build to pass for merging my pull request. I guess clang version is older for Travis CI on github. Is there any syntax I am missing to pass the build?
Artöm
No
Artöm
Than use push_back in cycle
Artöm
No
Artöm
Make string c array, than use ctor with 2 iters
Artöm
Seems this project doesnt use C++11
Shubham
Are these errors rooted in the codes you modified?
Yes. I sent a patch, but source build on my machine but fails while upstreaming as I guess due to lower version of c++ does not accept string initializer.
Shubham
Yes
Liam
Yes. I sent a patch, but source build on my machine but fails while upstreaming as I guess due to lower version of c++ does not accept string initializer.
Yes, even C++98 accepts string initializer, however, it doesn't accept list initialization (std::vector<std::string>{}). Just replace std::vector<std::string>{...} to std::vector<std::string>(...).
Liam
09?
sorry, 98
Liam
then just push_back
Artöm
+ reserve before
Liam
+ reserve before
this could be better: char* arr[] = {"sds", "bsdf", "dsdfaf"}; std::vector<std::string> v(arr, arr + sizeof(arr)/sizeof(arr[0]));
Artöm
+ reserve
Brofiq
Can help me to coding arduino?
Brofiq
Can speak malay?
Ghost🔥
Anonymous
Dose class have class function and instance function like other programming language has?
Anonymous
I did😊
Anonymous
Thank you!
Mat
Thank you!
Welcome :)
Anonymous
Thanks~
Ghost🔥
Dose class have class function and instance function like other programming language has?
Are referring to the constructor? And a pointer to the current object if the class?
Artöm
Dose class have class function and instance function like other programming language has?
Yes. We call them 'member functions' and 'non-member functions', but 'methods' or 'static member functions' are also used
Anonymous
Silvestr
Hi guys I wanna talk about epoch feature
Silvestr
Actually I really like the idea
Silvestr
What do you think about it?
I_Interface
/report what the fuck
Ибраги́м
/ban be gone
Anonymous
Hello friends I have developed a mobile game on Google Play with unity, is it allowed if I send the link here? And if you support by rate will be very helpful
Rajat
Guys here is my code
Badugar
Use a pastebin-service, please.
Rajat
But I am unable to get desired output can somebody please tell me what to do
Rajat
Use a pastebin-service, please.
Sorry what do you mean??
Mat
Do you really think something like that is helpful???
Badugar
/rules
Badugar
Sorry what do you mean??
For posting long code snippets: * [GitHub Gist](https://gist.github.com) * [Ubuntu Paste](https://paste.ubuntu.com/) * [Pastebin](https://pastebin.com)
Wim
Practice failed to run.. Practice some more?
Rajat
Not what I can do??
Badugar
Use one of the links I sent, then post the link here and then maybe someone here can help you.
Anonymous
/rules
Ибраги́м
allowed in here
Anonymous
Ok
Anonymous
Hi
MᏫᎻᎯᎷᎷᎬᎠ
Hi
Anonymous
Hi
Anonymous
Anonymous
😂
Dennis
😂
Dennis
👍🏻
Ибраги́м
How dare u!
Ибраги́м
U are getting a ban for this!
Anonymous
Hello
Anonymous
Assalamu aleykum
Anonymous
Guys here is my code
Either use forward declaration (not recommended), or simply declare the function fact before main.
Francisco
I think only you know what you're asking
Anonymous
Hello, I want to start my journey in opensource world by using c/cpp, but I am not able to find any projects for beginners who have no experience apart from basic concepts. Please help!!!
Mat
Hello, I want to start my journey in opensource world by using c/cpp, but I am not able to find any projects for beginners who have no experience apart from basic concepts. Please help!!!
Usually open source projects have minor bugs that experienced users don't fix in order to leave them to people willing to learn
Anonymous