Search the web
Sign In
New User? Sign Up
cplusplus2 · C Plus Plus - The C++ programming language
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 466 - 495 of 684   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
466
I need help with creating a stack of cards for a black jack game. Can someone please help. My program was due on thursday, but I have until tomorrow turn it...
chaklit15
Offline Send Email
Jul 28, 2002
9:11 pm
467
... I clicked on it (above url) but get the message of '..no group called cnews.' TomLeeM...
tomleem7659
Offline Send Email
Jul 29, 2002
2:19 pm
468
i wanted to know abt function overloadings .i m new to c++.....
ashishkamat2
Offline
Aug 7, 2002
9:58 am
469
using <>'s around the header includes system headers from standard locations. Your headers should be included using ""'s around the header filename, such as ...
jwgilk0
Offline Send Email
Aug 9, 2002
6:15 am
470
http://groups.yahoo.com/group/CSharpNET scott...
powersysinc
Offline
Aug 18, 2002
7:32 am
471
hello everybody.i am facing a critical debugging problem in my program.please help me sort out this program.the program has a header file called matrix.h and 2...
burela somashekar
burelass
Offline Send Email
Aug 28, 2002
6:36 am
472
hello everybody.i am facing a critical debugging problem in my program.please help me sort out this program.the program has a header file called matrix.h and 2...
burela somashekar
burelass
Offline Send Email
Aug 28, 2002
6:50 am
473
No attachment found.. __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com...
Ganesh V
ganesh_vijayan
Offline Send Email
Aug 28, 2002
6:52 am
474
Hello, Could someone help me in making a database connection using Visual C++ version 6.0 and MS Access as Data base .......i want to use ADO ....... i have...
Mufazzal Aman
mufazzal_aman
Offline Send Email
Sep 14, 2002
9:57 pm
475
Hi all, Wanted C/C++ Developers, visit www.techieindex.net providing one stop resource for IT Professionals. If you find similar site let me know. FREE...
annaagnus
Offline Send Email
Oct 10, 2002
8:46 pm
476
Hi all, visit www.techieindex.net providing one stop resource for IT Professionals. I supposed to that this is a unique and rare site for C/C++. For a limited...
annaagnus
Offline Send Email
Oct 10, 2002
9:27 pm
477
hello there, i was wondering if anyone could tell me how i can access system time and put it into an int variable using visual c++. thanks....
cbaska2002
Offline Send Email
Oct 12, 2002
7:12 am
478
Hello there, i was wondering if someone could give me tips on doing inline assembly with visual c++ 6.0. lets say i wanted to move a value into a register, say...
cbaska2002
Offline Send Email
Oct 12, 2002
10:12 pm
479
Cant access this site I get this message: Forbidden You don't have permission to access / on this server. Apache/1.3.20 Server at techieindex.net Port 80 --...
Harshal Vaidya
harshalvaidya@...
Send Email
Oct 14, 2002
4:12 am
480
hello. was wondering if someone could tell me what the c++ i/o commands for the parellel port are and how to use them. i want to be able to turn on and off...
cbaska2002
Offline Send Email
Oct 14, 2002
7:45 am
481
I m learning c++ and I downloaded dgjpp recently. I would like to do modular programming. Example 1. // mod1.cpp file class myclass { int a; public: void...
wiligelm
Offline
Nov 10, 2002
9:27 pm
482
You should never include implementation files(.cc or .cpp). header files(.h) are the only ones you should ever include.(This doesn't apply when using...
jwgilk0
Offline Send Email
Nov 17, 2002
9:05 pm
483
The basic idea behid function overloading is that it is possible to have 2 functions with the same name, but with different numbers and types of arguments. For...
jwgilk0
Offline Send Email
Nov 17, 2002
9:24 pm
484
hi, I just joined heh...erm could anyone help me? I have made a random number game on Borland C++ and I need to make a high score table and I dunno how to do...
Alan Dutton
A_Dutton82
Offline Send Email
Nov 26, 2002
6:34 pm
485
We would like to introduce ourselves as Skots Consultants, a professionally managed company specializes in Executive Search and Selection. We have a team of...
laxmiole
Offline Send Email
Nov 28, 2002
4:24 pm
486
Good evening, everyone. I require your assistance with parralel arrays. It's a really simple program, really. All I need to do is to design a program where a...
xena51ca
Offline Send Email
Dec 5, 2002
12:18 am
487
We would like to introduce ourselves as Skots Consultants, a professionally managed company specializes in Executive Search and Selection. We have a team of...
laxmiole
Offline Send Email
Dec 5, 2002
2:13 pm
488
please help me!!! Can someone please give me the code in C++ for the external sorting algorithm, replacement selection sort??? I looked all oevr the internet...
whatever <joy_blink18...
joy_blink182
Offline Send Email
Jan 11, 2003
4:44 pm
489
please help me!!! Can someone please give me the code in C++ for the external sorting algorithm, replacement selection sort??? I looked all oevr the internet...
Joy ferni
joy_blink182
Offline Send Email
Jan 12, 2003
3:48 am
490
Hi , This is Dipty from Human Resources, Cognizant Technology Solutions,Hyderabad. We are currently loooking for professional with 3-5 Years of experience on...
diptylalka <diptylalk...
diptylalka
Offline Send Email
Jan 13, 2003
8:08 am
491
when i try to compile the 'hello world programme': include <iostream.h> int main () { cout <<"Hello World!\n"; return o; } i get 2 error messages, the 1st is: ...
forme_212000
Offline
Jan 24, 2003
10:53 pm
492
Your environment is not set-up properly, the program cannot find iostream.h. iostream.h is header file which contains cin and cout functions which tell the ...
xena xavier
xena51ca
Offline Send Email
Jan 26, 2003
11:31 pm
493
you dont have to reinstall your program in your include header use # include <iostream.h> you must use the # sign for it to work. Also on your return...
scubasteveby321
Offline
Jan 27, 2003
4:12 pm
494
Yes, that's correct, I overlooked that the # sign was not there, took it for granted that it always is. ... you dont have to reinstall your program in your...
xena xavier
xena51ca
Offline Send Email
Jan 27, 2003
6:35 pm
495
We would like to introduce ourselves as Skots Consultants, a professionally managed company specializes in Executive Search and Selection. We have a team of...
laxmiole <laxmiole@...>
laxmiole
Offline Send Email
Feb 3, 2003
4:35 am
Messages 466 - 495 of 684   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help