Added: 3 years ago
From: xcodeprogrammer
Views: 72,196
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (87)

Sign In or Sign Up now to post a comment!
  • lol mac

  • @MGuD18 -.-

  • Download Dev-c++ here:

    wired-web.webuda.com

  • don't use macs to do programming. C programming was built for pcs.

  • @BufferOverflowAttack true, but would you need to use win32 programming?

  • Im not getting it and i really wanna learn this! can anyone explain me? i thought this was to order a machine what to do

  • i ve joined 4 BCA n i ve c in my fst sem... bt i knw nothng of itn it sounds like greek n latin!!!!!!!

  • @TallathAfshan your programs won't work if you write code like that.. learn to spell and add vowels to words!

  • man it sounded like you started taking dump at 7.28, there is only another 2 mins to go HOLD IT! P.S, Im all for helping and teaching but you just sound as if you have no interest which makes it unbearable for the watcher. just a thought!

  • why not just use xcode ide? way easier

  • hi mate, at the beginning you said you couldn't do a gui program with c. of course you can, what would be the point of a programming language without the capability of a gui.

  • you forget a slash to insert, and I see it every time :)

  • You can tell from his voice that he is one fat fuck. :)))

  • any can help me please i have 4 different pyramid of stars and 1 rhomubs of stars that will get in the exam please help me they should be written in c programming language using loop for

  • To everyone interested in programming, go to codeconsortium(dot)com for help and discussion. The site owner is very helpfull.

  • you sound like a lesbian or you have a flu

  • I love C. it was my first programming language

  • dawg how old ru?

    ur pretty gud!

  • thanks Tim

  • \ <- backslash :)

  • Kid in the video thinks he's all cool with his Mac. Pff...

  • Of course the gcc thing will work. All you have to do is download and install a port of it, and you're good to go. I've done it once for a friend of mine. Other than that, I've only used OS X, Debian and Arch. I haven't watched the tutorial, but it's safe to assume it's full of flaws.

  • Never use scanf() for reading strings.

  • The main should return a value, or else bad things happen, really bad horrible things...

  • how old is that young talking boy?

  • you can give a download of compiler

  • very easy this programing

  • hey where can i find this app?

    i need it as soon as possible

  • rohitaudipudi, the processor ACTUALLY understands base 2 AKA Binary (you know, 1's and 0's) the rest is right. lawl. Also, xcodeprogrammer, are you a douch?? stdio.h is standard input output. everyone knows that, if you dont know that then dont bother learning C. also, always write "int main(void) ...." not main(). but yeh. C rocks, =D

  • Dude.. you forgot to type return 0; in the { }, the compiler didn't tell you it was an error because it figured what it was doing, but type gcc -ansi -pedantic -Wall -o then your program file to check what was wrong... haha i'm bored...

  • he doesn't need to return a value if the function is void (even though he was too lazy/ignorant to declare the main function properly)

  • hey dude, I'm joing an contest in our school my category is programming language..using c++ can you send me some tuitorials of that..,........thx in advance..=)

  • go to xoaxdotnet's channel or his website

  • If your refering to the windows/mac OS creation is was likely ran in UNIX the first OS created by C. Funny how the operating system C was created on was written in C along with how the C compiler was also written in C. Kind of two fun facts for you.

  • C was created in the DEC PDP-11 computer I'm not sure as to what OS it was designed on I believe UNIX but I can't find anything to prove that.

  • then how did microsoft/mac compile their FIRST operating system( how did they compile DOS/UNIX??? or even before that???)

  • DOS came from CP/M, and UNIX was originally written in assembly, but after Dennis Ritchie invented C and wrote C compilers in assembly, he re-wrote both UNIX and the C compiler (CC) in C.

    If you go back far enough, you will find very minimal OSes implemented in low-level assembly on which more complicated OSes were made.

    Also xcodeprogrammer must have been unaware of MinGW, a way to use GCC on Windows to make native Windows executables; I prefer TCC for simple C programs on Windows though.

  • they wrote a program onto a microprocessor using assembly level language - the language in which the processor understands. then , using that they made the first operating system. After that, using advanced versions of the operating system, they made C understandable and decodable by the processor into its own language.

  • Of course it's possible to write GUI programs in C. For example, make calls to the WIN32 API. Unfortunately, you have to buy the appropriate (overpriced) software from microsoft.

  • Comment removed

  • is there a way to program and compil language c without an operating system???? in other words when they made the windows operating system how did they program it without an O.S if you know what i mean

  • yeah, how did Microsoft/Mac compile their first operating system???

  • where can i find a free C compiler???

    please can any1 tell me...

  • Search Google for Tiny C Compiler and click the first link.

  • Google search GNU C compiler

  • code::blocks is the best...

  • Comment removed

  • main() returns integer. Read c-faq.

  • i use c++ its easy once you get used to it

    =D

  • linux is best for programming in my opinion :)

  • @tommadelin im with you cuz open source

  • gcc works on windows if you have cygwin

    wich is a unix emulator.

  • There is a simple, but powerful, C compiler for Windows. It's called LCC and can be downloaded for free, if you haven't already settled with Visual Studio or anything. It's command line based, just like GCC, which is the GNU/Linux general C compiler.

  • Could you please tell where you can get the LCC,C compiler for Windows, free download? I am sure I and many other novices would appreciate the information. Thanks for tip in the first place!

  • Search for LCC on Google. It's the first result I got when I did it. ;) Good luck..

  • this is really good... keep up the good work

  • he jailbreaks

  • Instead of typing in that long command every time you want to compile a .c program from terminal, you could have just typed cd Documents to go into the Documents folder, then typed gcc whatevername.c -o whatevername.exe

    Also, you instead of spending near 60$ on something like text mate, you could have gotten something like gedit for free, or just used good old pico, or vi, etc. free terminal editor.

  • o.k i'm now startin college and i'm doin this "thin' for the first time and it is really difficult bt i think i'm graspi sumthin from this thx

  • wow. python is much easier than C !!

  • nooblet

  • xcodeprogrammer can u plz tell me how u learnt C

    language.

  • um.....I don't think he knows it all

  • xcodeprogrammer what do you mean gcc wont work on windows?

    If you install MinGW then gcc is instaleld also, and then you can simply type

    gcc helloworld.c -o helloworld

    at the command prompt!

  • Nice video.

    I find it easier to learn when I'm watching in real-time rather than reading a book or something. I mean I knew everything that was taught in this video but actually watching it makes it easier to see the big picture.

    Good job

  • All i meant was that to some people a text editor meant MS word etc...

  • nice vid, i would like to point out though you CANNOT use any text editor you have to use a plain text editor such as Notepad-Windows Pico/Ed/Vi/Nano etc... on unix/Linux and I dont know about Mac i have never used it

    You cannot use something like Microsoft Word that adds all stuff like font types, colours etc... and will screw up the program

  • You are right about Microsoft Word, but that is not a text editor it is a word processor. You can use any text editor just not word processors like Open Office, Neo Office, Pages, and Microsoft Word.

  • Uh, what? Microsoft Word is perfectly capable of saving in plain text. Anyone who would use Word to write code would deeply confuse me since it's an unnecessarily "fluffy" program for writing code, but to say that you cannot use it is incorrect.

  • Oops, this was in response to HLA91's comment:

    "You cannot use something like Microsoft Word that adds all stuff like font types, colours etc... and will screw up the program "

  • it will with complex code not stuff like hello world.

  • nonsense

  • What do u mean nonsense? explain yourself dont just say nonsense.

  • Plain-text is plain-text, the size of the source code isn't a factor.

  • You realize that mircosoft word will translate certain commands because it was made with c and cpp so it will interfer with some commands.

  • like what?

  • I do C Programming 2years now & I dont have a clue !!

  • lol feel te same way bro i feel just as stupid about it as when i began expt im learning which things seem to kill my comp lol

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more