Daniele
I know how to do this😂not a beginner
yea sorry I didn't fully understand the request
Sameer
right
So if u got the question now please give a idea so that it could be done
Daniele
So if u got the question now please give a idea so that it could be done
so you can't use an array of chars or any structures, right?
Sameer
No....thats the restriction here
Daniele
I don't know how they could help but could you use pointers?
Francisco
No....thats the restriction here
Going from INDIA to *ND** is not a problem, but going from *ND** to INDIA, you need to save the vowel somewhere else, or you just can't get the original string back
Daniele
you were talking about hashing, right?
Sameer
Going from INDIA to *ND** is not a problem, but going from *ND** to INDIA, you need to save the vowel somewhere else, or you just can't get the original string back
Actuallly it was a interview question for me.....i did the first part effectively and could do the second part without restrictions.....i told that i would use hashing concept and the interviewer agreed....i don't know how....map of characters or anything like that
Daniele
or you just slap the vowels in an array, in order and you call them when you find an *
Daniele
Simply saying u could save a key with a value or just google it
yea I imagined something like that without even knowing hashing
Sameer
or you just slap the vowels in an array, in order and you call them when you find an *
No pointers should not be used here....that was also a restriction
Anonymous
!!!!
/warn no, no one is gonna do assignment for you
Dima
What the fuck
Lorenzo | Fireentity_293_
Hello I've a problem using templates. If I have a class in .h file //A.h file template <class T> class A { public: A(); } //A.cpp file template<class T> A::A(){ //code } I have a problem redefining the A contructor
Lorenzo | Fireentity_293_
I didn't find anything on internet
I_Interface
What the fuck
English please
yue
after using template, a sigle "A" could not represent a class, you should add template
Anonymous
Hi all dear dear I want to ask you to send some links to some hacking and cracking channels so that you can join a channel that has virgins and rat trojans and hacking tutorials ...
Mat
That's off topic and probably wrong written
Dima
That's off topic and probably wrong written
already in skid tg says ( ͡° ͜ʖ ͡°)
Wan Muhammad Syazwan
Hello guys.Do you recommend to learn c++ or python if you were a beginner?
Dima
start with c#
Anonymous
Waaaaaaaaaaat the fuck
Your fuck mather
Mat
Hello guys.Do you recommend to learn c++ or python if you were a beginner?
I recommend to learn programming. There's really no difference between them from that point if view
Wan Muhammad Syazwan
start with c#
Alright.Thank you😊
Anonymous
We need cto for our startup
Surge.rs
cool
Drew Diligence
is using auto type lazy? i avoid it but see it so often in others code
Igor🇺🇦
Surge.rs
helps with breaking down long types
Anonymous
Anonymous
Is it in c or c++
Dima
It clearly says C++
Anonymous
Can you please convert it in c++
Dima
No
Surge.rs
lol
Anonymous
Can anyone please
Dima
Can anyone please
/warn read the rules
klimi
/warn read the rules
I understand roxi
Anonymous
/warn
klimi
/warn
Surge.rs
must click blue text
klimi
Yes
Mat
Omg that's a lot of stuff
Mat
You should pay anyone willing to make it better
Igor🇺🇦
Hello guys.Do you recommend to learn c++ or python if you were a beginner?
Python is easier. In C++ you have much more level control and you should know how to use it. Python is a better language for beginners in programming.
jot.rs
start with c#
Daniele
whatever programming language you begin with, you have to learn to program before learning a programming language
Wan Muhammad Syazwan
Sorry I'm not a professional
Ameya
Can anybody suggest me.... Which programming language should I select as a basic .....
Daniele
Sorry I'm not a professional
like, it doesn't matter too much which program you begin, you have to learn how to do stuff, algorithms and such
I_Interface
Why is it here ? Wanna post funny memes, post it in off topic group.
Герхард
sorry..deleted! 👍 was a mistake.. too many groups
Герхард
nah... it's rare when i post jockes.. i'm on a counter discution with my parnerst about implemneting java vs some C/C++ things..
Igor🇺🇦
Python has dynamic typing and that's no good for beginners
Why is it bad? Python main goals are simplicity and explicity. That's exactly what new programmers need.
Mar!o
Its okay for small scripts or tools but I would never write a large project in it
Francisco
Its okay for small scripts or tools but I would never write a large project in it
Depends on what you're doing. If I'm working on some machine learning/computer vision app, I'll surely go with Python before anything else