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 65206 - 65235 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
65206
... Stop e-mailing me off-list. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. ...
Thomas Hruska
shininglightpro
Offline Send Email
Jan 1, 2008
8:27 pm
65207
... Because the language Standard requires it. ... Your book is wrong then. ... The book and your last two examples are wrong. main should return int always,...
Paul Herring
shabble
Offline Send Email
Jan 1, 2008
8:39 pm
65208
I have a suggestion if you have enough ram( 512 or 1 gb) -> download a vmplayer -> run an linux operating system on it (Ubuntu is good one, u will get in site...
rakesh uv
uvrakesh
Offline Send Email
Jan 2, 2008
12:57 pm
65209
... Most of us have enough trouble learning one thing at a time let alone two things. In your case you are recommending learning at _least_ three things at...
Thomas Hruska
shininglightpro
Offline Send Email
Jan 2, 2008
1:20 pm
65210
Dear members, I'm trying a very simple program to test DLLs and their way to export entry points, and I'm experiencing a strange problem . I link the Dll ...
spudgun0
Offline Send Email
Jan 2, 2008
1:41 pm
65211
... <snip> What does Dependency Walker (Depends.exe) tell you? Is there an undecorated, non-name-mangled exported function name? Are you not locating the right...
Thomas Hruska
shininglightpro
Offline Send Email
Jan 3, 2008
1:04 am
65212
there is no intention of offending somebody,those where the way i learned, so i feel confident in suggesting that idea.things may look very tough,but it could...
uvrakesh
Offline Send Email
Jan 3, 2008
5:06 am
65213
I would like to point out some mistakes ->You have given the path using -L option, but you have not mentioned the library to be linked using -l option. ->The...
uvrakesh
Offline Send Email
Jan 3, 2008
6:40 am
65214
Hi Thomas, thank you for answering When I use Dependency Walker , it says that two symbols are exported ... well , I should say , I see in the right window,...
spudgun0
Offline Send Email
Jan 3, 2008
8:35 am
65215
I am developing a program in Visual C++ 2008 (free download version). I am trying to write into the "case WM_KEYDOWN: case WM_SYSKEYDOWN: case WM_KEYUP: case...
Anthony Appleyard
anthonyapple...
Offline Send Email
Jan 3, 2008
12:06 pm
65216
You may need to handle case WM_SYSCHAR: as well "Never trade the thrills of living for the security of existence" From: c-prog@yahoogroups.com...
Singh, Vikrant
vikrant_thakur
Offline Send Email
Jan 3, 2008
12:35 pm
65217
... Yeah, that's C++ name mangling/decoration. Basically says how many parameters the function takes (in this case, probably three). ... The .def file is...
Thomas Hruska
shininglightpro
Offline Send Email
Jan 3, 2008
1:56 pm
65218
... Have you looked at using resource-based keyboard accelerators? -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task....
Thomas Hruska
shininglightpro
Offline Send Email
Jan 3, 2008
2:05 pm
65219
... Could you explain it in detail ? ... exported ... the ... have ... involved. ... in effect I didn't try it .... ... as ... No , I tried it using the...
spudgun0
Offline Send Email
Jan 3, 2008
4:17 pm
65220
Hi, I am with a problem reading data from Oracle database, some words have accent, but when i read the data it returns a wrong word. I am using OCCI libs with...
Rodrigo Bortholin
rbortholin
Offline Send Email
Jan 3, 2008
5:43 pm
65221
... That sounds as if you have a code page problem. Unfortunately I don't know OCI or OCCI well enough, but you probably have to set up the OCCI connection...
Nico Heinze
nico_heinze
Offline Send Email
Jan 3, 2008
6:23 pm
65222
I solved the problem reading a doc from oracle OCCI. I need to set de charser when i am creating the environment createEnvironment("WE8ISO8859P1","AL32UTF8"); ...
Rodrigo Bortholin
rbortholin
Offline Send Email
Jan 3, 2008
7:14 pm
65223
... Sure. Without a .def file, the compiler does name-mangling. VC++ tends to stick @ plus a multiple of four after each function name to indicate how big...
Thomas Hruska
shininglightpro
Offline Send Email
Jan 4, 2008
1:14 am
65224
Hi, I have created a drop "down tree control" that works similar to "drop down list" control. Everything works fine, except that i just wanted to add another...
chetan verma
chetanism_gr...
Offline Send Email
Jan 4, 2008
7:24 am
65225
Hi.. another problem.. and i really don't know whats wrong :-| My QA found out that the drop down tree behaves a bit wierd in XP Classic theme. The problem is...
chetan verma
chetanism_gr...
Offline Send Email
Jan 4, 2008
10:13 am
65226
These queries arose when I was updating a C++ program that handles files. From early computers in the 1960's, text files have been easy to understand: a long...
Anthony Appleyard
anthonyapple...
Offline Send Email
Jan 4, 2008
3:58 pm
65227
... <snip> Look under www.unicode.org ; the site is quite huge but has all the information you're going to need. One shortcut here: mixing 8-bit and 16-bit...
Nico Heinze
nico_heinze
Offline Send Email
Jan 4, 2008
4:17 pm
65228
... It's the alpha channel, which is the transparency of the image (so you have 24 bits of color plus the alpha channel). 32 bit images have been around since...
Brett McCoy
smartandkewl
Online Now Send Email
Jan 4, 2008
4:18 pm
65229
... The two bytes are called the Byte Order Mark (BOM) and are not required if the parser knows it is a Unicode document. MyProBB, although written in PHP, has...
Thomas Hruska
shininglightpro
Offline Send Email
Jan 5, 2008
2:04 am
65230
... It is the Alpha level with a valid range of 0-255. Actually, 32-bit images have been in use since Windows XP. That's how you get all those nifty...
Thomas Hruska
shininglightpro
Offline Send Email
Jan 5, 2008
2:14 am
65231
Hi Frnds, I strucked up with some very basic and simple prog . Could anyone of you please help me out. I need to write a code in such a way that , The code...
Gopi Krishna Komanduri
gopikomanduri
Offline Send Email
Jan 6, 2008
10:12 am
65232
... That requires you to first tell us what OS you work with, what compiler, what IDE. Only then we can give you any educated advice. For example, if you work...
Nico Heinze
nico_heinze
Offline Send Email
Jan 6, 2008
10:20 am
65233
Probably u can use a simple function SLEEP() which takes int milisecond as an input parameter. this function is implemented in standard libs.... ... threaded ...
abhilekhmalhotra2004
abhilekhmalh...
Offline Send Email
Jan 6, 2008
10:43 am
65234
... I'd use SIGALRM and alarm() on Linux. No need for threading. -- 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
Jan 6, 2008
1:20 pm
65235
... Windows: Sleep(10000); Linux/POSIX: sleep(10); -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. ...
Thomas Hruska
shininglightpro
Offline Send Email
Jan 6, 2008
2:07 pm
Messages 65206 - 65235 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