Thread: C questions

  1. #16
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by laserlight View Post
    Possibly, but I find it hard to be certain considering the attitude of some people these days, as genuine as they may be.
    Now ain't that the exact truth.

    Listening to a couple of people talking yesterday (both probably in their late teens) and it wasn't a conversation, it was more like the mutual harassment... It's disgusting what passes for an acceptable demeanour these days.

  2. #17
    Registered User
    Join Date
    May 2011
    Posts
    21
    Quote Originally Posted by laserlight View Post
    Very well.


    Since you obviously don't know C, the answer is that you cannot "build beautiful, modern, graphic programs, web apps, mobile aplications, 3d games and anythin (you) want with c". In fact, you cannot even write a "hello world" program in C.
    So ironic!:P. What i mean is, is this possible if i learn c? Can i really do all this stuff if i learn it? Please answer properly and in a nice way. No disrespect. Thank you.

  3. #18
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by malvado View Post
    So ironic!:P. What i mean is, is this possible if i learn c? Can i really do all this stuff if i learn it? Please answer properly and in a nice way. No disrespect. Thank you.
    1) People who demand respect, seldom get it. (in life, as well as this forum)

    2) The answer, already given to you at least 10 times is ... "YES".

    Now... please stop wasting our time and either start learning C or pick a different career.

  4. #19
    Registered User
    Join Date
    May 2011
    Posts
    21
    Quote Originally Posted by CommonTater View Post
    1) People who demand respect, seldom get it. (in life, as well as this forum)

    2) The answer, already given to you at least 10 times is ... "YES".

    Now... please stop wasting our time and either start learning C or pick a different career.
    thx. I'll be back anytime soon.

  5. #20
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Awesome! Can't wait!

  6. #21
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657
    btw.. Are you going to try learning C ..or are you 'going' to ..
    build beautiful, modern, graphic programs, web apps, mobile aplications, 3d games
    etc... ?

  7. #22
    Registered User cph's Avatar
    Join Date
    Sep 2008
    Location
    Indonesia
    Posts
    86
    Quote Originally Posted by manasij7479 View Post
    btw.. Are you going to try learning C ..or are you 'going' to .. etc... ?
    I think the OP said that he/she is going to be back anytime soon, let's hope not for asking some more useless questions
    Do not stare at my avatar.

  8. #23
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by cph View Post
    I think the OP said that he/she is going to be back anytime soon, let's hope not for asking some more useless questions
    Here's my code (3000 lines of C++)... Why doesn't it work?
    Please tell me why this (Pascal program) doesn't compile.
    Does anyone have the code for ______ ?
    I found this on the web but it doesn't work...

    then...

    We don't have textbooks.
    The teacher hasn't shown us how yet.
    Why don't you people treat me nicely?

    and

    I use Turbo C++...

    then... 11 threads, 103 messages later...

    You people are a bunch of lazy stinking <choose explitive>!!!!!!


    Yeah... I can hardly contain my enthusiasm...
    Last edited by CommonTater; 05-16-2011 at 12:45 PM.

  9. #24
    Registered User cph's Avatar
    Join Date
    Sep 2008
    Location
    Indonesia
    Posts
    86
    Quote Originally Posted by CommonTater View Post
    Here's my code (3000 lines of C++)... Why doesn't it work?
    Please tell me why this doesn't work.
    Does anyone have the code for ______ ?
    I found this on the web but it doesn't work...

    then...

    We don't have textbooks.
    The teacher hasn't shown us how yet.
    Why don't you people treat me nicely?

    then... 11 threads, 103 messages later...

    You people are a bunch of <choose explitive>!!!!!!


    Yeah... I can hardly contain my enthusiasm...
    3000 lines of code get posted in a forum? that'd be a world record, LOL.
    Do not stare at my avatar.

  10. #25
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by cph View Post
    3000 lines of code get posted in a forum? that'd be a world record, LOL.
    An exaggeration... but still... Go look back over the messages this past year... really...
    Last edited by CommonTater; 05-16-2011 at 01:25 PM.

  11. #26
    Registered User
    Join Date
    May 2011
    Posts
    21
    this is my last question for now. I heard ebay was written in perl, rewritten in C++ and then rewritten in java and xsl(? or something like that). I heard google and facebook also use c++. Can you actually also do this using c? r there ppl who use c to write websites? is it possible?
    Last edited by malvado; 05-17-2011 at 12:24 PM. Reason: ...

  12. #27
    Registered User claudiu's Avatar
    Join Date
    Feb 2010
    Location
    London, United Kingdom
    Posts
    2,094
    You are basically asking, can you be a hairdresser if all you know how to use is a knife? Well sure, but I am not sure you will have a lot of customers. You are asking stupid questions. Not everything that is possible is also recommended.
    1. Get rid of gets(). Never ever ever use it again. Replace it with fgets() and use that instead.
    2. Get rid of void main and replace it with int main(void) and return 0 at the end of the function.
    3. Get rid of conio.h and other antiquated DOS crap headers.
    4. Don't cast the return value of malloc, even if you always always always make sure that stdlib.h is included.

  13. #28
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by claudiu View Post
    You are basically asking, can you be a hairdresser if all you know how to use is a knife? Well sure, but I am not sure you will have a lot of customers. You are asking stupid questions. Not everything that is possible is also recommended.
    Old saying... "When the only tool you have is a hammer, everything looks like a nail."

  14. #29
    Registered User
    Join Date
    May 2011
    Posts
    21
    Quote Originally Posted by malvado View Post
    this is my last question for now. I heard ebay was written in perl, rewritten in C++ and then rewritten in java and xsl(? or something like that). I heard google and facebook also use c++. Can you actually also do this using c? r there ppl who use c to write websites? is it possible?
    So i am asking the same question again. It is my last question about c(4 now, lol). I heard ebay was originally written in perl, then rewritten in c++, and then in java and xsl(?). I was wondering if it is possible to pull this very same tricks with C. Can you actually use c in websites or to write them? Is it possible? Thank you if you answer. Please just say yes or no.

  15. #30
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Yes...No...Maybe

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. few questions
    By BEN10 in forum C Programming
    Replies: 11
    Last Post: 07-06-2009, 07:47 AM
  3. Some questions about DSO's...
    By LinuxCoder in forum Linux Programming
    Replies: 2
    Last Post: 04-11-2006, 09:47 AM
  4. PM - questions
    By dbaryl in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 09-09-2002, 12:45 AM
  5. PHP Questions
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-07-2002, 11:51 AM