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
/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
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
°_°
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
Anonymous
name appears besides the forward tag
Anonymous
Anonymous
send the code via del.dog please
Anonymous
@ZhinTheTyrant
Anonymous
°_°
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
Ибраги́м
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
°_°
Ибраги́м
Ибраги́м
@anunaym14 do u have a command to the resources?
Ибраги́м
I think @ZhinTheTyrant will need it
°_°
#cpp
Anonymous
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
Ибраги́м
compare with urs
Onur
Anonymous
Any one know about embedded c
Anonymous
Anonymous
x2
I say embedded c language know how to write its code
Anonymous
Anonymous
How can i start any program