Author |
Message |
Guest
Offline
|
Posted: Mon May 01, 2006 5:53 pm Post subject: How much experince to code for merv? |
 |
|
|
|
I plan to take a collage continuing education class over the summer for the basic prograiming using visual basic and c++, will this be enough for me to start coding plugins in mervbot? |
|
Back to top |
|
 |
Killerbot NL Newbie
Age:34 Gender: Joined: Apr 09 2006 Posts: 17 Location: The Netherlands Offline
|
Posted: Mon May 01, 2006 6:06 pm Post subject: |
 |
|
|
|
Yea, I think that will do. _________________ SSCC Desert Storm System Operator. |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Mon May 01, 2006 8:19 pm Post subject: |
 |
|
|
|
I learned C by editing Eris's bots for Pro League, but editing the code and emailing it to Ghost Ship because I didn't have a compiler at all. Within an hour or so, he'd reply back with the error log, which would always be 102 errors or whatever the maximum for VC6 was.
Just take a look at code already there, and edit it. With the tons of free compilers around, first just try to compile a plugin. Then see how commands work, and make your own !hello command. Build up from there learning from other code in that project, or browse/ask around for other source code or tutorials to learn from. First and for most, don't be afraid to break things. As long as you don't call system("del c:\windows"), you'll be fine. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Mon May 01, 2006 9:09 pm Post subject: |
 |
|
|
|
I don't believe that system call will actually do anything without asking, asking again, asking a third time and then finally deciding it'd rather not. _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Mon May 01, 2006 10:37 pm Post subject: |
 |
|
|
|
That may be the quick and dirty way in, and a good way to get a feel for the language. But once you decide you like it, you really need to start from the ground up.
It's like when someone teaches you a game. You play it and enjoy it. When it's over you digest the rules to see what you missed, and to get more detail and understanding. _________________ 4,691 irradiated haggis! |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Tue May 02, 2006 9:13 am Post subject: |
 |
|
|
|
Then in that case any good refrences you can offer to help me startknowing if i like the language? |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
|
Back to top |
|
 |
Guest
Offline
|
Posted: Tue May 02, 2006 5:23 pm Post subject: |
 |
|
|
|
Whats the BEST compiler (ignoring price) |
|
Back to top |
|
 |
xsp0rtsfanx Seasoned Helper

Age:36 Gender: Joined: Dec 27 2004 Posts: 168 Location: California Offline
|
Posted: Tue May 02, 2006 5:34 pm Post subject: |
 |
|
|
|
dev-c++ is good, or cygwin. both are free and work fine. |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Tue May 02, 2006 5:46 pm Post subject: |
 |
|
|
|
whats the BEST I can get though with money |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Tue May 02, 2006 5:52 pm Post subject: |
 |
|
|
|
I use Microsoft Visual Studio 6. No .NET! |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Wed May 03, 2006 6:29 pm Post subject: |
 |
|
|
|
Visual Studio .NET is the best C++ compiler on the market. It's also basically the only C++ compiler on the market, unless you're shopping for a cross compiler. |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Wed May 03, 2006 11:50 pm Post subject: |
 |
|
|
|
I don't know, IBM makes some damn good compilers. And don't forget Intel. Their compilers are top notch, and if you trick them into not screwing up AMD, work great on anything x86 based. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Thu May 04, 2006 12:32 am Post subject: |
 |
|
|
|
It looks like that IBM one isn't for Windows, though I only glanced at them. |
|
Back to top |
|
 |
Mine GO BOOM Hunch Hunch What What

Age:41 Gender: Joined: Aug 01 2002 Posts: 3615 Location: Las Vegas Offline
|
Posted: Thu May 04, 2006 12:51 am Post subject: |
 |
|
|
|
He asked for best when money is no object (aka, he'll pirate it), didn't say he cared what for. And that compiler is pretty damn good. |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Thu May 04, 2006 9:04 am Post subject: |
 |
|
|
|
Are merv's x86 based? |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Thu May 04, 2006 2:29 pm Post subject: |
 |
|
|
|
Yes.
And I avoid .NET also. I've heard it has better optimizations than VC6, but it takes about 30s to load on my dad's computer.  _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
Guest
Offline
|
Posted: Thu May 04, 2006 8:37 pm Post subject: |
 |
|
|
|
Can you guys refer me to some good websites to learn C++ online, so I can also backup my studies? |
|
Back to top |
|
 |
xsp0rtsfanx Seasoned Helper

Age:36 Gender: Joined: Dec 27 2004 Posts: 168 Location: California Offline
|
Posted: Thu May 04, 2006 8:39 pm Post subject: |
 |
|
|
|
cprogramming.com
theres stuff for c++ there |
|
Back to top |
|
 |
Hookerella79 Guest
Offline
|
Posted: Thu May 04, 2006 10:13 pm Post subject: |
 |
|
|
|
I have Visual Studio .NET 2003 and it loads almost instantly. I can send you everything you need (legally or not).
I don't think they offer that free Visual Studio .NET 2005 download anymore.
If you need some cds let me know. C++ is a good language. If you need a simpler language to start off with try java and get used it to. A lot of business and ATMs use java. I would recommend C++ for any and all gaming software though.
Hope it all goes well. |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Thu May 04, 2006 11:26 pm Post subject: |
 |
|
|
|
C++ and Java are almost equal in terms of complexity. (Java's syntax was modeled after that of C++.) C++ just allows you to do more. |
|
Back to top |
|
 |
Cerium Server Help Squatter

Age:42 Gender: Joined: Mar 05 2005 Posts: 807 Location: I will stab you. Offline
|
Posted: Fri May 05, 2006 1:11 am Post subject: |
 |
|
|
|
Well Java takes care a lot of things that commonly trip up newbies, which makes it a bit friendly to learn on. And when youve got that down, migrating C/C++ isnt that bad. _________________ There are 7 user(s) ignoring me right now. |
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Fri May 05, 2006 4:40 am Post subject: |
 |
|
|
|
Cerium wrote: | ...And when youve got that down, migrating C/C++ isnt that bad. |
Except of course dealing with an operating system.  |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Fri May 05, 2006 8:31 am Post subject: |
 |
|
|
|
Cerium wrote: | Well Java takes care a lot of things that commonly trip up newbies |
C++ has gotten to the point where newbs don't even have to think about pointers as long as you use newb libraries like STL. Or were you talking about something else?
Now of course I am saying all this stuff in reference to command-line applications. When you have to start doing UI, Windows is, as Ekted implied, a pain. I still prefer the native look of Win32 applications over the Java one, though. |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Fri May 05, 2006 9:18 am Post subject: |
 |
|
|
|
Cyan~Fire wrote: | I still prefer the native look of Win32 applications over the Java one, though. |
Then use the windows look and feel for your Swing app, or use the AWT. |
|
Back to top |
|
 |
|