User forums > Help

Implicit Declaration of Function - HELP!

<< < (2/2)

biscuit_5:
Oh no! Banned!!? For asking for help regarding a Code Blocks issue!? Please ban me for that. That would be hilarious. The forum is called "Help". This is clearly not just a coding issue if it executes for another individual without any warning or error, using the same software.

You guys complain a lot. You must be unhappy. If you were so knowledgable, you could answer the question and politely redirect me for the future. But I'm sure you two jump at the opportunity to be condescending pricks because you are too cowardly to do such a thing in public.

stahta01:

--- Quote from: biscuit_5 on May 29, 2019, 02:49:18 am ---Oh no! Banned!!? For asking for help regarding a Code Blocks issue!? Please ban me for that. That would be hilarious. The forum is called "Help". This is clearly not just a coding issue if it executes for another individual without any warning or error, using the same software.

You guys complain a lot. You must be unhappy. If you were so knowledgable, you could answer the question and politely redirect me for the future. But I'm sure you two jump at the opportunity to be condescending pricks because you are too cowardly to do such a thing in public.

--- End quote ---

You sir, have no future in programming; Wonder if you will make it to 25 posts before you are banned.

http://www.catb.org/~esr/faqs/smart-questions.html#forum

Edit: Top Google result: https://stackoverflow.com/questions/32703675/implicit-declaration-of-function-enterchar-wimplicit-function?rq=1

NOTE: The above are hyperlinks! I suggest you learn to use search engines like Google; but, you seem to be unable to learn or you had no idea what hyper links are.

Tim S.

 

zdena:
Dear biscuit_5,
don't feel so humiliated. Try to read all this C::B forum and you will see that the boys answered tens, hundreds or even thousands of questions.

I'm pretty sure that they like interesting questions about C::B. But they cannot teach anybody how to program. Your error (really error? or warning?) is so common (I also got it a lot of times) that it could be boring to explaint it again and again. Try to empathize.

BTW did you really read the forum rules and FAQ? Or wiki?

NOTE: sodev answered your problem in the first reply.

sodev:
I did, but i was wrong... in one point... you really copied the code exactly. And stahta01 might be wrong too. Why is that so? Because you hit one of these total obscure c features.

The feature you are using there was invented 30 years ago but was so bad that the c standards committee said it should not be used and removed it 20 years ago. Why is it working for the dude in the video? Because he is compiling the code in c89 mode. Why does stahta01 get warnings and think you dont know the difference warning and error? Because he is compiling in c99 mode and gets warnings about it. Why doesnt it work for you? I dont know because you didnt provide enough information. You either compile in c99 mode and get warnings or compile in any c++ mode and get errors.

And how is that related to CodeBlocks? Nothing it all! This is a question about c language features and compilers implementing them. CodeBlocks isnt part of the c standards committee nor a compiler, it is basically a nice text editor that can launch many compilers. Unless one of these things doesnt work, it is not a CodeBlocks problem and therefor not the place to be asked here, the poor people here have enough to do to take care about CodeBlocks issues, they cant help with others topics.

But congratulations, you found a dude on YouTube who is using languages features that should not be used for 20 years now and he is proposing these to people who start programming today. Really, this guy knows pretty much nothing about programming, only how to make videos and earn money from ads. You really should not watch videos on YouTube to learn anything, they do more harm than good. This is like you try to build spaceships by watching Star Wars.

stahta01:
And, since I posted how to report the problem correctly and he failed to do so. We likely will never know his real problem. But, I would guess that he has not read either the rules or the FAQs I linked.

Tim S.

Navigation

[0] Message Index

[*] Previous page

Go to full version