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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

If fgets() on a FILE* returns 0 indicating end-of-file, is it safe to call it again? That is, is it guaranteed that the function will return 0 again with no...
7 Nov 25, 2009
10:26 pm

johnmatthews2000
johnmatthews...
Offline Send Email

Dear all, At the moment I'm developing an MFC application using Visual Studio 2005, development language is C++. There is an .ini file where most constant data...
14 Nov 24, 2009
1:50 am

John Gaughan
john23874
Offline Send Email

This might be very simple to most of you. ... TCHAR destString[10]; unsigned long destLong = 0; // srcStr contains a string like "xxxx=2000" ret =...
9 Nov 23, 2009
8:12 pm

johnmatthews2000
johnmatthews...
Offline Send Email

[mod-- This gets discussed ad-nauseum. The behaviour is undefined since the code modifies x (and y) twice between sequence points. ...
5 Nov 23, 2009
2:47 am

Peter Nilsson
peternilsson42
Offline Send Email

Work from Home opportunity...........Only for serious people ..... Ideal for Homemakers, students or people with spare time in day ..... Please complete this...
1 Nov 22, 2009
9:41 am

Anil
anil_jupiter
Offline Send Email

can we call any function before "main" function in 'C' using any compiler without editing "start-up" file...
3 Nov 19, 2009
3:56 am

Tyler Littlefield
tyler@...
Send Email

Dear all, I was new to C programming 4 months ago. I have learnt the basic concepts of C language. Now I am trying to enhance my skills in C language as my...
2 Nov 17, 2009
1:58 pm

Thomas Hruska
shininglightpro
Offline Send Email

[mod-- http://www0.us.ioccc.org/1994/smr.hint --mod pn] Hi , Can anybody explain that how the below program works. Below is the quine.(program that prints out...
7 Nov 15, 2009
5:40 am

Tyler Littlefield
tyler@...
Send Email

I've just posted it at Code Project and it is an open source profiler. This is the url in case you are interested : ...
2 Nov 15, 2009
1:34 am

Thomas Hruska
shininglightpro
Offline Send Email

I have a tricky problem using SpeechSDK activeX components. I am searching for SAPI 5.3. The earlier versions do not have 'WaitUntilDone' function which I...
1 Nov 13, 2009
12:52 am

totallyfreeenergy
totallyfreee...
Offline Send Email

First off, Hello! I remember a Nabble forum being quite helpful with these types of esoteric dilemma back in the day. I hope this was one of those handy lists....
6 Nov 11, 2009
12:30 pm

Mick Pearson
mick.pearson@...
Send Email

Hi All, I am very much excited on joining this group. This is my first query (hopes will over load the group in future :)) Question: long i = 2000L; why 'L'...
2 Nov 9, 2009
1:08 am

Peter
peternilsson42
Offline Send Email

Hello I want to learn "C" programming. I know basics of programing in this language. Will any one help me how to start with, like downloading software and the...
4 Nov 8, 2009
9:10 pm

agarwal.ankit87
Offline Send Email

Hello friends... I know all basic things which are needed to learn C langueage... I want to learn win32 Application in C.... Can anyone help in this...
8 Nov 8, 2009
9:08 pm

agarwal.ankit87
Offline Send Email

Can somebody explain me why nesting functions are not allowed in C? Regrads Sumant Now, send attachments up to 25MB with Yahoo! India Mail. Learn how....
4 Nov 6, 2009
4:58 am

Benjamin Scott
benjamin_cai...
Offline Send Email

Hey all so yes basically the subject title gives it away really. Im just creating a multidimensional array made up of my own particle structure using visual...
2 Nov 5, 2009
7:06 pm

a.geo
aquiles.geo
Offline Send Email

Hi Friends I know following topics in C - language array, pointer,function, data structure,graphics and basics of C++ classes, inheritance, polymorphism and...
3 Nov 3, 2009
9:01 pm

agarwal.ankit87
Offline Send Email

Hi All, While dealing with functions in C++ . Generally, the C++ convention is the call-by-value. An exception is where arrays are passed as arguments, Arrays...
4 Nov 2, 2009
12:51 am

Peter
peternilsson42
Offline Send Email

... Where are you copying the 'strInput' string? This code seems wrong. Luciano...
2 Oct 31, 2009
6:10 pm

johnmatthews2000
johnmatthews...
Offline Send Email

Hi All, Manny languages like C++ provides a way to generate random numbers. Like C++ provides a rand(); function to do this. But (it might be silly to ask) the...
2 Oct 31, 2009
3:58 am

Thomas Hruska
shininglightpro
Offline Send Email

Hi, Anybody knows Visual Studio .NET 2003 include installshield ? And which CD included ? how to install them ? Thx!...
2 Oct 31, 2009
3:49 am

Thomas Hruska
shininglightpro
Offline Send Email

I have heard that the way string memory is handled is different in Visual Studio < 2005 onwards. For instance if you have a the following char* pChar; pChar =...
7 Oct 31, 2009
3:38 am

totallyfreeenergy
totallyfreee...
Offline Send Email

What is the easiest way to continuously catenate strings without having to allocate any memory/size of destination string. I am using VC++ 2008 express. Many...
7 Oct 31, 2009
3:12 am

Thomas Hruska
shininglightpro
Offline Send Email

Sorry to have posted too many. I find the msdn help so godawful! While i could not get string catenations to work still (another matter altogether), I am now...
6 Oct 31, 2009
2:59 am

Thomas Hruska
shininglightpro
Offline Send Email

Hi, I decided to use some of the techniques explained in 'Modern C++ Design' by Andrei Alexandrescu to create a very simple heterogeneous container. Before...
2 Oct 28, 2009
5:49 pm

Jim Smith
jmclaurin11
Offline Send Email

Hi everybody ... I defined and initialized an array of pointers to functions like this : int (*Func [])() = {..,..,..} . How do I get the size of the whole...
2 Oct 28, 2009
1:03 pm

johnmatthews2000
johnmatthews...
Offline Send Email

Hi, In my code for sending the data i am using sendData system call which is same as read(). But in my set up I am getting crash when system is calling this...
5 Oct 28, 2009
10:12 am

johnmatthews2000
johnmatthews...
Offline Send Email

Hello everyone... I'm trying to conditionally build a C++ project depending on the target platform. In short, I am looking for a macro in g++ that will tell me...
3 Oct 27, 2009
8:20 pm

Christopher Coale
chris95219@...
Send Email

CODE: int i,j=2,k=4; i=(j>3)&&(++k==6); cout << i << k << endl; i=(j<3)&&(++k==6); cout << i << k; output: 04 05 //why it is not printed as 05 16 Regards Asad...
13 Oct 26, 2009
8:55 pm

kelvin patel
kelvin_what_...
Offline Send Email

Can you please solve my problem. I can't run the program #include<iostream.h> #include<alloc.h> #include<fstream.h> #include<graphics.h> #include<process.h> ...
4 Oct 25, 2009
9:07 pm

Youppie Arliansyah
y_arl
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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