Anonymous
output:- 3 5
sourav
using windows in 2019 lol!
I think you using Jarvis
Dima
windows is crap
sourav
So what u use ?
Anonymous
but if i make arr[3][3]; then i paass fun(arr); this wont work
Alankar
#ot
mean?
Anonymous
but if i make arr[3][3]; then i paass fun(arr); this wont work
well because it is two-dimenshional array now, don't you think so?
Anonymous
Anonymous
yup so can u explain the internal working
Google can There's a TON of articles about it
Pete
Do you guys rent or buy your text books? I’m a junior
cooper
we all know you can, but I'm not gonna help you do it lol
Pete
I read a lot in general and I’m too much of a fan of digital books
बदमाश
steal
Well said
बदमाश
I read a lot in general and I’m too much of a fan of digital books
Spending much time with digital books can cause you irritation in the eyes
Pete
Spending much time with digital books can cause you irritation in the eyes
I can see that. I was just curious if they’re worth keeping around to reference in the future. Or not
cooper
you can't really buy and resell books anymore
Pete
Thanks I’ll probably just rent and “find online” after the semester if I love it
Random
If anyone have let us c 16edition soln . Pls provide me
Ha
hi I am good at c language
Anonymous
Hy can anyone is having an idea how to use opencv using c++
Niranjan
Ok
Anonymous
hi I am good at c language
Why do you think so?
Niranjan
Ii want to learn c language
Anonymous
Niranjan
I read
Anonymous
/notes
Anonymous
Ii want to learn c language
Read C++ Primer Plus and be happy
Niranjan
#ide
Anonymous
#learn
Niranjan
Anonymous
Where I will get it
Buy it at Amazon or somewhere else Other ways are illegal
Ha
hi I am good at c pointer
Anonymous
Some material plzz
Anonymous
hi I am good at c pointer
I don't think so
Ha
why ?you r good at?
Mat
Some material plzz
Search on the net
Anonymous
## Rules #pinned * You are not entitled to an answer, getting angry about not answered questions will get you warned. * Not checking your problem in google (or any other search engine) first will get you a warn. * Asking for something that is in the pinned message right after joining WILL GET YOU BANNED. * C/C++ discussion preffered (assembly also allowed), asking about other languages (or groups for other languages) right after joining will get you BANNED. * Reverse enginnering, hacking and related topics are allowed, but asking to hack facebook, instagram, etc. is NOT allowed. Also if you ask "how to become a hacker" and obviously have zero knowledge on anything related to that you may get warned or banned. * Legitimate requests for help on code and programming questions are welcome. A request is considered legitimate if it describes your problem, what you've done so far and what went wrong. Requests such as "write my program" or "do my homework" are never considered legitimate. Asking not legitimate questions will result in a warn or ban. See https://stackoverflow.com/help/mcve on how to write good questions. * Asking for book recommendations is ok, but "pls give pdf book" is not allowed, find books by yourself. Posting illegally copied books (or links to those books) is also not allowed. * Only English language is allowed, if you speak shitty English or don't understand anything in English YOU WILL BE BANNED. * A little bit of programming related memes, jokes, shitposting are allowed. * NSFW content (porn, nudity, etc.) is not allowed. * Spamming/advertising (job posts are also ads, so ask an admin before posting) will grant you a warning or an immediate ban if you do it right after joining. * Religion, politics and ideological topics are forbidden. * Long code snippets must be posted via a snippet website(links below), posting pictures of code and posting long snippets in the group is not allowed. * If you encounter a problem, while using turbo C++, you will not be helped, use another more modern IDE. * Don't post compiled executables, that is obviously a security risk ## Resources About asking good questions: * [English](http://www.catb.org/esr/faqs/smart-questions.html) * [Translations](http://www.catb.org/esr/faqs/smart-questions.html#translations) For posting long code snippets: * [GitHub Gist](https://gist.github.com) * [Ubuntu Paste](https://paste.ubuntu.com/) * [Pastebin](https://pastebin.com) ## Reports If you notice any forbidden content, please use the /report command while responding to the offending post to report it to the admins.
How can I contact you personally?
Dima
Dima
/ban @westenshaw Retarded ad
Dede
#cbook
Dede
#cpp
Pie 🧩
Helo
Err0rX
hey there i have a question, in linear search programme (basic) we are defining the value of an array like arr[100], is there any way we can replace the value with n times like arr[n](n = as many as i want)
Err0rX
in c not cpp
Francisco
Or malloc()/free() if you're in C
Err0rX
ok i will try
Ha
memcpy
Err0rX
can i paste here some lines of code or should i use pastebin?
Dima
If it’s not that much then it’s okay
Err0rX
ok
Err0rX
sure
Anonymous
Hii everyone
Muhtasim Adil
hi
amninder
amninder
Anyone help
amninder
Why thsi isn't working
Artöm
This is working
Artöm
Doing exactly what you wrote
Err0rX
https://pastebin.com/RVXrph9S —» I have write a programme on basic linear search, this programme has an allready an predefined array with some predefined elements, but i am not understanding how can i define an array with the value of elements is n times(n = as much as i want), i know you guys are great , i am just a beginner , if you help it will feel peace for a 11 year old kid👏🏻
Nameful
When using templates, what do you name your second type?
Nameful
I like to name my first type T
Nameful
so, <T>
Nameful
but when I introduce a second, what should I name that?
Nameful
<T, ???>?