Some advice?

Programming, for all ages and all languages.
Post Reply
Kiddiarni

Some advice?

Post by Kiddiarni »

Hey, I'm new to all this programming stuff.

I was thinking if you could tell me what programming language and comilers to use.

I'm going to make a very simple porgram.

It's supposed to delete all (or as many as it can) registry entries with one double click/enter.

Would that be very hard?
Warrior

Re:Some advice?

Post by Warrior »

That's a decision you have to make yourself I'm afraid as YOU should choose a language you feel confortable with and suits your needs.

I'd try googling some programming languages to see which can get the job done in an efficient manner.

Remember that Rome wasn't built in a day (corny, but find a better one =P) so you can't expect to become good over night.

With that said enjoy your jump into the programming world.

Regards,
Nelson
Joel (not logged in)

Re:Some advice?

Post by Joel (not logged in) »

Do you mean the Windows registry? It's hard to say whether the program would be hard based on that vague description of it. And if you do mean the Windows registry, Windows programming is probably not the best place to start.
User avatar
Colonel Kernel
Member
Member
Posts: 1437
Joined: Tue Oct 17, 2006 6:06 pm
Location: Vancouver, BC, Canada
Contact:

Re:Some advice?

Post by Colonel Kernel »

Kiddiarni wrote: It's supposed to delete all (or as many as it can) registry entries with one double click/enter.
If you're trying to write malware, just stop now before all your karma drains away.
Top three reasons why my OS project died:
  1. Too much overtime at work
  2. Got married
  3. My brain got stuck in an infinite loop while trying to design the memory manager
Don't let this happen to you!
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Some advice?

Post by Solar »

"Hi, I am all new to programming, but how could I write a piece of code that has no practical use whatsoever except killing a Windows box? Please advice!"

Here's my advice: Please do not ask such questions on this forum.

Closed.
Every good solution is obvious once you've found it.
Post Reply