Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? 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 8776 - 8807 of 8807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8776
Hi, ... Use strcpy() function. your error will vanish. if you need to know why then search for it on Internet or get a good tutorial/Book ... Hint list[0].name...
ashok
ashok_s_das
Offline Send Email
Oct 11, 2009
6:28 am
8777
I am writing a program that is read from an arbitrary file. I need to output the number of bytes of the file. This is my code so far. What do I add to it to...
alyssa.neidigh
Offline Send Email
Oct 17, 2009
4:55 pm
8778
... Very easy: you already output an error in case of the file not being opened. So what about using a variant of this, such as this: printf( "File length = %d...
nico_heinze
Offline Send Email
Oct 17, 2009
4:57 pm
8779
http://visualcsamples.blogspot.com Contains applications made with VC6...
Mr Hawash
hawashbesm
Offline Send Email
Oct 17, 2009
7:11 pm
8780
im very much a beginner and was just assigned these two problems, i have no idea how to do them. 2. Write a program to compute all of the prime numbers up to a...
kevwds
Offline Send Email
Oct 20, 2009
3:38 pm
8782
... What exactly is your starting problem? Don't you understand the algorithm? Then google for it and read descriptions; this is pretty basic stuff, and you...
nico_heinze
Offline Send Email
Oct 22, 2009
6:51 pm
8784
Code : #include<iostream.h> #include<alloc.h> #include<fstream.h> #include<graphics.h> #include<process.h> #include<io.h> #include<dos.h> #include<conio.h> ...
Jaii Ibaite
jaiiibaite
Offline Send Email
Oct 22, 2009
7:02 pm
8785
I will have a project of security system using c# desktop application. help needed about what APIs are used to operate camera (to record, get instant pictures,...
Bilal
decent_dude92
Offline Send Email
Oct 22, 2009
7:03 pm
8786
Implementing webcam is not a big problem in c#... Try google ... :) by using keywords: "webcam on c#" i can get more than 900,000 references. or more specific,...
Auralius Manurung
mr_manurung
Online Now Send Email
Oct 23, 2009
2:16 am
8787
thank sir for your kind advise .I can also get more than 900,000 references, but the thing i want is not getting rite platform. Means i have webcams in more...
Bilal
decent_dude92
Offline Send Email
Oct 23, 2009
7:26 pm
8788
help me to solve this program **write a program to check input number is palindrome or not** #include<stdio.h> #include<conio.h> void main() { int...
jay_jm007
Offline
Oct 25, 2009
9:42 am
8789
... There are several different approaches how to check for palindrome numbers. You are trying to compare every pair of digits. While is is a completely valid...
nico_heinze
Offline Send Email
Oct 25, 2009
4:03 pm
8790
It might be easier if you convert the #'s to a string using itoa(). BasicPoke...
basicpoke
Offline Send Email
Oct 26, 2009
9:02 pm
8791
I would like to put GUI on my World Time Application written in C stuff like Combo list boxes ,message boxes ,Dialog boxes etc., and also be able to display...
sempaiga
Offline
Oct 28, 2009
4:58 am
8792
I have a couple of questions, and no I'm not gonna ask for anyone to write it for me, I wouldn't learn would I? 1st question.) I'd like to concider myself a...
the_black_angel13
the_black_an...
Online Now Send Email
Oct 28, 2009
4:59 am
8793
... What difficulties? You need to be a bit more specific about your trouble, otherwise no one can help you. Regards, Nico...
nico_heinze
Offline Send Email
Oct 28, 2009
5:00 am
8794
I need to open a text file that my compression application I am coding should read. when I create a text file in the compiler itself ( its name was given by...
sempaiga
Offline
Oct 28, 2009
5:01 am
8795
Hi, The answer for your second questions. For any GUI programming in C++, if you want to play with buttons, create rich GUIs on your desktop or embedded ...
Shivakumar
cshivain2000
Offline Send Email
Oct 28, 2009
11:35 am
8796
Is qt going to be for like windows? Or is it for mobile devices? I see Nokia and i'm an iPhone guy lol. Some of my books go into in small detail win32 and it's...
the_black_angel13
the_black_an...
Online Now Send Email
Oct 28, 2009
4:11 pm
8797
Hi The following may be more to your interest then http://doc.trolltech.com/4.3/compiler-notes.html This QT is cross platform in that there are Windows, Linux,...
James Takac
penndragonwau
Offline Send Email
Oct 29, 2009
12:35 am
8798
... <snip> Please post the smallest piece of code which shows this behaviour, only then can we try to help you. Without seeing your code there's no use in...
nico_heinze
Offline Send Email
Oct 29, 2009
7:30 pm
8799
hi all i work on project one part is to write a c program that read my yahoo email can any 1 help me in this...
alaaziz64
Offline Send Email
Oct 29, 2009
7:32 pm
8800
... google for pop3 email C/C++ libraries and how to use them if you can access your yahoo email via imap, you can also google for imap C/C++ libraries and how...
Reid Thompson
jreidthompson
Online Now Send Email
Oct 29, 2009
10:53 pm
8801
It depends on what kind of yahoo email you have. Let's say you have a local yahoo email, such as: yahoo.co.id, yahoo.co.uk, and so on... you can access it...
auralius
mr_manurung
Online Now Send Email
Oct 30, 2009
12:49 am
8802
can any body send me a 'C' coding of BEST FIRST SEARCH ALGORITHM of artificial intelligence.plzzz help me...
isha khan
ishakhan2005
Offline Send Email
Oct 31, 2009
6:35 pm
8803
Please refer the book, ANSCI C by Balagurusamy. This program is in last page.. From: basharatazad a <basharatazad@...> Subject: [C Programming] Write a...
Kannibala M K
mkkannibala
Offline Send Email
Oct 31, 2009
6:36 pm
8804
Hi Everyone, I am trying to break down the byte into small pieces of bits. Here is what I want to do. open for any suggestions. typedef struct { unsigned char...
kumraki
Offline Send Email
Nov 5, 2009
2:48 pm
8805
... Don't use structs - it's overkill. And potentially relying on behaviour that may not be portable. ... int bits01(unsigned char c){ return (c & 0x03); } int...
Paul Herring
Shabble
Offline Send Email
Nov 5, 2009
2:56 pm
8806
I know this code has more to do with assembly than C but that's why I am having trouble understanding it. I am not sure why the code pushes SI twice and why...
snowflakecardigan
snowflakecar...
Offline Send Email
Nov 8, 2009
12:57 am
8807
Saving and restoring BP,SI,DI is probably a formality included whether they happen to be used or not (at least by the author of this program). Those are the...
video_ranger
Offline
Nov 8, 2009
8:16 pm
Messages 8776 - 8807 of 8807   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