Mon Dec 29, 2014 12:42 pm
Sounds like you want to use VNC.
A VNC server will be installed and run on your Pi and a VNC client on the laptop will then connect to it. The graphical desktop of the Pi is then displayed in a Window on your Laptop. Have search around here for "VNC" or ask Google.
For command line only work I would install Putty on the laptop and then you can log into your Pi using ssh and get a command line window on your laptop. That is how I use my Pis most of the time anyway.
All you need is a length of ethernet cable. Or get hold a WIFI router box and plug a USB WIFI adapter into the Pi. Then as long as you have power for your WIFI router (don't forget to take power plug adapters with you) you will have your own WIFI network where ever you go. Actually that is what I am doing right now whilst traveling over the Christmas break.
Finally get yourself a USB serial adapter. On that has 3.3v serial interface that you can connect to the serial port pins on the Pi GPIO header. Then you can talk directly to the Pi over that serial link which may be very useful if you need to tweak some configuration settings to get networking going. Without a keyboard and screen that is the only 100% reliable way to be sure you don't get locked out of your Pi.
Unless...be sure to take a SD card reader/writer with you and some back up Raspian SD cards.
Happy holiday!
Memory in C++ is a leaky abstraction .