linux初学者请教linux C++编程学习
windows 下的C++编程比较熟练。现在需要转入linux下。
我用的软件是 Source Insight和 SecureCRT , 远程连接 linux服务器。
由于我的 Liunx基础为0. 就是说以前从来都没有接触过liunx. 所以向大家请教学习方法。
1. 我现在 想学习linux下C++编程。 不知道从哪学起。 我学习的 顺序应该是什么呢?
了解一下gcc/g++和makefile, 然后就写代码吧...
、
谢谢楼上。 请问有 没有 什么资料推荐啊?
发现问题, 搜索解决办法, 学Linux最快的方式, 一切都准备好了再去实践,太慢
build tool: makefile
compiler: gcc/g++
editor: vim/emacs
source code cross referrence: cscope/ctag
ide: eclipse/or other
system programming: Unix Environment Advance Programming(? forget the name)
support
build tool: makefile
compiler: gcc/g++
这两个 东西能帮助推荐一下 资料吗?
先把简单的shell学学吧
我也在学linux 下的c/c++编程,一起努力,Linux与unix shell编程指南和Linux操作系统下C语言编程入门这两本书还挺好的
http://www.oreilly.com.cn/indexcat.php?c=linux
中文版书目
《Apache Cookbook中文版(第二版)》 New!
《Linux
相关问答:
最近突然想自己来实现一个五子棋程序,但不知道怎么开始,自己也没学画图形函数,能在控制台下直接写吗>>>?????
控制台?比图形界面更麻烦。
http://search.download.csdn.net/search/%E4%BA%94%E5%AD%90% ......
请问用C或C++如何编写求解3D魔方的程序,该从何开始?
谢谢各位,帮忙提点建议吧。
http://www.mofang.net/code/176/182/6581.html
我只能突破60秒!唉。
我刚过40秒
google的android中有个OpenGL ES + ......
写了个测试程序如下
struct hostent *hp;
char AlarmDevIP[20];
int x2;
hp = gethostbyname("www.google.com");
if (hp)
{
......
大家好,本人目前刚刚接触Linux。现在公司的项目需要缩减Linux的Kernel和APP部分的Code Size。目前我们使用的是Linux2.6.22.15版本,应用于ADSL Modem(家庭网关)。
1.我们产品应用是ADSL Gateway,Kernel部 ......
使用Struts2上传文件,在linux下报错
2009-09-29 14:56:20,801 [org.apache.struts2.interceptor.FileUploadInterceptor]-[ERROR] Processing of multipart/form-data request failed. c:/temp/upload__1dcd07ee_12 ......