Help me please Code::Blocks compiler HELP!!!

Posts 113 of 13 · Page 1 of 1
Help me please Code::Blocks compiler HELP!!!
I used GCC compiler on codeblocks c programming lang
i downloaded it 2 times and i write a code that is correct like ,let me show u guys my code
and then when i go to My project this comes up what dose this mean>?
Picture:






Code:
#include <stdio.h>
#include <stdlib.h>


int main()
{
   char t;
   printf("Created By THEBOYZRULE\n");
   printf("Please enter Your a character ");
   scanf("%t", &t);
   printf("im wired \n");
   scanf("%t", &t);
   printf("Credits:\n");
   printf("Created by THEBOYZRULE \n", t);
}
You mentioned only one smart person here. /me

Anyways, fuck Code Blocks. Switch to C++ and use Visual Studio.
Quote Originally Posted by Hassan View Post
You mentioned only one smart person here. /me

Anyways, fuck Code Blocks. Switch to C++ and use Visual Studio.
Code::Blocks is pretty good

Just google the name of the dll
Quote Originally Posted by Hassan View Post
You mentioned only one smart person here. /me

Anyways, fuck Code Blocks. Switch to C++ and use Visual Studio.
In response to that I would like to mention that Hassan has a tendency to use homosexual non-free non-oss. CB is awesome and unless you like paying money for useless stuff like Intellisense (fuck Intellisense), you're just fine with CB. KKKKKKKKKKKKKKKKK.
Quote Originally Posted by Alen View Post
In response to that I would like to mention that Hassan has a tendency to use homosexual non-free non-oss. CB is awesome and unless you like paying money for useless stuff like Intellisense (fuck Intellisense), you're just fine with CB. KKKKKKKKKKKKKKKKK.
You don't have to pay for VC++ Express, and if you plan on doing any commercial development in C++, you'll probably end up using VC++ because it integrates very well with other MS products used by large organizations like MS Team Foundation server. MSVC++ also has native support for CLI/C++ support and the entire .Net framework. Something code::blocks does not have, unless you find a C++/CLI command-line compiler for CB, even then though you probably won't get it working well with the .Net framework.
Quote Originally Posted by Alen View Post
In response to that I would like to mention that Hassan has a tendency to use homosexual non-free non-oss. CB is awesome and unless you like paying money for useless stuff like Intellisense (fuck Intellisense), you're just fine with CB. KKKKKKKKKKKKKKKKK.
No comment. You really hate MS stuff for no apparent reason ._.
Quote Originally Posted by radnomguywfq3 View Post
You don't have to pay for VC++ Express, and if you plan on doing any commercial development in C++, you'll probably end up using VC++ because it integrates very well with other MS products used by large organizations like MS Team Foundation server. MSVC++ also has native support for CLI/C++ support and the entire .Net framework. Something code::blocks does not have, unless you find a C++/CLI command-line compiler for CB, even then though you probably won't get it working well with the .Net framework.
>I would ever work for an organization using MS solutions for enterprise shit
>I would never work with .NET
>.NET

YOU KNOW THAT I HATE .NET

Quote Originally Posted by 'Bruno View Post
Intellisense is useless? Oh god.. Im not even going to reply to that.. Mainly on the "paying" argument.
Well I had Visual Studio in mind, not the express version

Quote Originally Posted by Hassan View Post
No comment. You really hate MS stuff for no apparent reason ._.
You know me so well
Quote Originally Posted by Alen View Post
>I would ever work for an organization using MS solutions for enterprise shit
>I would never work with .NET
>.NET

YOU KNOW THAT I HATE .NET



Well I had Visual Studio in mind, not the express version



You know me so well
why is it saying im missing that dll ?

---------- Post added at 01:09 AM ---------- Previous post was at 01:09 AM ----------

by the way i have visual but im trying to learn the basics of project c

---------- Post added at 01:12 AM ---------- Previous post was at 01:09 AM ----------

Quote Originally Posted by Gab View Post


Code::Blocks is pretty good

Just google the name of the dll
thanks i found the link !
But were should i put iT?

---------- Post added at 01:14 AM ---------- Previous post was at 01:12 AM ----------

but im not sure if its correct heres link libgcc_s_dw2-1.dll free download - DLL-files.com

---------- Post added at 01:15 AM ---------- Previous post was at 01:14 AM ----------

damn i should really use a antivirus i have total registry errors 1086 !!

---------- Post added at 01:16 AM ---------- Previous post was at 01:15 AM ----------

are they real or are they trying to make me buy the program ?

---------- Post added at 01:19 AM ---------- Previous post was at 01:16 AM ----------

and it writes now i system health status= poor and i deleted 15 errors

---------- Post added at 01:19 AM ---------- Previous post was at 01:19 AM ----------

omfg now i have to purchase the dll WTF ? i gonna trty find a new one

---------- Post added at 01:29 AM ---------- Previous post was at 01:19 AM ----------

i got it from ******* but i dont know were to put it

---------- Post added at 01:31 AM ---------- Previous post was at 01:29 AM ----------

]why is it saying im missing that dll ?
add -static-libgcc and -static-libstdc++ linking flags
Intellisense is useless? Oh god.. Im not even going to reply to that.. Mainly on the "paying" argument.
A solution was offered by @giniyat101 but it was buried....

Add those parameters to the compiler commandline.
Posts 113 of 13 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?