Search the web
Sign In
New User? Sign Up
c-prog · C/C++ Programmer's Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 36659 - 36688 of 67710   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36659
It would help to know what compiler you are using. Ray ... _________________________________________________________________ Mother’s Day is May 9. Make it...
Ray Devore
rdevore2007
Offline Send Email
May 1, 2004
1:03 pm
36660
What type of file are you going to output? When you output a file, how the text is displayed depends on how the program that reads and displays the file...
Ray Devore
rdevore2007
Offline Send Email
May 1, 2004
1:07 pm
36661
In a message dated 4/30/2004 8:59:07 PM US Eastern Standard Time, ... Yes. If you use an IDE, it runs the program and returns immediately afterward to the...
abram10@...
abrammagner
Offline Send Email
May 1, 2004
2:58 pm
36662
Show us what you have so far, and then we can help. We will not do your homework for you. Check out the follwoing web page for some notes on polymorphism. ...
Ray Devore
rdevore2007
Offline Send Email
May 1, 2004
3:02 pm
36663
well, it doesnt for me... dev-cpp just wont work right on my comp, the Vroach doesnt even work right on it, maybe the site i got it off of screwed something...
danken_35
Offline Send Email
May 1, 2004
3:29 pm
36664
ok, I am litterally bran-new to c++ and heres what i have as my first program (to get use to how it works) /* Name: first program Author: Microdyminsion ¬ ...
danken_35
Offline Send Email
May 1, 2004
4:18 pm
36665
if the output is for the screen, the easiest way to outputing text with color in linux is using ANSI escape sequence... example code : #include <stdio.h> int...
Wijaya K
wikes@...
Send Email
May 1, 2004
5:53 pm
36666
On Sat, 01 May 2004 15:27:55 -0000 ... That is a very, very untrue statement. I have several unix computers here, each with very good working versions of cc....
Ed
psy80uk
Offline Send Email
May 1, 2004
7:59 pm
36667
forget it, i found a better one...
danken_35
Offline Send Email
May 1, 2004
9:21 pm
36668
is there a way to write out a file in html/dhtml/javascript and compile it into an executable that runs as if it were programmed into internet explorer?...
danken_35
Offline Send Email
May 1, 2004
9:32 pm
36669
Enter your vote today! A new poll has been created for the c-prog group: not c++ but there is more than 1 programming language, which has the most...
c-prog@yahoogroups.com
Send Email
May 1, 2004
9:39 pm
36670
Hello Friends, can i get control over Explorer.exe through VC++.If i want to lock a folder thru it what should i do.I want that software GUI.help me out...
mayank_c2000
Offline Send Email
May 1, 2004
9:56 pm
36671
i know a way to make your folder truely hidden... put it in a zip folder, add a password than change .zip to .cab as far as you computer can tell the .cab will...
danken_35
Offline Send Email
May 1, 2004
10:06 pm
36672
if u r using turbo c++ 3.0 u can use function findfirst(), and findnext() to access the files in any directory........using these u can also get the ...
chetan verma
chetanism_gr...
Offline Send Email
May 1, 2004
10:14 pm
36673
... It's actually spelled: fertilizer...
banaticus
Offline Send Email
May 1, 2004
10:14 pm
36674
I've created an abstract base class, and I'd like to create an array of that base class, with each element containing an instance of a derived class. Such as:...
banaticus
Offline Send Email
May 1, 2004
10:45 pm
36675
... I don't know about that, but I've got a K&R or maybe I'm just a little ANSI. Hope this [doesn't really] help! Thomas J. Hruska --...
Thomas J. Hruska
shininglightpro
Offline Send Email
May 1, 2004
11:20 pm
36676
... Remove that #include statement and try this one instead: #include <iostream> You also need to get access to the standard namespace: using namespace std; ...
Thomas J. Hruska
shininglightpro
Offline Send Email
May 2, 2004
2:48 am
36677
... you changed the call you need to add the ugly & ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: ...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
May 2, 2004
3:52 am
36678
"doesn't work" is a LOUSY bug report. The only useful information we have is you have NO idea what you're doing ... I consider it far more likely that a...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
May 2, 2004
3:55 am
36679
ok whenever i use cout << "<message>""; i get errors if i use cout:"<message>"; its fine but if i put more than 1 cout:"<message">; it says duplicate lable or...
danken_35
Offline Send Email
May 2, 2004
4:10 am
36680
the program has several problems...... ... you don't need the above line, BUT.... #include <iostream> you do need that line you will also need: using namespace...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
May 2, 2004
4:12 am
36681
iostream comes up with more bugs than anything I have tried to code...
danken_35
Offline Send Email
May 2, 2004
4:14 am
36682
i follow those directions and i get the following errors: 36 C:\Dev-Cpp\include\streambuf.h In file included from C:/Dev-Cpp/include/streambuf.h 31...
danken_35
Offline Send Email
May 2, 2004
4:20 am
36683
... guess what compiler dev-cpp uses... yes, g++ ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
May 2, 2004
4:21 am
36684
silly poll, by no stretch of imagination can html, or xml be considered a programming language. ... Victor A. Wagner Jr. http://rudbek.com The five most...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
May 2, 2004
4:22 am
36685
i have no idea what that is so.....
danken_35
Offline Send Email
May 2, 2004
4:22 am
36686
yes html and xml are programming languages, they are just simple and made for web-design...
danken_35
Offline Send Email
May 2, 2004
4:23 am
36687
ok as far as I understand.. return 0; closes the program right? so return false; should keep the window open right? as soon as i open the following program...
danken_35
Offline Send Email
May 2, 2004
5:31 am
36688
ok, I solved my previous error -- it was a syntax error. I wasn't declaring the virtual function in the abstract base class to be a pure virtual function. I...
banaticus
Offline Send Email
May 2, 2004
5:40 am
Messages 36659 - 36688 of 67710   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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