Anonymous
Can you give names or links please
I think there are some books in this group
Vitrag
Anonymous
How ??
Google...
Anonymous
How ??
put this on google: books c plus plus
Vitrag
Ohk thanks
Anonymous
hello who interes good course of programing?
Anonymous
write me
Vitrag
Anonymous
Ya
Anonymous
Hey
Anonymous
Hello)
Generation Z
Hello?
Anonymous
?
Vitrag
Hey
Hey
M
OOP qs: how to make a setter&getter float array in c++?
Dumb
Guys I've a question about matrixes in C
Dumb
Are matrixes pointer to pointer structures?
klimi
i am not aware that in C there are matrixes, what are you refering to?
Dumb
i am not aware that in C there are matrixes, what are you refering to?
In C we can define matrixes as <type> <name>[dim][dim]
Dumb
they are legal in that lang
klimi
you mean multidimensional array, okay
klimi
that's just a syntax sugar to having <type> <name> [dim*dim]
klimi
Are matrixes pointer to pointer structures?
so yes, they are a pointers to a block of memory
Dumb
In C we can define matrixes as <type> <name>[dim][dim]
ah yes but I am a ICT student and in my course it's defined like this (and it works too=
klimi
but even name[something] is a syntax sugar for saying *(name+something)
klimi
but you can also create multidimensional array that you have array of pointers than point to other arrays (usually allocated with malloc)
Anonymous
is there any audio books about coding?
Immortal
Please I do need you help. A c++ array program that can traverse, insert and delete. Three different programs one will be traverse and so on
Immortal
Creating a c++ array program that can traverse........
Md_Imran_Ansari Bada Business
What is SaaS
Arminio
Arminio
It's very unlikely for people in this chat to be able to.
Arminio
I could, but I'm not motivated to.
Arminio
Ok but please don't be upset if I will not reply, I'm just drinking beer and listening to some deep techno.
Arminio
Either way, people in here will probably not solve your homework for you, but they might be willing to help you to do it yourself.
Anonymous
Ok
Arminio
@FakezID Also keep in mind here are over 14.000 people reading. You could increase the chance that someone knows an answer to your problem by factor 14.000 compared to asking me in DM, sure you don't want that?
Anonymous
What is SaaS
Software as a Service. It is commonly used to refer to softwares that operate on the cloud through web based technologies. For example you can use Amazon's S3 storage to store your data and retrieve them or modify them. This software runs on the cloud. So S3 is a SaaS storage service.
Arjun
int main(){ int n; cin>>n; int a[n]; for(int i=0 ; i<n ; i++){ cin>>a[i]; } int out =0; int i=0; int j=i+1; while(i<n){ while(j<n){ if(a[j] == a[i]){ out=i+1; break; } j++; } i++; } cout<<out<<endl; }
Arjun
why this code isnt working?
Anonymous
why this code isnt working?
What do you intend to do with this code? Do you want to find a situation where an element repeats itself?
Anonymous
why this code isnt working?
Not working as in? Throwing error? Or output not as expected?
Arjun
output not as expected
Anonymous
output not as expected
Move int j = i+1 between the 2 while statements rather than outside the 2 while statements.
Arjun
i wanted find the index of repeatating element in a array
Arjun
ok
Arjun
thanks now its working
Hanz
#ask Why someone would use C++ with C? Why not just use one of them?
מנחם
Recommended app for writing c ++ on Android?
Anonymous
Can we use C or C++ to collect data from back end? Like angular and react
Anonymous
מנחם
Pls get a pc... really...
I just want to use it when I'm on the bus.
Anonymous
I just want to use it when I'm on the bus.
Read the code or compile? How many lines can u write on the moving bus?
מנחם
Read the code or compile? How many lines can u write on the moving bus?
Mainly for writing and reading ... I travel 40 minutes ...
Anonymous
Mainly for writing and reading ... I travel 40 minutes ...
Ok .. I still feel its bad for eyes.. anyway u can search for c++ on playstore...
מנחם
Ok .. I still feel its bad for eyes.. anyway u can search for c++ on playstore...
That would be cool ... Whoever is sitting next to me will be sure that I break into it ... Strange letters ....
Anonymous
who can help me on c programming assigment? i can pay thank you !!!! 😀
'''''''
'''''''
Coding
Those r the apps
מנחם
'''''''
👍👍
Also try Cxxdroid
מנחם
Ok...
Code WHIZ
Can we use C or C++ to collect data from back end? Like angular and react
Yes Definitely. It would be robust. But resources of implementing are less and i havent came upto it . If any other know then please share.
Anonymous
Just use termux...
It's not so comfortable to write code using Termux
klimi
Oh
klimi
Get a laptop then ^•^
klimi
(Or a keyboard)