... Hi, If you use tmpfile() funtion to create a temporary file you need not worry about deleting the file. When you close the file or program terminates...
well, maybe a little info to get started? What operating system are you coding for? What operating system are you compiling on? What libraries and/or headers...
tyler
compgeek13@...
Oct 1, 2005 7:34 am
8916
Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Oct 1, 2005 11:39 am
8917
Dear members , Our group's main motive is to sharing knowledge & experinces of each other, solving each others technical problem. Please follow the following...
Programmers-Town@yaho...
Oct 1, 2005 11:39 am
8918
I do not know, what sort of code you are working on , Here i have the a possibility where processor fault error can ocuur.. When you try to "Modify a string...
well i am working with tcw (borland international). and the operating system is windows . is there any way for rectifying these errors that occurs during the...
Hello... Could I please get to know as to whether there are any concrete reasons as to why C++98 doesnt specify any sequence points?? Would it not be...
hi does any one have news regarding slection procedure of sbi plz tell me Pratik ... Yahoo! for Good Click here to donate to the Hurricane Katrina relief...
Hello... Could I please get to know as to whether every user thread created requires a kernel thread to be connected to?? Why is it that in one-to-one mapping...
Hi Shishir, U'r question is good but, try speak out specilized threads , I mean do't genralized the thread u'r using thread in which os and what type of...
suresh samudrala
sureshsamudrala@...
Oct 3, 2005 12:33 pm
8924
From: programming life ... Your copy must be incomplete then ISO/IEC 14882-1998: 1.9 (Program execution) #16, #17, #18 ... It has some specific to C++ ISO/IEC...
... Hi Please learn to write proper English. If you keep writing like this, I dont think you stand a chance for sbi (whatever that means). Its high time ...
Hi all, I have couple of questions related to Linked List: * Finding the nth node from the back in a single linked list : - For this problem I am thinking of a...
compiler: borland builder 6 experience: beginner I am trying to create a pulse width ranging between 1ms and 2ms at 50 pulses per second, that I am sending to...
... Hi Smitha I would not exactly like to do it that way even though it would give you what you wanted. Lets take an example. I am asked to find the 4th node...
From: smitha choudry ... My suggestions in order of preference Method 1: Convert the list into a vector. Use size() and at() to retrieve the node. Method 2: ...
Hi Smitha, As far as I remember, we can traverse a singly linked list only in one direction, so this is not possible in a simple or straight forward manner. ...
Reply Embedded Jaspreet Singh <jsingh.oberoi@...> wrote: ... Hi Smitha I would not exactly like to do it that way even though it would give you what you...
Hi smitha, what jaspreet suggested can also be used as kind of solution to similar questions like finding middle node ina singly listed list while traversing...
Hi All, I am given an assignment on hopper test, but i don't know what it is. What all I know is this is a tool to test os and drivers of mobile devices. ...
Hi, one efficient way to find the nth node in a singly linked list is as follows:- 1. take one pointer at the start/head of the linked list. 2. place another...
... Hi Please do not top post. Please go through my reply to the OP for a a simple and straight-forward solution or better still read what Paul had to say...
Hello Smitha and rest of the members To find the nth node from the end of the list its better to define two pointers -one storing the address of the nth node...
Hello... Am sorry,I was mis-informed..Actually I had found in the MSDN library that C++ doesnt have any sequence points of its own and it implements ANSI C...
Hi all! if we have 1 scenario as below struct str { int a; char *ptr; }; in betn i have allocated memory to ptr on client side & assigned the values to obj...
You can go through the source code of linux(Kernel). It is freely available for download. It is in the src folder. ... [Non-text portions of this message...
Hi everyone i really want to te help me in something i need help to know more about (while and loop) in c++ it is a new lesson and i need explenation about it ...
Reply embedded... ... Before you ask for help, try to reread your course works at least several times. Consider alternate text books in case the first one...