Search   Feed   Browse   Add
Feed items 1 - 10 of 12 for September 2008

Dev Shed - C Programming Forum

Dev Shed Forums - Programming Help and Tutorials for all development technologies - RSS Feeds

Dev Shed Forums - Void - September 17, 2008

Date: September 17th, 2008 03:02 PM - khestoi - Void Post: Hi guys im new here and im not that good in c programming. Got this question. void iterdispCAS(char np, char di, char co, char bo, char so, int li, int nx, int endx, char stcode); what does it mean...
http://forums.devshed.com/c-programming-42/void-557873.html

Dev Shed Forums - Loop - September 17, 2008

Date: September 17th, 2008 01:29 PM - sizablegrin - Untitled Post: The problem with posting in more than one place is that it results in wasted, duplicate effort, if each place is unaware of the other post. It isn't a good thing to do. Presenting your code all on one line is also not a good thi...
http://forums.devshed.com/c-programming-42/loop-557839.html

Dev Shed Forums - Comparing file size and returning the name of the file - September 17, 2008

Date: September 17th, 2008 10:40 AM - Mizar333 - It is finally finished...almost Post: I can't believe after all this time it's finnaly done,almost :D I read all the things you linked me and tried using the string class,instead of whatever i wrote.Now it finnaly prints out the names. I will now t...
http://forums.devshed.com/c-programming-42/comparing-file-size-and-returning-the-name-of-t...

Dev Shed Forums - C++Linux ofstream question - September 17, 2008

Date: September 17th, 2008 05:02 AM - xyfix - C++Linux ofstream question Post: Just a question about the ofstream class and the creation of a file in the linux filesystem. I have a piece of code ( which works great) that writes to a file on linux using std:: ofstream like this std::string tmp...
http://forums.devshed.com/c-programming-42/c-linux-ofstream-question-557745.html

Dev Shed Forums - C How to get age from birthday and current date - September 17, 2008

Date: September 17th, 2008 08:58 AM - phpdev4 - Untitled Post: Muzza, Good suggestion. That seems like it would work - but a little too much work. To simplyfy your explanation, or just clarify: 09 01 2000 09 17 2008 Then compare the years (store the years in a variable): currentYear =...
http://forums.devshed.com/c-programming-42/c-how-to-get-age-from-birthday-and-current-date...

Dev Shed Forums - DLL: same class name, different namespace -- compiler thinks the are same class. - September 17, 2008

Date: September 17th, 2008 09:14 AM - kubicon - Untitled Post: Wow, if I type "dll class name namespace", this thread comes up in the first result, and I just posted this yesterday. Edit: Just checked again. "dll class namespace" comes up first too....
http://forums.devshed.com/c-programming-42/dll-same-class-name-different-namespace----comp...

Dev Shed Forums - How to test if int input is non-int - September 16, 2008

Date: September 17th, 2008 01:52 AM - Lux Perpetua - Untitled Post: Another function to look into is strtol. It is one of the most informative standard library functions in regard to error reporting. It will tell you if the input was outside the range of long int, and it will also tell you (slightl...
http://forums.devshed.com/c-programming-42/how-to-test-if-int-input-is-non-int-557679.html

Dev Shed Forums - Asp.net textbox not being formatted - September 16, 2008

Date: September 16th, 2008 06:02 PM - claygorman - Asp.net textbox not being formatted Post: Im using asp.net and im trying to format a text box using txtSearch1.Text = string.Format("", txtSearch1.Text); So when i click my search button it takes the data in the textbox, converts it to...
http://forums.devshed.com/c-programming-42/asp-net-textbox-not-being-formatted-557657.html

Dev Shed Forums - Streaming std::endl through own objects - September 16, 2008

Date: September 16th, 2008 06:48 PM - Schol-R-LEA - Untitled Post: Something a lot of C++ programmers don't know is that std::endl is not a constant, but a stream manipulator, one of a class of special functions that are used by passing them as function arguments to a stream object. As such, they w...
http://forums.devshed.com/c-programming-42/streaming-std-endl-through-own-objects-557547.h...

Dev Shed Forums - Threads and mutex, some management questions. - September 16, 2008

Date: September 16th, 2008 08:52 PM - kubicon - Untitled Post: Thanks for the info, guys....
http://forums.devshed.com/c-programming-42/threads-and-mutex-some-management-questions-557...
Available Archives
- September (12 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact