Abcd
And c
Anonymous
easy steps for learning c langauge ? plz tell me
Artöm
Read a book, practice
Anonymous
No such thing. Pain and work.
pain and work?no no no, the best way shouldn't have pain. it should be cozy
Dima
/warn
/warn Abuse
MengShu
yes
I think you might reply to me. I will check it. Thank you very much!
Abcd
yes
Then please tell , what could be those
Abcd
Besides doing the competitive programming questions
MengShu
Check what?
If service causes the same handle leak issue on Win 10 1903 or not
Amit Singh 🎪
Hello guys
Dima
Lol
Ankit
Koi muje EV MACHINE ka programme de sakta hai
Ankit
Need a programme in evm machine
Ankit
Please help me
Dima
/warn Ad
gallo
Hi guys, I 'm doing a function that returns the pointer of the first cell with a vocal but the cout presses "dyawe". Can you help me?
Flyingblu
Actually the cout will treat the char pointer as a c-style string, and print the whole string out.
Flyingblu
If you only want to print what the pointer points to you can use cout << *cptr which in this case is cout << *funzione(array, 10)
Anonymous
Hi guys, I 'm doing a function that returns the pointer of the first cell with a vocal but the cout presses "dyawe". Can you help me?
i think you can use a for loop for this one , with an array of vowel, and test to see if it matches any values in the array
Anonymous
if you wanted to use a string for example you can just do std::string
Anonymous
Wow, you started C++?
i have done before , yes
Anonymous
if you dont use , usingname space
András
if you dont use , usingname space
There is using namespace std
Anonymous
i know , i was telling him not to use it , or to get in the habbit of not using it
olli
You could also use using std::cout; using std::string;
Anonymous
When data is stored in a struct , are the memory address side by side?
Anonymous
What is difference in struct and class
Ilya
What is difference in struct and class
No difference. Struct had public access to members by default but class has it private. Struct had public inheritance by default and class has it private.
klimi
Welcome
gallo
/warn screen picture
I don't remember this rule
Anonymous
I_Interface
I don't remember this rule
Use pastebin.com or monospace style for a very small code.
Anonymous
I am using Qt Creator, Server listens on some port, I dont get any disconnect signal when the client's ethernet cable is unplugged manually. If I plug again I get proper data I used signals like error, statechanged, disconnect , but nothing worked. It works fine when client is close normally. How to keep pinging the client to know it is connected to server ?
Anonymous
Hello, you guys know the problem number chains? Where you should compare the previous result to the new one? Ive seen solutions online but its not the desired output Im new to c++ sorry in advance
frakw
how to use char** code:https://pastebin.com/t4xT3CtJ
frakw
frakw
Anonymous
Message from @Zenatsui: pastebin.com/4xnXFekH
Talula
Message from @Zenatsui: pastebin.com/4xnXFekH
That is cool and fun thing to do.
Anonymous
Hey I am looking for a devolper (Account Creator with multi threading) Contact me in dm, to prevent spam
Anonymous
That is cool and fun thing to do.
Is it possible to solve it with just looping or using conditional statements? Im stuck with the comparing part
Talula
Is it possible to solve it with just looping or using conditional statements? Im stuck with the comparing part
comparing what? I'm working on the code give me few minutes... in C# I would have done it by now but C++ it takes bit of time.
Talula
Anonymous
https://pastebin.com/ZkTuetht
There were two errors found:
Anonymous
stoi was not declared and to_string is not a member of std
Talula
There were two errors found:
I didn't get any errors... which error did you get?
Talula
I'm using Visual Studio C++ which one are you using?
Anonymous
dev c++
Talula
For that Danya could help... I don't know Dev C++
Anonymous
What does stoi do? thanks btw
Talula
String to Integer...
Talula
Download Visual Studio Community it's free.
Anonymous
This is because your TCP connection DOES NOT DISCONNECT actually.
Do you know how to handle? I have continous streaming camera images on gui, if cable is unplugged, i need to clear the screen