Go Back  
Reply
 
Thread Tools
Old 01-09-2009   #11
ChaosPower
Member
 
Join Date: Feb 2008
Posts: 70
Likes: 8
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
ada really for me is hard to read, if you are to debug a program with more than 20 pages of source it is really hard to get used to. C++ is also hard to trace if the original developer of the source has not supplied enough data to find the source of it all. How much more if Ada? hehe. I think Ada developers really have a high salary, but the work really push you to limits.

Well if there is somebody out there that is going to love ada then it probably is developing for embedded systems which one of the objective of java.


I love C++ and Java, I hate ada most of all! hehe. Welcome JEDI.

Last edited by ChaosPower; 01-09-2009 at 09:03 AM.
ChaosPower is offline   Reply With Quote
Old 01-09-2009   #12
Scorpion54
Member
 
Join Date: Dec 2007
Location: Salisbury, England
Posts: 51
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by uncholowapo View Post
Yup c/c++. Hey do you use Visual Basic or C++ for your programs?
me and Nzhawk both use Visual Basic. (nzhawk did use C++ but found .net easier)

I've used vb for a few years and find it easy to program (until a bug appears) where as seeing C++ code i can't think how to program.
__________________
PS3 File Sorter (is here on PS3Hax downloads and though my website) www.scorpion54.co.uk
Harddrive upgrade from 40gb to 320gb uk.
Scorpion54 is offline   Reply With Quote
Old 01-09-2009   #13
uncholowapo
Member
 
uncholowapo's Avatar
 
Join Date: Apr 2008
Location: Ga, USA
Posts: 788
Likes: 0
Liked 36 Times in 31 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to uncholowapo Send a message via Yahoo to uncholowapo
I am currently learning ANSII/ISO C++ (if you don't know what that is, it is like a general form of C++ that is designed to work on any system. So it doesn't matter if you are on linux, mac, or windows when you are coding) from this book I bought and was wondering if VC++ is a good IDE?
__________________
uncholowapo is offline   Reply With Quote
Old 01-11-2009   #14
0cton
Member
 
Join Date: Nov 2007
Posts: 243
Likes: 1
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by uncholowapo View Post
I am currently learning ANSII/ISO C++ (if you don't know what that is, it is like a general form of C++ that is designed to work on any system. So it doesn't matter if you are on linux, mac, or windows when you are coding) from this book I bought and was wondering if VC++ is a good IDE?
microsoft never respect any standarts
so yes and no
__________________
great satan doesn't want to
0cton is offline   Reply With Quote
Old 01-11-2009   #15
ChaosPower
Member
 
Join Date: Feb 2008
Posts: 70
Likes: 8
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by 0cton View Post
microsoft never respect any standarts
so yes and no
correct, the answer is no, microsoft never did stick to standards but respect it as a guide.

anyways standards can never be formed without taking risk of making something new.

C++ is designed to work on any systems if you did the right thing. Java is the most applicable language for all systems if you install the run time. Java is design once and never recompile again. Code Injection is also possible in java. But it is much quicker using c++.

int main()
{

return 0;
}

void main()
{

}


what is the standard? forgot it.

I use int main(){return 0;}

do not get confuse, standards is just a guide.

Addition to ADA:

Ada really s***s anyways if you get to be expert in ada, hope for a really high sallary. I know that ADA really has high cost of development.

Last edited by ChaosPower; 01-11-2009 at 11:18 AM.
ChaosPower is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

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



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 02:30 PM.