Q&A Discussies
wtf?)
-1 Stem
1 Antwoordnpm install react-fade-in
0 Stemmen
1 AntwoordHow can i center my content ?
0 Stemmen
6 AntwoordenIm having an issue working with directories. My issue is with importing .csv files. I use the code indicated in the documenration--pd.read_csv,()--for ipython but i keep getting the error message stating the file does not exist. Any general ideas of what i might be doing wrong?
2 Stemmen
2 Antwoordenproblem with asterisk
1 Stem
1 Antwoordcan someone please explain why this code keeps telling me complication error instead of outputting the value of speed.
#include <iostream>
using namespace std;
class myClass {
public:
void setcarspeed (int a){
speed=a;
}
int getcarspeed(){
return speed;
}
private:
int speed;
};
int main() {
myClass obj;
obj.setcarspeed (40);
cout<<obj.getcarspeed ;
return 0;
}
2 Stemmen
3 AntwoordenWhy not normal I/O
0 Stemmen
1 AntwoordSolo Learns Code Playground
2 Stemmen
2 AntwoordenBackground-image Quality?
0 Stemmen
2 AntwoordenWhy is this code not running ???
0 Stemmen
2 AntwoordenI need help fixing this code
0 Stemmen
2 AntwoordenTime Limit exceeded
0 Stemmen
2 AntwoordenConnecting html with php
0 Stemmen
2 AntwoordenCode problems D: Help?
0 Stemmen
2 Antwoordenwhat will be output??
#include <iostream>
using namespace std;
int main(int a)
{
cout << a << "\n";
return 0;
}
int main(char *a)
{
cout << a << endl;
return 0;
}
int main(int a, int b)
{
cout << a << " " << b;
return 0;
}
int main()
{
main(3);
main("Subodh");
main(9, 6);
return 0;
}
if output is compilation compilation error then how can we overload "main" function in C++
0 Stemmen
5 AntwoordenTransparent Problems
0 Stemmen
1 AntwoordShould challenges be modified?
3 Stemmen
2 AntwoordenPopulair vandaag
Coding for Cybersecurity
1 Votes
Decorators in python.
2 Votes
Need help
1 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Salut tout le monde
1 Votes
How can i isntall modules
1 Votes