Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-17-2004, 01:44 AM   PM User | #1
oreo1
New to the CF scene

 
Join Date: May 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
oreo1 is an unknown quantity at this point
C++

I have a few questions about C++, like can I make online games or emulators with it? I got a 1000 page book on it for 80 bucks so I hope it is useful. I did read some of the "C++ Fundamentals" but I think all the experts here know better!
oreo1 is offline   Reply With Quote
Old 05-17-2004, 06:30 PM   PM User | #2
ecnarongi
Regular Coder

 
Join Date: Jun 2002
Location: Northern NJ
Posts: 401
Thanks: 0
Thanked 1 Time in 1 Post
ecnarongi is an unknown quantity at this point
C++ is very robust you can do many things with it. You can make the backend for any game in C++. You can also make graphics in C++ (EXTREMELY DIFFICULT with pixel manipluation but doable). I personally would use Java to make an online game. About 7 years ago I attmepted to make a online game with Java and I was pleased with the ease of getting components up and running. that's the long answer.

the short answer is yes.
__________________
true lies
ecnarongi is offline   Reply With Quote
Old 05-17-2004, 09:31 PM   PM User | #3
oreo1
New to the CF scene

 
Join Date: May 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
oreo1 is an unknown quantity at this point
So I can make a game onto my webpage with C++???
oreo1 is offline   Reply With Quote
Old 05-17-2004, 09:51 PM   PM User | #4
ecnarongi
Regular Coder

 
Join Date: Jun 2002
Location: Northern NJ
Posts: 401
Thanks: 0
Thanked 1 Time in 1 Post
ecnarongi is an unknown quantity at this point
You can but I've never seen one because doing it in Java is a thousand times simpler. Not only that but Java Applets (easy to implement) were made for the web. If your game is not all that complex you might even want to do it in Flash not as robust as java or C++ but a heck of a lot smaller file size.

If you want to see something impressive check out these javascript online games. http://www.dynamicdrive.com/dynamicindex12/index.html
__________________
true lies
ecnarongi is offline   Reply With Quote
Old 05-18-2004, 01:18 AM   PM User | #5
Stowelly
New Coder

 
Join Date: Mar 2004
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
Stowelly is an unknown quantity at this point
you probably would be better off using an interpreted language like java for online games.... c++ is wicked for things using open gl and direct x though...... just there a very steep learning curve
Stowelly is offline   Reply With Quote
Old 05-18-2004, 01:22 AM   PM User | #6
Spookster
Supreme Overlord


 
Spookster's Avatar
 
Join Date: May 2002
Location: Marion, IA USA
Posts: 6,222
Thanks: 4
Thanked 80 Times in 79 Posts
Spookster will become famous soon enough
If you are new to programming you might want to stick to the basics before attempting something large. You have to learn how to walk before you can run.
__________________
Spookster
CodingForums Supreme Overlord
All Hail Spookster
Who gave you that Ugging infraction? Yeah that's right it was me!
Spookster is offline   Reply With Quote
Old 06-03-2004, 03:24 AM   PM User | #7
shlagish
Senior Coder

 
Join Date: Apr 2003
Location: Canada
Posts: 1,063
Thanks: 2
Thanked 0 Times in 0 Posts
shlagish is an unknown quantity at this point
if I may add to this question:
What would be the difference of difficulty between javascript and C++?

on 10, how much would you give both of them?
ex: js=2 C++=8
__________________
Shawn
shlagish is offline   Reply With Quote
Old 06-04-2004, 02:31 PM   PM User | #8
ecnarongi
Regular Coder

 
Join Date: Jun 2002
Location: Northern NJ
Posts: 401
Thanks: 0
Thanked 1 Time in 1 Post
ecnarongi is an unknown quantity at this point
I have programmed in many different languages Basic=3, Pascal=5, Java=5, C++=5, javascript=2, ASP=3, C#=NA, ASP.net=NA (I am too new at it to rate yet). if 10 is the hardest, the learning curve on these would look like such. Taking for granted that I learned Basic first then to a procedural language like Pascal next then object oriented C++ (the steepest move) then to Java (the most refreshing move since Java is built on top of C++, Java just feels like an easier, no-pointer, good memory management C++).

Once you start programming, coding is never the hard part, finding the solution becomes your challenge.
__________________
true lies
ecnarongi is offline   Reply With Quote
Old 06-05-2004, 03:48 AM   PM User | #9
shlagish
Senior Coder

 
Join Date: Apr 2003
Location: Canada
Posts: 1,063
Thanks: 2
Thanked 0 Times in 0 Posts
shlagish is an unknown quantity at this point
is ASP similar to PHP?
__________________
Shawn
shlagish is offline   Reply With Quote
Old 06-05-2004, 09:42 PM   PM User | #10
BQM
New to the CF scene

 
Join Date: Jun 2004
Location: chicago
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
BQM is an unknown quantity at this point
Question Need Help!

I am making an online game called Buddha Quest. It will be an MMORPG and well I need a little help. What is the easiest program I can use to do this? If you want, you can see what is comming along by seeing the pics and play my demo.
Visit Buddha Quest

I used gamemaker to make the demo and now I want to start making the actual game.

THANKS!
BQM is offline   Reply With Quote
Old 06-07-2004, 09:00 PM   PM User | #11
ecnarongi
Regular Coder

 
Join Date: Jun 2002
Location: Northern NJ
Posts: 401
Thanks: 0
Thanked 1 Time in 1 Post
ecnarongi is an unknown quantity at this point
Quote:
Originally Posted by shlagish
is ASP similar to PHP?
Yes, both ASP and PHP are considered server side languages. ASP is used mostly on windows servers and PHP on unix. PHP also has native unix support which makes it very powerfull.

BQM how much time do you have? and how experienced are you with any programming language(s)?
__________________
true lies
ecnarongi is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:08 PM.


Advertisement
Log in to turn off these ads.