Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
How much experince to code for merv?
Goto page 1, 2  Next
 
Post new topic   Reply to topic Printable version
 View previous topic  twbotextension deathmatch & a que... Post :: Post Catid is MIA  View next topic  
Author Message
Guest



Offline

PostPosted: Mon May 01, 2006 5:53 pm    Post subject: How much experince to code for merv? Reply to topic Reply with quote

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:Gender:Male
Joined: Apr 09 2006
Posts: 17
Location: The Netherlands
Offline

PostPosted: Mon May 01, 2006 6:06 pm    Post subject: Reply to topic Reply with quote

Yea, I think that will do.
_________________
SSCC Desert Storm System Operator.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:41
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Mon May 01, 2006 8:19 pm    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List Send email
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Mon May 01, 2006 9:09 pm    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Mr Ekted
Movie Geek


Gender:Gender:Male
Joined: Feb 09 2004
Posts: 1379
Offline

PostPosted: Mon May 01, 2006 10:37 pm    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List
Guest



Offline

PostPosted: Tue May 02, 2006 9:13 am    Post subject: Reply to topic Reply with quote

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:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Tue May 02, 2006 4:20 pm    Post subject: Reply to topic Reply with quote

I usually give this one to people, it's for C though instead of C++
http://computer.howstuffworks.com/c.htm
_________________

Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Guest



Offline

PostPosted: Tue May 02, 2006 5:23 pm    Post subject: Reply to topic Reply with quote

Whats the BEST compiler (ignoring price)
Back to top
xsp0rtsfanx
Seasoned Helper


Age:36
Gender:Gender:Male
Joined: Dec 27 2004
Posts: 168
Location: California
Offline

PostPosted: Tue May 02, 2006 5:34 pm    Post subject: Reply to topic Reply with quote

dev-c++ is good, or cygwin. both are free and work fine.
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
Guest



Offline

PostPosted: Tue May 02, 2006 5:46 pm    Post subject: Reply to topic Reply with quote

whats the BEST I can get though with money
Back to top
Mr Ekted
Movie Geek


Gender:Gender:Male
Joined: Feb 09 2004
Posts: 1379
Offline

PostPosted: Tue May 02, 2006 5:52 pm    Post subject: Reply to topic Reply with quote

I use Microsoft Visual Studio 6. No .NET!
Back to top
View users profile Send private message Add User to Ignore List
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Wed May 03, 2006 6:29 pm    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:41
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Wed May 03, 2006 11:50 pm    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List Send email
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Thu May 04, 2006 12:32 am    Post subject: Reply to topic Reply with quote

It looks like that IBM one isn't for Windows, though I only glanced at them.
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:41
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Thu May 04, 2006 12:51 am    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List Send email
Guest



Offline

PostPosted: Thu May 04, 2006 9:04 am    Post subject: Reply to topic Reply with quote

Are merv's x86 based?
Back to top
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Thu May 04, 2006 2:29 pm    Post subject: Reply to topic Reply with quote

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. icon_sad.gif
_________________
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
View users profile Send private message Add User to Ignore List Visit posters website
Guest



Offline

PostPosted: Thu May 04, 2006 8:37 pm    Post subject: Reply to topic Reply with quote

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:Gender:Male
Joined: Dec 27 2004
Posts: 168
Location: California
Offline

PostPosted: Thu May 04, 2006 8:39 pm    Post subject: Reply to topic Reply with quote

cprogramming.com

theres stuff for c++ there
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
Hookerella79
Guest


Offline

PostPosted: Thu May 04, 2006 10:13 pm    Post subject: Reply to topic Reply with quote

I have Visual Studio .NET 2003 and it loads almost instantly. I can send you everything you need (legally or not). icon_lol.gif

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!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Thu May 04, 2006 11:26 pm    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List Visit posters website
Cerium
Server Help Squatter


Age:42
Gender:Gender:Male
Joined: Mar 05 2005
Posts: 807
Location: I will stab you.
Offline

PostPosted: Fri May 05, 2006 1:11 am    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List AIM Address
Mr Ekted
Movie Geek


Gender:Gender:Male
Joined: Feb 09 2004
Posts: 1379
Offline

PostPosted: Fri May 05, 2006 4:40 am    Post subject: Reply to topic Reply with quote

Cerium wrote:
...And when youve got that down, migrating C/C++ isnt that bad.


Except of course dealing with an operating system. icon_sad.gif
Back to top
View users profile Send private message Add User to Ignore List
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Fri May 05, 2006 8:31 am    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:39
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Fri May 05, 2006 9:18 am    Post subject: Reply to topic Reply with quote

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
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Bot Questions All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 38 page(s) served in previous 5 minutes.

phpBB Created this page in 0.546292 seconds : 49 queries executed (88.8%): GZIP compression disabled