Anonymous
Bader
Any coders here that specializes in Blockchain 🤔
i think I fall under that catagory. what's up?
Anonymous
Great
Anonymous
I have a concept and need some backing can you take a look at it for me please.
Anonymous
I had some guys take a look at it and they approve of it still they worked for Zcash and Bcash and were anonymous while they where there.
Anonymous
So I cant really do anything from the help of people that do work anonymous.....
Anonymous
Should I PM you if that is fine ??
Bader
Sure pm it
Bader
trustless/disributed systems are kinda my thing now lol
Riyaz
Send me editor
klimi
Just use proper English... It should look like "Who uses visual studio?"
klimi
Send me editor
Godbolt.org
Anonymous
None
Marie
Rahul has 1/3 warnings... watch out! Reason for last warn: advertising
klimi
None
I don't think so
Anonymous
#include<iostream> using namespace std; class Base { protected: int a; public: void getdata() { //cout<<"Enter some integer value"<<endl; //cin>>a; a=9; } }; class Child : public Base { public: void putdata() { cout<<"Entered value in inherited class is "<<a<<endl; } }; int main() { Child obj; //Base obj1; //obj1.getdata(); obj.putdata(); return 0; }
Anonymous
Output -
Anonymous
Entered value in inherited class is 4194432
Anonymous
Why this happened?|
Roxifλsz 🇱🇹
Entered value in inherited class is 4194432
Because int a is uninitialized
Anonymous
what should I do to overcome that?
Anonymous
but I initialized a in base class
Roxifλsz 🇱🇹
what should I do to overcome that?
You should call obj.getdata()
Roxifλsz 🇱🇹
And you really should name your functions accordingly to what they do, instead of putdata() actually getting the data
Ludovic 'Archivist'
Any coders here that specializes in Blockchain 🤔
I may be able to help as I am a specialist of distributed computing
Marie
Sahil Bharti has 2/3 warnings... watch out!
Anonymous
klimi
ha ha ha
klimi
get to work
klimi
and next time you post... ask first
Bahrom Ermatov
Anyone work with rad studio xe2 ?
Anonymous
Python *_*
Adarsh
Thanku
Adarsh
thanku
R.
the chat is for cpp topics only? @Kurimi )
klimi
no
klimi
but
klimi
no one just send link
klimi
he/she even didnt ask... havent said anything
R.
he just wanted to be useful :D
klimi
well
klimi
i take arguments
klimi
he can say something
klimi
i dont have problem with removing warn
klimi
but
klimi
whole time... none one did...
klimi
if ever spoke again it was some ad
Anonymous
Hey guys ! Can anyone soul a very small problem in c
BinaryByter
@prograchallenges
Anonymous
you search for challenges?
Yes, but now i have a very small problem can u tell me
Anonymous
Can anyone tell what is the diffrence between scanf(" %c",&a); And Scanf("%c",&a);
⠠⠍⠥⠓⠁⠍⠍⠁⠙⠽⠥⠎⠥⠋
@prograchallenges
where these solutions
klimi
where these solutions
in solution channel
klimi
wow
Anonymous
the big S
Now can u tell me scanf(" %c",&a); And scanf("%c",&a);
⠠⠍⠥⠓⠁⠍⠍⠁⠙⠽⠥⠎⠥⠋
in solution channel
how i can join?
Anonymous
the first one has a space at first
If i use space goto statment working and if i dont put space than goto statment is not working, why?
BinaryByter
this is scanf
Anonymous
this is scanf
But i am using sacnf to take value from user
klimi
hi virus
Anonymous
Anonymous
Anonymous
Anonymous
See this program, here goto statment is not working
BinaryByter
why don't you stop using goto?
BinaryByter
@ollirz does conio even exist?
BinaryByter
iirc it's a C thing
BinaryByter
a wait this is C
BinaryByter
BinaryByter
if you want to get your solution: scanf doesn't input anything when you add a space so your condition doesn't work