January 2nd, 2013 12:17 AM
Ok I found my own issue. Thanks if you looked anyway. Visual Studio requires an include of
January 2nd, 2013 12:09 AM
I'm trying out a the new Visual Studio 2012 Express IDE. I've had no issues with previous versions of the Visual Studio IDE. But this one won't even compile simple programs for some reason. Maybe...
March 10th, 2010 04:22 PM
Thanks. That got it for me. Maybe now i can move forward :) you guys have been alot of help
March 10th, 2010 04:09 PM
Ok been trying to implement the changes you guys suggested.
First. I recently purchased VC2008 Pro. So i'm still getting used to the way it's setup. Do you know how to enable unicode on it?
...
February 26th, 2010 10:12 AM
Hi guys,
I'm new to c++ programming. Taking this as a college coarse and i guess my instructor just couldn't explain this well enough for me to truely grasp the purpose of this.
He said that...
February 25th, 2007 11:19 PM
Sorry guys, Right after i asked this question we found the issue. The compiler while it showed termination of the program after running it didn't release it from the system. The .exe still showed up...
February 25th, 2007 10:56 PM
My girl has been taking a C++ Programming Class @ Baylor in Waco, TX. I've been trying to help her and I can't seem to see why the file does not output. Everything looks like it should check out....
February 5th, 2007 09:04 PM
is there a way to destroy session when user leaves site and/or close browser?
February 5th, 2007 07:13 PM
Hey guys, I've searched the forum and havn't seen anything simular to what i'm asking so here it is.
Is there a way to find out how many sessions are still active from a server point of view.
...
February 4th, 2007 11:15 PM
That got it thx bro. Appreciate the help.
February 4th, 2007 08:43 PM
Trying to code a news section for the first page of of my site. I have it set to loop to retrieve all news articles with section value of 1 from the database.
...
February 4th, 2007 08:36 PM
Think he's asking for a premade php form for submitting data. Don't think there are any premade 1's out there. And i don't think anyone here will code the form for you.
September 5th, 2006 05:26 AM
yes, please if anybody knows do tell i'm hitting a simular issue
September 5th, 2006 05:13 AM
Parse error: parse error, unexpected $ in /home/microbec/public_html/igl/view_handle.php on line 303
I'm getting this parse error when the page loads but the line it points too is at the end of...
September 3rd, 2006 02:36 PM
php isnt giving me back any parse errors etc... but it will not display the forms i'm sure it's a logic error somewhere but i can't seem to locate it. I knwo it's alot alot of code to look it but the...
September 1st, 2006 08:55 PM
Ok i'll try to elaborate a bit more.
<tr>
<td width="334">IP 2</td>
<td width="455"><?php echo $myrow['IP2'];?></td>
<td width="24"><input type="checkbox" name="IP2"...
September 1st, 2006 07:56 PM
Ok this is going to sound real newbish probably but here it goes anyway. I know how to set a value for when a box becomes checked. But How do you set a value for when it's becomes unchecked?
September 1st, 2006 11:02 AM
please disreguard. Found my problem with that as well. thx guys you've been a big help. site should be all downhill from here. *hopefully*