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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 53813 - 53842 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
53813
Hi, I'm porting my code to VC8 and encountering an error while building the code in this new environment- *error C2061: syntax error : identifier...
gr
gautam_rishi...
Offline Send Email
Apr 1, 2006
12:14 pm
53814
... Can you show us the code that is giving the error? Ray __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has...
Ray Devore
rbdevore2007
Offline Send Email
Apr 1, 2006
3:24 pm
53815
Hi all I have a problem in compiling a qt program. the first 2 steps i.e., qmake -project and qmake r successful but ... is given it giving the following...
madhavi dasika
das_mai
Offline Send Email
Apr 1, 2006
3:28 pm
53816
Hi i am using GCC compiler, i couldnt find itoa() in it, and is there any thing similar to it in linux. what is the alternative for this..if u r avare of this...
gopichand komma
gopiesy
Offline Send Email
Apr 1, 2006
3:28 pm
53817
... A number of things changed in VC7's ATL/MFC implementation that have migration implications that carry over to VC8. One of the things that changed is that...
Thomas Hruska
shininglightpro
Offline Send Email
Apr 1, 2006
3:46 pm
53818
... strtol()? -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 Safe C++ Design Principles (First Edition) Learn how to write memory leak-free, secure, ...
Thomas Hruska
shininglightpro
Offline Send Email
Apr 1, 2006
3:48 pm
53819
... http://msdn2.microsoft.com/en-us/library/yha416c7(VS.80).aspx ... Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Apr 1, 2006
3:53 pm
53820
... You haven't said what language you're using itoa() isn't mentioned in the C++ standard, so what are you trying to do? ... Victor A. Wagner Jr....
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Apr 1, 2006
3:55 pm
53821
... The linker can't find the Qt header files. Include the header files in the "INCLUDE" variable. with regards Sarvex Jatasra...
Sarvex Jatasra
simplyjat
Offline Send Email
Apr 1, 2006
4:00 pm
53822
... Just to prevent the spread of misinformation... The above is a compiler problem, not a linker problem. Include files are only used at the compile stage,...
andrew clarke
zoomosis
Online Now Send Email
Apr 1, 2006
4:07 pm
53823
... itoa() is not a standard C function... so not all compilers have it. It *might* be declared in stdlib.h, depending on the version of the compiler (newer...
Brett W. McCoy
smartandkewl
Offline Send Email
Apr 1, 2006
4:27 pm
53824
... Sorry for the typo, i meant "the compiler can't find Qt Header files" -- with regards Sarvex Jatasra...
Sarvex Jatasra
simplyjat
Offline Send Email
Apr 1, 2006
5:07 pm
53825
I want scanf to respond to "enter" key. Like in the program below, what should I use as an condition in "if" and at the same time how should I manipulate...
nikhil rathod
phyllip_ray
Offline Send Email
Apr 1, 2006
5:13 pm
53826
... I suggest using fgets() and strtol() instead of scanf()....
andrew clarke
zoomosis
Online Now Send Email
Apr 1, 2006
5:22 pm
53827
Hello Everyone, I am making a project in which I have to store a number of 1024 bits. How can I store this number in memory? Anand...
Anand Vardhan Mathur
anand_mathur...
Offline Send Email
Apr 1, 2006
7:26 pm
53828
... C or C++? -- Brett -- Brett McCoy: Programmer by Day, Guitarist by Night http://www.alhazred.com http://www.cassandrasyndrome.com http://www.revelmoon.com...
Brett W. McCoy
smartandkewl
Offline Send Email
Apr 1, 2006
9:40 pm
53829
you have to write your own library to manipulate integer such big. ... -- Alexandru Mosoi http://mosoi.lumina.ro...
Alexandru Mosoi
brtzsnr
Offline Send Email
Apr 1, 2006
10:27 pm
53830
prashant kumar sinhaprashantsinhas2002@... it will display one error and one warning for the following program nikhil rathod <phyllip_ray@...>...
prashant sinha
prashantsinh...
Offline Send Email
Apr 1, 2006
11:23 pm
53831
hello friends! please.. . tell me How to find the determinant of a mtrix what is the procedure(programmatic) ? for finding 2x2 , 3x3 and 4x4 matrix...
Divakar
mailmenowatdiwa
Offline Send Email
Apr 1, 2006
11:23 pm
53832
hello group, please tell me ouput of the following programme and tell me the reason behind output. thanks void main() { int number; printf("%d", scanf("%d",...
prashant sinha
prashantsinh...
Offline Send Email
Apr 1, 2006
11:23 pm
53833
... Show us what you've done so far. Have you searched Google? Wolfram? Wikipedia? Have you looked through c-prog's wealth of resources? A simple Google...
Thomas Hruska
shininglightpro
Offline Send Email
Apr 1, 2006
11:54 pm
53834
... It shouldn't even compile. Even if it did, the style is cramped and uses non-Standard functions. The answer you are probably looking for is something...
Thomas Hruska
shininglightpro
Offline Send Email
Apr 2, 2006
12:08 am
53835
i am using c++ compiler G++, i am trying to convert int to string so that i can write it onto ttyS0 using write() system call. ... You haven't said what...
gopichand komma
gopiesy
Offline Send Email
Apr 2, 2006
7:04 am
53836
I've been dealing with a similar issue at work. Take a look at bitset<N>. It's part of the STL and works great for bit manipulation. HTH -- Bill Lugg Milstar...
William H Lugg
williamlugg
Offline Send Email
Apr 2, 2006
7:04 am
53837
Hello all, i have a problem while handling the Hotel billing software which i am doing as a project, " i have no problem for maintaining the database for ...
e2esunil mudulakar
e2esunil
Offline Send Email
Apr 2, 2006
7:04 am
53838
... Many people are not going to understand much of what you said. Show us the source code and put in comments where the problem areas are. -- Thomas Hruska ...
Thomas Hruska
shininglightpro
Offline Send Email
Apr 2, 2006
7:22 am
53839
... You've supplied us with some irrelevant information and left out some other information that is much more important. As I understand it, essentially you...
andrew clarke
zoomosis
Online Now Send Email
Apr 2, 2006
8:27 am
53840
... This is not a "scanf()" issue. scanf() simply stores whatever it finds in the memory pointed to by its parameters. [Roughly spoken, I know that this is not...
Nico Heinze
nico_heinze
Offline Send Email
Apr 2, 2006
10:19 am
53841
... Not necessarily. Anand, if you're working with pure C under Unix/Linux, you might want to try the MP library (gmp under Linux), it provides means of...
Nico Heinze
nico_heinze
Offline Send Email
Apr 2, 2006
10:24 am
53842
... Here is a discussion for itoa and C++. It's not a standard function in ANSI C, so not all compilers support it. Newer versions of gcc/g++ may support it (I...
Brett W. McCoy
smartandkewl
Offline Send Email
Apr 2, 2006
12:43 pm
Messages 53813 - 53842 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