Dima
anyone into regex there? what does [#\\.] mean?
Dima
i dont like to use it but I need to know what it is
Aman
anyone into regex there? what does [#\\.] mean?
It is like character,word searching in files,etc🤔 probably
Aman
Google it. Lots of info about it given
__getitem__
I need help in c
__getitem__
anyone out there ?
Anshika
I need help in c
yes,say..!!
__getitem__
yes,say..!!
I face few problems while competitive programming
__getitem__
and I want some friend who could give me some of their time
__getitem__
and help me become a good coder.
__getitem__
lol 😂 I just realized . Don't get me wrong
Anshika
lol 😂 I just realized . Don't get me wrong
if u wnt any help then u can tell..we all are here to help each other..not to crack jokes
__getitem__
__getitem__
can't find error in this
__getitem__
it is one of the easy problem of hacker rank.
Aman
What is the compilation error it is giving?
Anshika
you get angry quite soon. anyway , sorry for that
no its fine..give me some time,if i find the error..i'll tell
__getitem__
and stray 240
__getitem__
What sort of issues?
Please see the pic , compilation error
Anonymous
Ah shit, I don't know printf scanf I was only taught cin cout in school.
Anonymous
its called c++
Yes, I know, smarty pants. I just don't know printf scanf.
__getitem__
Ah shit, I don't know printf scanf I was only taught cin cout in school.
🙄😁 its ok . neither did we learn it in school.
Anshika
Anonymous
Although if I had to guess, maybe lines 10 and 11 are causing issues. Just for debugging purposes, create a new variable int g; if (e>f) g=e; else g=f; return g; Or actually, you don't need to create another variable if (e>f) return e; return g;
Anonymous
Just guess work though, based on previous experiences.
Aman
The code is working .I just ran it
Anshika
The code is working .I just ran it
i think some pranks are happening here😒
Aman
You are using cpp droid for coding .maybe something because of compiler or the code you have written in c langauge and the extension is cpp .that's why the error 🤔
__getitem__
even on hacker rank
__getitem__
it shows
__getitem__
compilation error.
__getitem__
where did you check ?
Aman
I ran it on gdb .it is working.
__getitem__
I ran it on gdb .it is working.
oh , cool . I don't know why didn't it work on hacer rank
__getitem__
I ran it on gdb .it is working.
even on ideon it shows compilation error
Anshika
even on ideon it shows compilation error
sir ..it is because of different compilers..the code is working
Aman
What is the name of this challenge on hackerrank? I will try it out
__getitem__
What is the name of this challenge on hackerrank? I will try it out
https://www.hackerrank.com/challenges/functions-in-c/problem
__getitem__
try my code first .
__getitem__
sir ..it is because of different compilers..the code is working
I know , it sounds a bit irritating , but how do I make sure where is the error ??
__getitem__
I mean , why is it not running in my compilr ,
__getitem__
and how do I make it work in mine one !
Aman
and how do I make it work in mine one !
The code worked in hackerrank also
Anonymous
Can anyone suggest best c++ compiler for windows..?
Aman
Can anyone suggest best c++ compiler for windows..?
You can download eclipse ide. it comes with java and you can then add c/c++ and python packages on it. Or you can try gcc. It is the latest compiler for c/c++
Anonymous
Ok thaks I am going to download it
__getitem__
I solved by deleting extra spaces , but tell me , why the hell does extra space cause compilation error ? I have seen this thing for the first time ..
Anonymous
I heard that c++ doesn't considers extra spaces.... But its strange
__getitem__
I heard that c++ doesn't considers extra spaces.... But its strange
me too heard the same(about c) !! by the way , its c .
Anonymous
Actually c++ is in remented version of c having same compiler...
Anonymous
Incremented*
olli
I solved by deleting extra spaces , but tell me , why the hell does extra space cause compilation error ? I have seen this thing for the first time ..
This has nothing to do with spaces. stray 302 is a character different from space. However most editors might not render the character and therefore display a 'blank' one. You did not remove an empty space but instead the stray character. Stray characters might be included if you copy paste code from non-raw websites some editors will display \302 as ¤
__getitem__
wht exactly the stray is?
ya , me too didn't understand quite well .
__getitem__
This has nothing to do with spaces. stray 302 is a character different from space. However most editors might not render the character and therefore display a 'blank' one. You did not remove an empty space but instead the stray character. Stray characters might be included if you copy paste code from non-raw websites some editors will display \302 as ¤
and why does it automatically come when we coppy and paste a code ? . I mean , even if we don't type it practically , it gets typed on its own ? how ? and why doesn't it gets typed on its own when we just do normal coding , instead of coppy paste ?
olli
and why does it automatically come when we coppy and paste a code ? . I mean , even if we don't type it practically , it gets typed on its own ? how ? and why doesn't it gets typed on its own when we just do normal coding , instead of coppy paste ?
A stray character is a normal character like 'a', 'b' and so on. Depending on your editor it might be displayed with the same symbol as a normal whitespace character. (Therefore you were not able to see it) If you write code in MS word for instance, Word tries to smartify your input based on your local settings (e.g. different usage of " or ') and replace valid characters, in terms of a programming language, with invalid ones. One might write his code in a text editor and after validating publish it as part of a website, maybe using "smartifiing" plugins or to provide syntax highlighting. GitHub provides the "raw" view to be able to copy the original code without any markup symbols
brown boi
Hey, I wanted to tell you about meaningful internships that can provide you with real work experience during vacations and are a good resume builder. At Internshala, we have over 35,000+ internships in fields like engineering, management, design among others. If interested, you can create an account and start applying for internships for free herehttps://internshala.com/registration/student?utm_source=ISP10&utm_medium=%%ISPCode%%&utm_campaign=WP   PS - All internships on Internshala come with stipend and certificate :)
Francesco
Tq I'm to here
Mahbøøb
Hi guys How I can write a program for. Even and odd ?
Артём
Try to use if-statement.
Mahbøøb
Mm I use but error!
klimi
Ooo
Anonymous
You don't have the gcc compiler installed, either install it or make your editor use something else
Thanks mate Much appreciated I switched to visual studio 2017 community edition
Anonymous
What's the difference between Std::cout << "x = " << x << std::endl; Prints out correctly But when i do Std::cout << 'x = ' << x << std::endl; Prints out a weird long number
Anonymous
Thanks for the report @joker_bat98
Anonymous
## Welcome We&#39;re very glad to welcome you to join the International C/C++ Group. You can invite others by https://t.me/programminginc ## Topics In this group, any topics related to C/C++, Assembly, Debugging, and Hacking are welcomed. For serval reasons, it&#39;s appreciated that communicating with each other here by English; including but not limited to: * English is one of the most widely used and accepted language in this world, and most programmers could read English, since programmings languages are often based on English. * Communicating through English helps others understanding your posts better. * Your questions might also help or enlight others, and thus communicating in English might help to maximize global benifits in this aspect. You may also noticed that Pornography, Spam, Abuse, and Religion or Ideological topics are strictly forbidden in this group. ## Questions Questions related to the topics are welcomed. However, this is not a place to get the answer to your homework, hence DO NOT ask others to do the homework on behalf of you yourself. Life is short. For saving time and helping you to find more potential answers to your question, asking questions in a smart way is indispensable. You might be happy to have a look of this instruction: * [English](http://www.catb.org/esr/faqs/smart-questions.html) * [Translations](http://www.catb.org/esr/faqs/smart-questions.html#translations) BTW, when you are posting long long code snippets for asking questions, please kindly taking pastebins into consideration. Some famous pastebins are listed here: * [GitHub Gist](https://gist.github.com) * [Ubuntu Paste](https://paste.ubuntu.com/) ## Sources and Knowledge Check Allen&#39;s post: https://t.me/programminginc/6504 ## Reports If any Pornography, Spam, Abuse, and Religion or Ideological topics are found, please kindly pin the admins to help us for the purification of the communication environment in the group.
Thanks for welcoming. However, I didn't look through the links some kinda. I think they're n't highly recommended to read🤔
Anonymous
Anyway, I'm 18. I wanna study at IT engineering course. I study at college, 2 course.
Anonymous
I need a book which can help me to find wide range of tips, instructions and so on to learn IT language
kiran
Yeah I read
Riyaz
Please editor app send
Igor🇺🇦
Anonymous
Need c++ book
Anonymous