I_Interface
Lol
lol
I_Interface
1. Read the rules. 2. Use visual studio.
Anonymous
For(i=0,j=0; i<2*n; i++,j--)
This doesn’t work I don’t know why
Anonymous
I did for(i=1,j=-1; i<2*n ; i++,j- -)
Anonymous
But doesn’t work
Devil's izzo
Devil's izzo
Any solution for the above questions??
klimi
Is that assignment?
Devil's izzo
Yes
Mat
Yes
Have you read the rules?
klimi
Have you read the rules?
I like how they admit
Devil's izzo
Can't we discuss any programming questions here??
klimi
Whatever
klimi
Do you want the admin rights?
...
/report
Liam
/ban
Liam
/report
thanks
...
thanks
The join link is still there, and np
SH
But doesn’t work
What does not work can you please be clear?
01000001011011010100000101101110
Question from IB?
Anonymous
What does not work can you please be clear?
There is error in my code if I set for(i=1,j=-1; i<2*n ; i++,j - -)
Anonymous
Is this correct? For(i=1; i<2*n ;i++) and put j=2*n - i
SH
You can put it inside the loop too!
Anonymous
I don’t know why I got error
Lalit
Anyone working on ionic 4 And if someone can provide some notes or better tutorial its very helpfull for me Thanks in advance
Joesph
@K11M1 the majority of indian asking their homework is just lmao
Joesph
First of all use a damn english version
lucia
I want to learn c
Unknown
I want some of the good exception handling programs in file handling of c++.Thanks in advance.
Unknown
I want some of the good exception handling programs in file handling of c++.Thanks in advance.
it would be great if you share some good link from github or anywhere else.
lucia
I wrote it yesterday
I_Interface
/warn read the rules, no screen photo.
Ilya
is it necessary to use pragma once?
it is not. But in general this is a very good practice. Do you really need an include guard or not -- this depends on your code.
Ilya
this is a good example where arrays are good to use.
Pavel
this is a good example where arrays are good to use.
I'd say loops, but this doesn't need an array I think
Ilya
Justfuckinggoogleit.com
Actually the Net is a big junkyard full of any shit you can imagine, so if I google it, I can find anything, proof that C is faster then C++, proof that C++ is faster then C, proof that Americans didn't travel to the Moon, proof that Lenin was a mushroom -- anything.
Saurabh
I want to learn c
Learn with basic programmes bro
Joesph
Tho american never travelled to moon is real
Ilya
Atlast you the answer
No this is not me... this is echo from past.
Joesph
They faked something that represents whole human kind
Ilya
Tho american never travelled to moon is real
the main thing here is -- to believe in it! If you really believe, nothing can spoil your picture of the world.
Joesph
the main thing here is -- to believe in it! If you really believe, nothing can spoil your picture of the world.
Even tho the moon landing was fake you cant just believe in it which is already a lie
olli
Yes, because C and C++ is ONE LANGUAGE, at least C++ has all possibilities C has.
C and C++ are two distinct languages and neither one is a subset of the other
William
Can I have group link, my friends want to join the group
Pavel
Yes, because C and C++ is ONE LANGUAGE, at least C++ has all possibilities C has.
Nope, not all. For example restrict. Or designated initialization that I guess will be in C++ only in C++20. Yes, some of the C++ compilers support something similar, but that not in the standard. And there are more examples
Dima
super annoying
Dima
tell one to googleit and they become toxic/whatever
Anonymous
Has anyone opened it? What is it? Deserves warn/ban?
klimi
I can not open it
klimi
klimi
What's wrong sir
Dima
#ot
Anonymous
any suggestions books for ai
Anonymous
Cinappo
Need help. "Write a program that shows, summing positive integers numbers (1+2+3...+...), what is the number you have to arrive to so their sum is bigger than 100"
Cinappo
What I mean, is that I need to write a program in C. Now, after defining variables, what do I have to do? A "for" cicle? Or is it better a while cicle?
Cinappo
I would like to help you but can you please explain more in detail what your program should do?
Yeah. This program should find what is the last number to sum to the sequence of positive integers so the final sum is > 100
Mar!o
Alright
Mar!o
Just use a while loop
Mar!o
How can I write highlighted code here?
klimi
``` code and the also 3x`