Jump to content

Hi..:-)

- - - - -

  • Please log in to reply
14 replies to this topic

#1
laughing_rex

laughing_rex

    Newbie

  • Members
  • Pip
  • 7 posts
I am laughing_rex.
I am from kolkata, India. I am a B-tech student. I am very much interested in programming, and I wish to become a pro. I googled for good programming forums and that brought me here.
I was hoping someone over here could tell me, how to be a good programmer. Looking forward to replies...:-)

#2
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US
Welcome to CodeCall, laughing_rex.

To be a good programmer, what I would say, you need to try, and put effort into what you do. If you try, sooner or later, you would get to the right solution. And also, we - the members of this forum - can't help other members who are not willing to put effort into what they're doing and are asking others to do their homework for them.

As for programming languages, I mostly use JavaScript, C, and assembly; of course I had to learn HTML before I could learn JavaScript, but HTML is easy. Have you learned any computer language yet?

#3
laughing_rex

laughing_rex

    Newbie

  • Members
  • Pip
  • 7 posts
Hi RhetoricalRuvim....:-)

I understand your point, and I agree that its very important to put efforts. I have read some books and done some basic programming. But I think I have reached a point where books can help me no more (or I need other books, that can...:-D). I now need to observe and learn from better programmers.

I do know some programming languages. I know C, C++, HTML(actually I know xHTML), some CSS and Javascript (I made a web page once), currently doing JAVA.
I also did some programming for Intel 8085 microprocessor.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Welcome aboard!
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
laughing_rex

laughing_rex

    Newbie

  • Members
  • Pip
  • 7 posts
Thanx RhetoricalRuvim and WingedPanther..:-)

---------- Post added at 10:15 AM ---------- Previous post was at 10:05 AM ----------

Hey RhetoricalRuvim,

Where u from?

I do know some languages: C,C++, xHTML, basics of Javascript and CSS, and m currently doing JAVA. Also I have some Intel 8085 programming experience.

I agree that I gotta put more efforts. But I want to put my efforts into the right things, so I end up here..:-D. I think programming books can no longer help me out(or maybe I just need better books...:-D). My programs are not fast and efficient..:-(. I need to learn from experienced and professional programmers.

I am also looking for people who are at my stage and also want to improve, as there is no better way to learn than by mutual sharing and friendly competition....:-)

#6
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US

laughing_rex said:

Hey RhetoricalRuvim,

Where u from?

What do you mean?

#7
laughing_rex

laughing_rex

    Newbie

  • Members
  • Pip
  • 7 posts
I meant where do you live?

#8
fread

fread

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 787 posts
Welcome to codecall laughing_rex!
Perfection of means and confusion of ends seem to characterize our age. Albert Einstein :confused:

#9
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US

laughing_rex said:

I meant where do you live?

The United States. Is there any reason in particular wherefore you would ask?

#10
laughing_rex

laughing_rex

    Newbie

  • Members
  • Pip
  • 7 posts
Thanx Fread...:-)

@RhetoricalRuvim: Naah...nothing in particular. Just conversing...:-). I also sent U a friend request.

Hey!...Do u any person/book that can help me write faster code??

#11
RhetoricalRuvim

RhetoricalRuvim

    JavaScript Programmer

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,254 posts
  • Location:C:\Countries\US
Is there such a thing? I mean, you mostly just need to optimize your code and keep it as simple as possible. You can also turn on optimizations in your compiler, if they're off (this is not really possible with scripting/interpreted languages), which should help, more or less.

If you're really serious about making your code fast, and don't care too much about how long it would take you to write it, I would recommend learning assembly language; that's the lowest level (as in, most step by step, not as in programming experience) you can get to without editing binary files and changing/adding the numbers there. At that point you would need to think how to do as much work in as little as possible labor for the processor.

Whatever the case would be, I think writing as simple code as possible helps make the code faster.

#12
laughing_rex

laughing_rex

    Newbie

  • Members
  • Pip
  • 7 posts
RhetoricalRuvim,

Ok as an example: What wud u do to input a large number, say 10^9 in C??




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users