|
|
#11 |
|
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. |
|
|
|
|
|
#12 |
|
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)
|
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. |
|
|
|
|
|
#13 |
|
Member
![]() |
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?
|
|
|
|
|
|
#14 | |
|
Member
![]() Join Date: Nov 2007
Posts: 243
Likes: 1
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
so yes and no
__________________
great satan doesn't want to
|
|
|
|
|
|
|
#15 |
|
Member
![]() Join Date: Feb 2008
Posts: 70
Likes: 8
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
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. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|