Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C set variable
Name: wille Date: April 17, 2009 at 03:37:24 Pacific OS: Microsoft Windows Vista Home Premium CPU/Ram: 2 GHz DualCore/ 2041 MB Product: Lenovo / 42334dg Subcategory: C/C++
Comment:
Hi, I was wondering if it's possible to set a variable like this; char a[20]; char b[20] = "Whatever"; a = ("%s", b);
just like the way printf works. it's the way a is set im going for.
Summary: I thought I read somewhere that instead of calling my get and set member functions getX() and setX(), I could just call them type X() and void X(type) which saves some typing and seems more elgant. T...
Summary: Here's an overview of what I'm trying to do: We have a number of employees that are running Office XP, Office 2003, Office 2007, plus Visio and Project, and they some are different versions. I am try...