Hi Everybody… I really need to work as a C/C++ Junior Developer. I know C/C++ Programming well and Strong knowledge about Object Oriented Programming...
... OOPSLA 2008 October 19-23, 2008 Nashville Convention Center Nashville, Tennesse http://www.oopsla.org/ Registration is now open for the 23rd Annual ACM...
Vator Campaigns Hello Everyone, These days, testing departments face many significant challenges – multiple overlapping releases, not enough testing...
hi i want to know what will be the output of the following two programs #include<iostream.h> int swap(int x,int y) { int temp; temp=x; x=y; y=temp; } void...
... So why don't you try yourself first? ... Turbo-C and Turbo-C++ are "ancient" compilers; get rid of them, they both don't understand standards compliant...
Abhishek, It is against the rules to use this mailing list for this type of thing. Why would you want to invite someone you don't even know, anyway? ~Rick ... ...
... <snip> That's the exact reason why I've deleted this post anyway. But of course only after it had been sent to email recipients of this board; this I...
The tipical form to pass parameters in C is by value: You declare the function like this: swap(int x, int y). Like this, inside swap you are free to change...
Hi Rick A number of these social networking sites send invites to people on someones contact list without their conscent. I've had that done to me when I...
... IME, the only way they can gain access to your contact lists, is if you give them the password to those lists. Please tell me you don't give your passwords...
I am trying to use Vectors of structures in my program. The main problem I run into is passing the vector of structs to a function i.e. typedef struct { string...
(I sent earlier with no response, I figured I would resend hoping to get someone to look at it that might know answer) I am trying to use Vectors of structures...
... <snip> One reminder to everyone on this board (and maybe some people who wish to join): Everyone joining this board will be set to Moderated status; this ...
... <snip> I find it more amusing that people think Yahoo Groups are like instant messaging, and that one should _expect_ a response in less than 6 hours, and...
... I only see three hours between the two postings. People work and don't monitor these forums all day long. Now, if a few days had gone by, perhaps a...
Hi Friends, Â Â Â Â Â I developed some mini project in java platform for improving my knowlege and i uploaded these projects in pscode.com . If ur free, just...
Hi C/C++ programmer in the world, It is first time I use Multi-threaded Programming. My program terminates with error that there is failure to accessing...
... Hi atecnal1838_con, Take this : http://www.schneier.com/blowfish-download.html and implement in your program. Never broken cryptography so far, public ...
There is a Buit *in* function called getpass *in* conio.h Prototype : char *getpass(const char *prompt); Displays the prompt string and then reads the...
... <snip> Bad advice. This function solely exists in Turbo-C++ and is neither portable in any way nor does it even make sense for other environments than...
i will use it in an electronic attendance system... when the user will use the system he needs to specify his ID number if he is registered or not and after...
Hi, Im having problem with my code try to put int from array to nodes in linked list. This is the link list constructor code: Set::Set(int a[], int n) { Set();...
Hi all, I was just trying to write my own strlen() function until I got stuck. This program compiles without any errors or warnings. But it never prints ...