Since 4/26/2012 7:48:13 AM, spammerdream has written 2 articles and participated in 177 conversations. spammerdream signature: spammerdream
spammerdream's articles:
Items(2) /1
Can main() return any int value?919 (1/8/2009 8:17:08 PM) comp.lang.c++ Hi, I would need to return at least two different values from my program depending on the results of it for shell script to identify which the result was, but I would also like the program to follow the C++ ... Aggro
Problem with const reference as a parameter250 (8/11/2004 3:46:08 PM) comp.lang.c++ Short question is here: I would like to have the code below to compile, without having to remove the "const" from it, can anyone help? (More explanation can be found at the end of the message if that is neede... Aggro
Which language? #2624 (10/22/2005 6:19:57 PM) comp.programming I have a program I wrote in VB 5.0. I am annoyed by having to include the runtime files for VB and was wondering which language will compile to an exe file without runtime files like VB. I want to rewrite i... captkirkREMOVE(6)
Incrementing array indexes in for loop.751 (8/25/2007 4:16:03 AM) comp.lang.c++ Is it possible to increment the array index in a for loop? I want to make a program where the user inputs numbers individually and then store them into an array. For each integer input, the array index will inc... rogerngo(10)
class for database handling errors828 (5/10/2008 9:58:34 AM) comp.lang.c++ Hi Everyone, I'm currently developing a class for a database, each object of the class will establish a connection to the database on a remote server and and all of this happens on the constructor. So ther... sam_cit(402)
Programming Windows1119 (5/20/2008 3:03:51 PM) comp.lang.c++ I'm about to start Windows programming, so before doing that I just wanted to know is this good place to ask questions about programming windows. if yes then what do I need apart from courage :D. is Microsoft V... rathod.nikhil(11)
Where do I go next?1030 (7/14/2008 12:33:37 PM) comp.programming I've been struggling a lot with programming for the past few years. I'd learn a language, never use it, then forget it. Where should I go after learning the basics of a language? ... eflick(2)
memory #61841 (9/19/2008 9:46:06 PM) comp.programming In C I have never really used malloc to alloc memory from the heap. Now when using C's data types you are using the stack if I am correct. In programming requirements are there times when you want memory ... nospam116(1187)
Deleting from destructor1526 (10/9/2008 5:03:19 PM) comp.lang.c++ Hi Experts, This may be obvious but I can't find anything one way or another. We have a class which is always allocated using new, e.g. Foo* foo = new Foo() so we came up with the idea of releasing the mem... mc_roam(16)
Can main() return any int value?919 (1/8/2009 8:17:08 PM) comp.lang.c++ Hi, I would need to return at least two different values from my program depending on the results of it for shell script to identify which the result was, but I would also like the program to follow the C++ ... spammerdream(179)