Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: C programmers

  1. #1
    Join Date
    Sep 2008
    Posts
    6

    Default C programmers

    Hi friends

    this is siva

    i would like to be a programmer in C is there any chance.......

    if so please inform me......

  2. #2
    Join Date
    Jun 2008
    Location
    Bangalore, India
    Posts
    53

    Default c programmer

    hi if u want to be a c programmer, u have to practice and be master in dynamic memmory allocation , how to distroy allocated memory.. how we can manage datas in heap....

  3. #3
    Join Date
    Jan 2009
    Posts
    4

    Default

    start from Herbert Schildt, "C: The Complete Reference"

  4. #4
    Join Date
    Jun 2008
    Location
    Bangalore, India
    Posts
    53

    Default

    Complete reference books are very good for reference.. If u know the language well then u can refer .. But if u r a beginner then it will be nightmare.... so use simple books like balaguruswamy book or some other simple books....

  5. #5
    Join Date
    Mar 2009
    Posts
    1

    Thumbs up

    Hi,
    For beginning learn about
    if, for, while, ... (C ANSI)

    struct... typedef ...

    and after a good programmer know STD library...

  6. #6
    Join Date
    Jun 2008
    Location
    Bangalore, India
    Posts
    53

    Default

    C programming is a very interesting thing if u go into Graphics in C (use Yeswath kanitkar book) . U can control our mouse u can create ur own paint proram using this C.

    using extern keyword we can use the varibles globally.

    C is not so flexible in regular exression handling .

    Almost all applications internally using C to manage the memory allocation. using malloc, calloc, realloc and free function u can manage the memory very efficiently.

    Pointers in C also very important . One variable can hold the address of the other.

  7. #7
    Join Date
    May 2009
    Posts
    6

    Default Its Easy,But Think Twice

    We All Know C Is A very Powerful Language From Which Everything Is Derived..
    But I Suggest You Study Languages Like VB,C# cause They Are Easy To Code With....
    It Will Take Time To call Windows API with C.....
    But VB,C# makes this simple
    This Is Just An Example Though...
    GOOd Luck Anyway....

  8. #8
    Join Date
    Jun 2008
    Location
    Bangalore, India
    Posts
    53

    Default

    Quote Originally Posted by smoggger View Post
    We All Know C Is A very Powerful Language From Which Everything Is Derived..
    But I Suggest You Study Languages Like VB,C# cause They Are Easy To Code With....
    It Will Take Time To call Windows API with C.....
    But VB,C# makes this simple
    This Is Just An Example Though...
    GOOd Luck Anyway....
    Hi dear,

    Still C is using to develop all real time applications and powerful Telecom billing software (We can't run those highly performance required softwares in Windows Server , It will crash very easily). VB is the outdated software so some few small application u may able to develop using that..

    Windows API will be modified in almost all windows releases so compatibility u can't ensure.

    But C applications u can run in all servers. Don't forget windows is mainly using as the client desktop 90% or more severs are either Solaris or Unix .

    If u can able to write programs in C u can study any other language very easily.

    best Regards
    Fazal C.A

  9. #9
    Join Date
    Jun 2009
    Posts
    5

    Default

    thanks :-D:-D:-D

  10. #10
    Join Date
    Jun 2009
    Posts
    4

    Default

    start programming with simpler languages like basic,foxpro rather than C

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •