Programming :: Need Good C++ Tutorial

Jun 18, 2010

Does anyone knows about some good c++ tutorial ? I don't wanna something for absolute beginners,I need something for advanced topics, tips...Something you liked and helped you a lot I prefer Internet tutorials/e-books but "real" book should be good too.

View 5 Replies


ADVERTISEMENT

Programming :: Any Good X Context Manager Tutorial?

Feb 27, 2010

I've been playing around a bit with Xlib programming, and I'm just wondering if anyone knows of a good tutorial involving XContext's? Even if someone could explain the concept to me a bit.

View 1 Replies View Related

Networking :: Good Tutorial In Order To Learn IPSec Vpn With System?

Dec 17, 2010

I've no experience with IPSec. I've used many times OpenVPN (with static key or certificates x509).
Could anyone suggest me a good tutorial in order to learn IPSec vpn with Linux?

View 1 Replies View Related

General :: Good Online Source For Tutorial To Use System Shell / Terminal?

Jul 18, 2010

I have recently loaded Linux Mint on an old IBM Laptop and am very happy with the GUI; however, I would like to learn how to use the Linux shell/terminal. I don't know any of the commands. Is there a good online source for this information--a tutorial or list?

View 2 Replies View Related

Ubuntu :: Good Expect Tutorial For Programing With Expect?

Nov 2, 2010

I'm trying to Use Expect to automate a curl function. basically I don't want to type enter for my script to run. Can anyone point me to a good Expect tutorial?

View 1 Replies View Related

Programming :: Where To Get GTK Tutorial?

May 19, 2010

I already figured out the basics of gtk2-perl, but i can't find a good tutorial for things like lists, scrolling viewports, drag n' drop, etc.

I guess any programming language is OK because it shouldn't be hard to translate it into Perl.

View 3 Replies View Related

Programming :: Perl Tutorial To Use?

May 18, 2011

Any recommendations on what Perl tutorial to use?

View 1 Replies View Related

Programming :: Libusb Tutorial ?

Jul 25, 2011

Any good tutorial for libusb APIs..

View 3 Replies View Related

Programming :: Tutorial For Using GDB From Command Line?

Sep 15, 2010

Does anyone know from experience a good gdb tutorial, so I can learn to use it from the command line.

View 2 Replies View Related

Programming :: Basic Cross Compiling Tutorial?

Feb 4, 2010

I have written a program that I would like to cross compile for x86 and x86_64 architectures. I have tried google and the search function here to no success, most information I find is too specific (instructions for a specific program), or dealing with cross compiling for windows on linux.Does anyone know of a tutorial dealing with straight making a 32 bit binary on a 64 bit processor (both are intel)?

View 2 Replies View Related

Programming :: The Perfect Javascript Tutorial Or Book?

Jul 30, 2011

I'm looking for javascript tutorials or books that meets the following criteria:

1. Very thorough: Starts with the most fundamental concepts and progresses logically from basic to advanced concepts, without skipping over important ideas for the sake of expediency.

2. Lots of small practice exercises that parallel the concepts and syntax being learned.

I've looked at a lot of tutorials, but they all tend to be lacking in one of these areas or the other.

View 1 Replies View Related

Programming :: How To Compile / Simple Tutorial For Making Simple Program

Oct 7, 2010

i'm a college student studying pc programing, and i was given today a special work and i have to program using miranda... which i've never used it >.< can anyone give me a hand to where to download, how to compile, and a simple tutorial for making a simple program or something?

View 3 Replies View Related

Programming :: Good FTP Scripting Language

Jul 28, 2009

We have to (re)write a bunch of scripts to download files from remote ftp servers, where we won't know the names beforehand; move the files to an archive folder on the FTP server; copy the files to the correct servers on our LAN; and log the file information in Oracle.Our current scripts are for a windows product called ScriptFTP that provides a nice little language. It does everything except the logging, but we're wanting to get rid of Windows.

I have recently been given the job of maintaining the code, and I'm looking for a good language for simple, robust ftp scripts that will work on Linux. We have some customers with remarkably unreliable FTP servers. If necessary, I can write another program to handle the logging to Oracle. I'm usually a C++ developer, so a similar syntax is a bonus. I also want to be able to hand this over to an entry-level programmer later.

So far, I'm intrigued by PHP, but I've hardly had a chance to look at it for any scripting. I like the idea of being able to loop through the files individually and even be able to skip over anything that looks like it's currently being written (either based on the file name or date/time). I've thought about writing something in C++ that would take a simple config file instead of a full blown script. However, I don't want the maintenance, unless someone writes a quality FTP library that is inexpensive (hopefully free) for commercial use.

View 10 Replies View Related

Programming :: Good Book To Learn About Threads In C / C++?

Oct 30, 2010

A good book to learn about threads in C/C++?

View 3 Replies View Related

Applications :: Getting Ready To Start Programming / What's Good Program To Use

Jan 20, 2010

I was wanting to know what's a good programming suite that is comparable to MS Visual C++. I'm also curious about the portability of something I make in Linux, can I make a program in Linux and import it over to Windows, and what would be involved in making it compatible?

View 3 Replies View Related

Programming :: Cannot Seem To Find Any Good Documentation On Role Of Flags

Mar 16, 2010

I cannot seem to find any good documentation on the role of flags -Bdynamic and -Bstatic in g++. The man pages are not very helpful either.I found an example on the web:"gcc object1.o object2.o -Wl,-Bstatic -lapplejuice -Wl,-Bdynamic -lorangejuice -o binary".According to which -Bstatic instructs the linker to statically link
the applejuice library and to dynamically link the orangejuice library. If orangejuice uses the applejuice library anywhere however,the applejuice is also linked dynamically. Is it correct to assume that this is correct and describes the true functionality of those two flags in gcc? (ie: Bstatic and Bdynamic are used for mixing static and shared libraries during linking)Is it correct to assume that the same applies to g++ as well?

View 2 Replies View Related

Programming :: Unified Modeling Language Good/Bad And Tools?

Jan 29, 2010

I just joined a research group that is about to embark on writing a big multi-physics code package. Before the programming gets so big it is unmanageable, I was thinking about best practices and similar things. In that process, I came across something called the "Unified Modeling Language" (UML). Also, looking at a, cross platform, free, tool, that is good for C++. Ideally with reverse engineering and code generation. I came across Bouml, found ArgoUML. The former seems to support forward and reverse C++, the latter doesn't. Also, it seems that Visual Paradigm has a "Community Edition" that is free for non-commercial use. Then there are more on the Wikipedia page. I would like to hear from users what they like and don't like. Looking for reviews here.

View 2 Replies View Related

Programming :: Really Good Web Site For Learning HTML CSS Java Script

Jul 25, 2010

Maybe I am posting something completely obvious and unnecessary here, but this is the best web site ever I found as reference for web programming.What makes this web site so special is that om almost all pages which explain some aspects of the language, a button "Try it yourself" takes you to a screen with two panes. In one pane the example is written, the other pane shows the output on a web page. In the first window you can actually change the code snippet, and see the result immediately in the pane on the other side. That is a great way to study why certain things occur as they do.

View 1 Replies View Related

Ubuntu :: Looking For C++ Tutorial?

Jul 6, 2010

Can someone recommend a good c++ tutorial? I'm not a n00b but i'd prefer something that is directed toward people who have absolutely no experience with coding. code...

View 1 Replies View Related

Software :: KDE Tutorial - No Documentation Available

May 2, 2010

I installed KDE and tried to find some help/tutorial but I got following message. "There is no documentation available for /kdevelop/index.html."

View 1 Replies View Related

Ubuntu :: Recompile Kernel Tutorial?

Feb 28, 2010

any tutorial which helps in boosting system speed by recompiling the kernel

View 9 Replies View Related

General :: Tutorial To Format In Vi Editor?

Sep 20, 2010

I need a tutorial on how to do formatting in the vi editor. I looked in google, but couldn't find much. Formatting as in bold, font, font size, center text, etc.

View 8 Replies View Related

Slackware :: Safe Tutorial To Migrate From 13.1 To 13.37?

Mar 22, 2011

there is a safe tutorial to migrate from 13.1 to 13.37, or is just follow the "Tricks" from the Current folder?

View 11 Replies View Related

Fedora :: Tutorial For Installing Adobe Flash

Sep 16, 2010

Can you direct me to a tutorial for installing adobe flash?

View 5 Replies View Related

Ubuntu :: Tutorial To Setup A Home Server

Feb 12, 2011

I am looking for guides and tutorials on stetting up Ubuntu as a home server. Not so much web server oriented, but more for video/music streaming, torrent download, backups, VPN, remote desktop, etc.

View 3 Replies View Related

Ubuntu :: Review Tutorial On Sharing 3G Over WiFi

Feb 15, 2011

I've spent some time trying to get my 3G card connection shared over WIFI and despite the number of sites out there I had a lot of problems putting it all together. So I wrote a small guide about it, but due to several issues (time/bandwidth) I can't retest it from scratch.I was wondering if someone could take a look at it and make suggestions or corrections.The idea is to take your 3G data card and turn your WIFI into an access point so you can connect other devices to it for internet access.

View 6 Replies View Related

Ubuntu Installation :: Tutorial - Downgrade To Firefox4 On 11.04

Jul 8, 2011

For compatibility reasons, a developer do not always need the newest software version that just poped up on the market.
In my case, right now, the WebDriver Test our Selenium Test framework doesn't work on Firefox5 that i automatically got thanks the Ubuntu Update manager. I had to search few hours on Internet and finally ask a more experimented college which told me about this solution:

first of all, uninstall firefox5:

Code:

sudo aptitude purge firefox

then, you can list the available software versions : sudo apt-cache policy <software_name>

Code:

msauvette@msauvette:~$ sudo apt-cache policy firefox
firefox:
Installed: (none)
Candidate: 4.0+nobinonly-0ubuntu3

[code]....

View 3 Replies View Related

Networking :: What's Fave IPtables Tutorial For A Newbie?

Jan 20, 2011

I just want to know the basics first.

View 3 Replies View Related

Ubuntu :: Tutorial On How To Play PS1 Roms Without Having To Install WINE?

Jul 18, 2010

Is there a tutorial on how to play PS1 roms without having to install WINE?

View 1 Replies View Related

Ubuntu Servers :: ISO SSH Tutorial (secure Login Part)?

Dec 13, 2010

I am trying to remove the ability to login with password so, I follow the procedures I have found to generate a key, copy it on the server and after editing the sshd_conf file to set PasswordAuthentication to no, after I restart ssh, I find my self locked out of it....

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved