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?
Some advice?
Re:Some advice?
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
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
Re:Some advice?
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.
- Colonel Kernel
- Member
- Posts: 1437
- Joined: Tue Oct 17, 2006 6:06 pm
- Location: Vancouver, BC, Canada
- Contact:
Re:Some advice?
If you're trying to write malware, just stop now before all your karma drains away.Kiddiarni wrote: It's supposed to delete all (or as many as it can) registry entries with one double click/enter.
Top three reasons why my OS project died:
- Too much overtime at work
- Got married
- My brain got stuck in an infinite loop while trying to design the memory manager
Re:Some advice?
"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.
Here's my advice: Please do not ask such questions on this forum.
Closed.
Every good solution is obvious once you've found it.