Anonymous
Download from another source
Can you suggest other than sourceforge?
klimi
2013 repo?
Anonymous
klimi
Means?
it maybe doesnt exist now
klimi
what are you even trying to achieve?
Anonymous
what are you even trying to achieve?
I am trying to download and install GNU GCC compiler
klimi
for which IDE?
Anonymous
for which IDE?
Code blocks
klimi
you can download codeblocks with mingw gcc
klimi
klimi
codeblocks mingw
Anonymous
you can download codeblocks with mingw gcc
That's what I have done But further packages aren't downloading There is a connection problem with it or other...don't know right now
klimi
oh...
Anonymous
Okay I am trying
Anonymous
klimi
How?
try the url first
klimi
if that doesnt work, post it here
Anonymous
Anonymous
for the installation of MinGW the packages are must and for that it needs to connect with the sorceforge(it is by defuault) and now again i am facing the same issue....
Anonymous
Yes I have tried
Talula
And?
Talula
Yes I have tried
Did it work?
Anonymous
Not at all yet
Anonymous
Any other alternative source for the direct download?
Talula
That means the files are missing, search for the files on google directly and download those, frankly I have never used codeblock to know about this problem but just giving you tips I think @K11M1 can give you better solution.
klimi
https://stackoverflow.com/questions/29028808/is-there-an-offline-mingw-installer
Anonymous
That's what I have done But further packages aren't downloading There is a connection problem with it or other...don't know right now
I had used codeblockz out of the box before without an internet connection, must be some version that comes with the compilers
Anonymous
Salman
hello i want channel for MS ACCESS and VBA projects and asks,answers
Anonymous
/warn
I_Interface
/report troll and ot
Anonymous
/report troll and ot
It's not ot.. you just said him to Google it, is pretty relevant imo
Roxifλsz 🇱🇹
/report troll and ot
Eh, don't be so sensitive on that, it's just a meme
Roxifλsz 🇱🇹
Somebody deleted it anyway lul
Anonymous
Anonymous
PURUSHOTTAM
hii
klimi
hii
yes?
I_Interface
hii
Nohello.com
PURUSHOTTAM
write a c program to accept an integer and check if it is divisible by 3 & 5?
klimi
#include <iostream> int main() { int in; std::cin » in; if (in % 3 == 0 && in % 5 == 0) { std::cout « "I wont steal homeworks\n"; } return 0; }
PURUSHOTTAM
can you write in simple c Language please
klimi
i am not a programmer
PURUSHOTTAM
OK thanks
klimi
OK thanks
yeah youre welcome... but i think i forgot something
klimi
yeah better
Dima
Let’s decrease warn limit to 1
Dima
Lol!
Dima
I_Interface
Anonymous
I think the warn limit would be 3
Augmented
There is a mistake
&& must be ||
Augmented
&& must be ||
or I'm wrong ?
I_Interface
Augmented
3 AND 5.
Think over again
Anonymous
klimi
result was same
Ariana
lets decrease it to 0
Augmented
3 is divideble by 3, and so does 5
I_Interface
lets decrease it to 0
With a ban ? :D
I_Interface
3 is divideble by 3, and so does 5
if with double type - yes, if with integer type - no.
I_Interface
3 is divideble by 3, and so does 5
Program accepts an integer, so u are wrong.
Ariana
#define 5 6