Software :: Where To Find C++ Tutorials
Feb 22, 2011
I know there is a lot of information about it, but I'd like to get help of any developer who uses it.I'd like to learn to program in C++ (time ago, I programmed in C and Java).Questions:- A good tutorial? and Samples? - I've installed Eclipse Helios. Is a good tool for developing C++? - I use KDE. A tutorial for developing a KDE application? - Where to get more help: forum, chat.
View 4 Replies
ADVERTISEMENT
Dec 1, 2010
I am familiar with C, C++, and Python at a novice level. I have recently tried learning bash, but I can't seem to wrap my head around it. My biggest problem, I think, is the huge "vocabulary"-- it seems like there are thousands of commonly used commands, and several ways to use said commands.I've done some google searches but can't seem to find scripting tutorials that tailor to n00bs. Most go from basic "Hello World" programs to very complex scripts.
View 5 Replies
View Related
Aug 24, 2009
I have a ps3, and I want to put Fedora Core 11 on it. But i don't know how. (i've already downloaded the Fedora Core 11 PPC)I can't find tutorials for the install of this version. (Sorry, I don't speak english very well) In my PS3 , I used Yellow Dog Linux (it is too slow, and bugged), Ubuntu 8.04 (lol, it dont support HD resolutions).I use my PS3 in the same monitor of my PC. (). 22" LG Monitor.
View 3 Replies
View Related
Feb 8, 2010
I plan to design a general framework for structural optimization.I already have a pre-processor module that I can call in batch mode, a Finite Elements Solver, and a heuristic non gradient based optimizer that can process the outputs of the solver, so as to adjust some input variables in the pre-processing phase ( geometry and topological definitions of my structure ).
I would like to parse the huge ammout of data that is released by the solver ( an ascii text file) to filter out some reauired results in some specific points ( maximum allowable deflections or stresses within my structure ) since it is this infoemation that will be fed to the optimizer engine so as to feedback on the quality of the changes made in the topological definition.The only way to do this in batch mode is with awk, or with sed..
View 3 Replies
View Related
Jun 28, 2011
I am interested in working with zfs fs's and I am looking for tutorials on the subject, I am working with the Centos distro, can you send some links my way.
View 2 Replies
View Related
Mar 5, 2011
I can not get the touchscreen to with ubuntu 1010 netbook are there any tutorials? i googled around but didn't find what i was looking for
View 1 Replies
View Related
Jul 5, 2010
Collection of Tutorials on lisp. [URL]
View 1 Replies
View Related
Mar 25, 2011
I am a moderately skilled windows user with some dos knowledge that has just transitioned my PCs over to Ubuntu. this is the first time I have had ANY exposure to Unix/Linux. I am looking for some literature or video tutorials that will help me transition to Ubuntu. The basic functions are so similar to windows and mac OS X that I am moving easily around the desktop, but I want to go deeper. I want a little history of how we got from Unix to Ubuntu but quite honestly I don't know what I can do with what I have.
View 9 Replies
View Related
May 24, 2010
I was wondering is there any good tutorials on how to create a good webserver... i have found a few but i was just trying to verify the info on the ones that i found.
View 2 Replies
View Related
Sep 25, 2010
I'm compiling gtk+-2.22, and while building, I get this error:
[Code]....
Is there a way around this, or can the building of docs be suppressed?
View 14 Replies
View Related
Aug 3, 2010
I tried searching for tutorials bout could never figure out MVC.
View 13 Replies
View Related
Dec 27, 2010
I'm currently looking at a Mac Terminal tutorial:[URL]... I want to learn about Linux Terminal, is there a difference between the Mac Terminal and Linux Terminal commands and Internet tutorials?
View 1 Replies
View Related
Apr 13, 2010
Sites providing video tutorials on linux which are free to download. I've got one site "www.showmedo.com". Here I can get different tutorials on opensource like scribus, gimp, C++,python etc.
Can anyone provide me any other good sites like this?
View 1 Replies
View Related
Feb 27, 2010
I want to learn Java programing language and MySQL in linux.What packages do I've to install?Are there any sites providing basic tutorials of java and MySQL?
View 1 Replies
View Related
Jun 4, 2010
I am interetsed in web page creation software, getting that is easy, now, I am looking at text books, classes or online tutorials. Are there any to mention?
View 4 Replies
View Related
Nov 12, 2010
I want to conduct alternate CD installation with my netbook. It's going to be a dual-booting with windows XP. My version of choice is ubuntu-10.10-alternate-i386.iso. I want to implement LUKS full system partition encryption during my installation.Can anybody kindly provide some guide or step-by-step tutorials link?
View 1 Replies
View Related
Sep 7, 2010
I have 4 Linux machines with cluster.My target is to find all kind of IP address (xxx.xxx.xxx.xxx) in every file in the linux system remark: need to scan each file in the linux system and verify if the file include IP address if yes need to print the IP as the following
more /etc/inet/file.example1
182.23.2.4
255.255.0.0
10.10.1.1
View 1 Replies
View Related
Sep 11, 2009
I am trying to do a find/grep/wc command to find matching files, print the filename and then the word count of a specific pattern per file. Here is my best (non-working) attempt so far:
wc `find . ( -name "*.as" -o -name "*.mxml" ) -exec grep -H HeightResizableList {}` ;
View 10 Replies
View Related
Jul 15, 2011
Is there a way to specify to find that I only want text files (and not binary files)? Grep has an option to exclude binary files, so I thought find probably has a similar feature, but I've been unable to find it.
View 2 Replies
View Related
Aug 21, 2011
I've got a setup where I need to use 'find' to find 0 or more files in a certain directory, however, 'find' always produces an error when there are no files that match a certain check. Is it possible to run 'find' while having it omit errors when no files match the pattern?
View 2 Replies
View Related
Feb 28, 2011
I have used diff command in past.I faced a situation to which I did not had a cluehere are some text strings (which can be stored in a file)Quote:
CONFIG_XEN=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=128
[code]...
View 3 Replies
View Related
Jan 25, 2009
I know how to search for normal files but can you let me know " How to search for 5 setuid files on the system. Also explain, for each file, why setuid mechanism is necessary for the command to function properly"
View 1 Replies
View Related
Aug 3, 2010
am new to linux and trying to find a file in sub directories using find command as:find .-name *.jpg -type fBut I am unable to get the result as find command is not permitted by the server administrator.Is there any way to find files without using find command.
View 14 Replies
View Related
Aug 9, 2011
The find command does not seem to find all files in my directory hierarchy. My home directory is automounted from a server. The command to illustrate this is:find | sed -e 's/^.///' | sed -e 's//.*//' | sort -uThe result misses several directories. Likewise, a find of a particular file, like:find . -iname *sample* -printwhere sample_file.txt resides in one of the directories that is missing in the first find command, finds nothing
View 4 Replies
View Related
May 18, 2011
shell scripting in Fedora14I want a script"Find in curent folder for files, and it copy first file he find with name gived by user, if name already exist then echo error message and finish"command usage " bash scriptname copyASname"
smthing like Code: #!/bin/bash
for files in /home/user/*
do
[code]....
View 1 Replies
View Related
Jul 30, 2010
Is there any way to find the core files with out using the FIND command?
View 1 Replies
View Related
Jul 22, 2011
I am having issues with 3d I am trying to start up a game called auteria but it displays this error "Could not find a compatible opengl display resolution. Please check your driver configuration. (Error: Couldn't find a matching GLX visual)" I am on ubuntu 10.10 could anybody give me a solution on how to fix this issue?
View 5 Replies
View Related
Feb 2, 2010
i'm trying to resize my album art that is dispersed through various artist/album folders. They are mostly 200x200, but i want to make all of them the same size. The code i'm trying to use is,
Code:
find -iname "cover.jpg" -execdir convert -resize 200x200 {}
or
Code:
find -iname "cover.jpg" -execdir convert {} -resize 200x200
i'm getting the error,
Code:
find: missing argument to `-execdir'
on both whats wrong with my syntax.
View 2 Replies
View Related
May 2, 2010
How do i find my internets WEP KEY?
View 9 Replies
View Related
Feb 28, 2011
I'm still learning ubuntu and I'm trying to install windows7 in either vm player or virtualbox. I've downloaded the .iso(took 2hrs) and now I'm not sure how to find it in ubuntu to either burn to c.d. or use virtually. Ubuntu used "Archive manager" as default for downloading. I'm not sure if this was correct to use,as I was thinking ubuntu is alot smarter than I. Where do I go to find the downloaded files?(and yes it's legal). I also downloaded the binary file of vmware, and again not sure what to do. I looked for windows files in <search< files, then alot of files came up, but I'm not sure what I'm looking at.
View 9 Replies
View Related