我编程很困惑,接下来要去哪里? [英] I am a programming confused on where to go next?

查看:76
本文介绍了我编程很困惑,接下来要去哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好我是一名十几岁的编程人员,到目前为止我一直在使用lynda.com学习编程,我需要帮助以了解更多信息。到目前为止,我已经耗尽了该网站上的Java知识,我需要帮助解决下一步在线学习的问题。我真的很喜欢编程我想在未来的某个时候开发Java应用程序和学习C ++但我真的只需要帮助搞清楚学习Java和C ++的最佳地点是。

Hello I am a programming who is in my teens and I have been using lynda.com to learn to program thus far, and I need help on where to learn more. I have so far exhausted the Java knowledge on that website and I need help on where to turn next to learn online.I really just enjoy programming I want to Develop Java applications and learn C++ sometime in the future but I really just need help figuring out what the best place to learn Java and C++ is.

推荐答案

要开始使用C ++,您可以查看以下网站:



C ++语言 - C ++教程 - Cplusplus.com [ ^ ]

C++教程 - 学习C ++ - Cprogramming.com [ ^ ]



还有其他网站也可以使用。 />


因为你似乎已经学习了在Java的基础知识中,坐下来思考你想要创建什么样的应用程序可能是一件好事。

然后你可以将应用程序分解成更小的部分并搜索有关的信息解决特定问题的技术。



例如;您希望编写一个从XML或JSON文件中读取数据的应用程序,并在一个或多个表中显示数据。用户还应该能够更改,添加和删除数据并将其保存到磁盘。

在此示例中,您需要学习如何:

*读取文件来自磁盘

*解析文件中的数据,可以是JSON或XML,也可以是两者。

*数据绑定

*显示数据表。最好的方法是什么?

*如何创建JSON或XML文件并将其写入磁盘。



也许不是一个非常好的例子,但它应该给你一个关于如何前进的提示。

上述原理适用于Java和C ++。



不要忘记书。如上所述,您可以在当地图书馆找一些或者自己购买一份。但是,编程书籍往往有点贵。
For getting started with C++ you can have a look at the following web sites:

C++ Language - C++ Tutorials - Cplusplus.com[^]
C++ Tutorial - Learn C++ - Cprogramming.com[^]

And there are other sites as well that you can use.

As you seem to have learned the basics of Java, it might be a good thing to sit down and think about what kind of application you want to create.
Then you can break down the application into smaller pieces and search for information about a technique that solves that particular problem.

For example; you want to write an application that reads data from an XML or JSON file and presents the data in one or more tables. The user should also be able to change, add and delete the data and save it to disk.
In this example you need to learn how to:
* read a file from disk
* parse the data in the file, either JSON or XML or maybe both.
* data binding
* present the data in tables. What is the best way to do that?
* How to create a JSON or XML file and write it to disk.

Maybe not a very good example, but it should give you a hint on how to go forward.
The above principals goes for both Java a C++.

And don't forget books. As mentioned above you can maybe get some at the local library or buy a copy for yourself. However, programming books tend to be a bit expensive.


有关Java的更多信息,请转到 http://download.oracle.com/javase/tutorial/index.html [ ^ ]。
For more on Java, go to http://download.oracle.com/javase/tutorial/index.html[^].


这篇关于我编程很困惑,接下来要去哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆