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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 64706 - 64735 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64706
... I don't suppose there's a .pdf version of that anywhere? I run Linux. .exe files don't work so well for me......
Michael Sullivan
msulli1355
Offline Send Email
Dec 1, 2007
10:37 am
64707
If you use int, it is ok. Because int is smaller than double. But if you use double instead of int, it will trouble. [Non-text portions of this message have...
Tsetsbold
ntsetsbold@...
Send Email
Dec 1, 2007
10:37 am
64708
... That's one of the things I'm going to fix for Second Edition (the fabled Second Edition is still in the pipeline). In the meantime, what works for most...
Thomas Hruska
shininglightpro
Offline Send Email
Dec 1, 2007
10:43 am
64709
... You can install on Linux with Wine. -- Brett ... "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." --...
Brett McCoy
smartandkewl
Online Now Send Email
Dec 1, 2007
2:06 pm
64710
... I can vouch that it installs perfectly well under Wine! -- Brett ... "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn...
Brett McCoy
smartandkewl
Online Now Send Email
Dec 1, 2007
2:08 pm
64711
Hi , Can someone please send me one demo project on C++ in Unix environment. That will be very useful for me. Waiting for your kind cooperation. Thanks, ...
Abhaya Patra.
abhaya_patro
Offline Send Email
Dec 1, 2007
2:08 pm
64712
I write progarms just as follows,if it is ok? #include<stdio.h> #include<math.h> int main() { int number; int a[10]; for(number = 0;number <= 9;number++) { ...

renlun12@...
Send Email
Dec 1, 2007
2:11 pm
64713
... Take a look on freshmeat.net, thousands of projects, most open source. -- Brett ... "In the rhythm of music a secret is hidden; If I were to divulge it, it...
Brett McCoy
smartandkewl
Online Now Send Email
Dec 1, 2007
2:22 pm
64714
... int main(void) { return 0; } -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. ...
Thomas Hruska
shininglightpro
Offline Send Email
Dec 1, 2007
2:23 pm
64715
On Sat, 1 Dec 2007 12:14:57 +0000 (GMT) ... I think what you're after is something that seems like a project file in visual stupid perhaps? The projects are...
ed
psy80uk
Offline Send Email
Dec 1, 2007
3:19 pm
64716
... And now on a more serious note: While it is admirable that you are wanting something to do and want to spend your time learning C/C++, c-prog is not here...
Thomas Hruska
shininglightpro
Offline Send Email
Dec 1, 2007
6:36 pm
64717
I have classes Ally and Enemy, both subclassed from Character. How can I use Character's constructor from inside the constructor's of Enemy and Ally?...
Michael Sullivan
msulli1355
Offline Send Email
Dec 1, 2007
7:50 pm
64718
... class Base { public: Base() { /* */ }; }; class Derived : public Base { public: Derived() : Base() { /* */ }; }; cod...
cod
mazzeo.antonio
Offline Send Email
Dec 1, 2007
8:47 pm
64719
I know that a segmentation fault is the equivalent of a null pointer exception in Java, but I don't understand why it's happening here. My full code is posted...
Michael Sullivan
msulli1355
Offline Send Email
Dec 1, 2007
10:49 pm
64720
... A segmentation fault can mean you are accessing memory you have no permission to use, like if you are trying to access memory you have not allocated (null...
Brett McCoy
smartandkewl
Online Now Send Email
Dec 1, 2007
11:02 pm
64721
... I found a handy feature of gdb called 'backtrace' that told me where the problem was. It seems I was attempting to call SDL_FreeSurface on a surface that...
Michael Sullivan
msulli1355
Offline Send Email
Dec 2, 2007
12:06 am
64722
... You still aren't using 'virtual' destructors. ... Where/How is 'name' defined? This is probably where your problem is. ... General observation: You...
Thomas Hruska
shininglightpro
Offline Send Email
Dec 2, 2007
12:13 am
64723
... Maybe a gdb cheat sheet can be of help, they're available for most popular utils, We use a4 paper size here: ...
ed
psy80uk
Offline Send Email
Dec 2, 2007
12:45 am
64724
Hey everyone, I was just wondering if anyone can suggest the best way to learn C/C++. and what books. Thanks!...
roychang3
Offline Send Email
Dec 2, 2007
7:05 am
64725
Hi, For me or others, there is only one way to learn C. I don't know C++, but all computer languages are the same to learn. The best way to learn is write in...
Tsetsbold Narantungalag
ntsetsbold@...
Send Email
Dec 2, 2007
8:01 am
64726
... The C FAQ is a good place to start, along with taking vocational studies, such as a night class in C, or even C#, they both share some common syntax and...
ed
psy80uk
Offline Send Email
Dec 2, 2007
12:10 pm
64727
... Did you look at the resources provided by this Yahoo Group? http://tech.groups.yahoo.com/group/c-prog/files/ ...
Brett McCoy
smartandkewl
Online Now Send Email
Dec 2, 2007
1:43 pm
64728
What are you trying to do???...
kashifalikamil
Offline Send Email
Dec 2, 2007
1:44 pm
64729
... I am learning C++ right now. I have learned basic C/C++ in university. The books I have read so far( last 8 months or so): 1. Scott Meyers. effective C++ ...
wang jun
wjsimonwj
Offline Send Email
Dec 2, 2007
1:44 pm
64730
hi every body Iam having two qs, pls give me the ans int i = -1; give me the binary of this like 8 is having binary of 1000. second one union{ int i; struct{ ...
sivag9
Offline Send Email
Dec 2, 2007
1:44 pm
64731
... When you joined c-prog, you should have received an e-mail containing the group welcome message. In that message was a list of books that you should read....
Thomas Hruska
shininglightpro
Offline Send Email
Dec 2, 2007
2:50 pm
64732
... Actually, it's already out, including Visual C++ Express 2008. -- Brett ... "In the rhythm of music a secret is hidden; If I were to divulge it, it would...
Brett McCoy
smartandkewl
Online Now Send Email
Dec 2, 2007
5:07 pm
64733
... Oh. Guess it is time to update that bit of text. My personal position is still a "hold off" until others figure out what new bugs there are and the hype...
Thomas Hruska
shininglightpro
Offline Send Email
Dec 2, 2007
6:55 pm
64734
... Well, somebody's gotta be *wink* *wink* From what I can tell, VC++ Express 2008 can do 64-bit now, although I don't have a 64-bit Windows machine to try it...
Brett McCoy
smartandkewl
Online Now Send Email
Dec 2, 2007
6:57 pm
64735
... Roy, Just a suggestion from a neophyte, but you could try: Dan Gookin's "C for Dummies." It takes you through bit by bit. By all means, type each program...
kocmotex
Offline Send Email
Dec 2, 2007
7:04 pm
Messages 64706 - 64735 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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