Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: mahlerfive ; Forum: C++ and child forums
Forum: C++ Aug 22nd, 2008
Replies: 7
Views: 580
Posted By mahlerfive
A lot of important questions here, so I will try and answer them the best I can.

First, the main difference between passing by value and passing by reference.. When we pass by value, the receiving...
Forum: C++ Aug 20th, 2008
Replies: 4
Views: 1,317
Posted By mahlerfive
This is a prime example of how I see some students graduate in computer science and don't understand basic object oriented programming concepts. You need to figure this out yourself. Of course if you...
Forum: C++ Aug 20th, 2008
Replies: 10
Views: 1,085
Posted By mahlerfive
To be a bit clearer, you can use the stringstream class like so:

#include <iostream>
#include <sstream>
using namespace std;

int main() {
stringstream ss; // our stringstream object
...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC