Setting up an online classified advertisements website093 (5/21/2009 1:39:18 PM) comp.sources.d Hi,
Apologies if this is OT!
Does anyone have an idea about the cheapest and quickest way to set up
an online classified advertisements website like craigslist or
backpage? With Craigslist and Backpage... masood
Question on STL Function adaptors360 (3/15/2009 8:55:43 AM) comp.sources.d Hi,
I am a beginner at STL and I am having a lot of trouble understanding
function adaptors. My team lead has given me the following cheat
sheet:
(1) If f = bind1st(g,x)
then f(y) means g(x,y)
(2) ... masood
Identifying valid actors for use cases797 (1/8/2009 1:11:52 PM) comp.sources.d Hi,
We have this "know all" guy at work who obviously thinks he knows all
there is to know and everyone else is scum. I have some questions
about some actors that he has identified for some use cases on o... masood
IBM Xerces Guide198 (1/7/2008 5:21:07 AM) comp.sources.d My apologies if this is off topic.
Sometime back I had bookmarked the IBM Xerces Guide page (http://
www.ibm.com/developerworks/xml/library/x-xercc2/). I am not able to
navigate to the page today. Does a... masood
XML newbie question #2512 (11/30/2007 3:15:20 PM) comp.text.xml In a nutshell, what would you say is the difference between an XML serializer and an XML parser? My apologies if this question sounds too basic. Thanks, Masood ... masood
Setting a file stream to std[in/out/err]?247 (8/15/2007 4:31:51 AM) comp.lang.c++ In the stdio library, supported by C, we can set a file pointer to stdin or stdout ot stderr (e.g. FILE* fp = stdin;). Can we do something similar with ifstream and ofstream in C++? i.e. can we set the ifstre... masood
Streaming file IO and binary files320 (7/25/2007 6:51:05 AM) comp.lang.c++ Hi, Kindly excuse my novice question. In all the literature on ifstream that I have seen, nowhere have I read what happens if you try to read a binary file using the ">>" operator. I ran into the two problem... masood
Basic question on exception handling in C++332 (6/12/2007 1:04:36 PM) comp.lang.c++ In all the sample code snippets of try-catch code blocks that I have seen, the catch block does one of the following three things: 1). exits the program (after spitting out a cerr message) 2). propagates the ... masood
Table view of an n-dimensional address space284 (5/19/2007 6:16:44 PM) comp.programming [My apologies if this post is OT. I have no idea where I should post this] I need help in decoding the following excerpt from an email from our system architect. Can someone kindly explain to me, in layman t... masood
Cannot locate Java Compiler on my RH Linux System248 (12/29/2006 4:08:44 PM) comp.os.linux.misc I downloaded the following self-extracting RPM from http://www.java.com/en/download/linux_manual.jsp: jre-1_5_0_10-linux-i586-rpm.bin I installed the Java Runtime Environment and it proceeded without a hitch.... masood
masood.iqbal's replies:
Items(3) /1
Multi-dimensional array initialization #4337 (1/23/2005 10:13:03 AM) comp.lang.c Hi, I have seen at least two ways to initialize multi-dimensional arrays in C. One of the ways is shown in a sample code snippet below. The other way does not make use of any intermediate braces. In other wo... masood.iqbal(34)
Seeking an appropriate "qualifier" for a class name413 (4/12/2005 11:54:35 PM) comp.object In our software we often have a few instances where we have a base class that provides only RO access to some of its attributes (and RW access to others) and a derived class that does not, for the most part, ad... kbhat(12)