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.

Messages

  Messages Help
Advanced
Messages 7833 - 7863 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7833
Dear, I need to control a Stepper motor from c program the program part is easy , But the problem is from where can I find the circut that will receive my ...
Abdulla Alwabel
aalwabel
Offline Send Email
Dec 1, 2006
3:12 pm
7834
... That's correct, Paul. My intention was to show new members (or newbies in general) that such posts don't make much sense. In general you're right, and in...
Nico Heinze
nico_heinze
Offline Send Email
Dec 4, 2006
5:46 pm
7835
... That depends on the interface system; if it's a USB device, you may query and examine the complete USB tree; if it's a PCI device, you may query and...
Nico Heinze
nico_heinze
Offline Send Email
Dec 4, 2006
5:48 pm
7836
please farward the program if u got it friend. ... easy , ... my...
whenkey_ven
Offline Send Email
Dec 6, 2006
7:54 pm
7838
Hy guys! I need a little help with a small problem :) I don't know if you're familiar with the hyperqueens problem, but it goes something like this: Consider...
linutza_aldys
Online Now Send Email
Dec 10, 2006
8:10 pm
7839
template<class T> struct NODE { T data; NODE<T> * next; }; template<typename T> NODE<T>* QuickSortList( NODE<T>* list ) {} // CS556QuickSort.cpp : Defines the...
leena
lb2530
Offline Send Email
Dec 10, 2006
8:10 pm
7840
... 4. (It clearly cannot be more than 4, since each queen must occupy a plane alone, and there are only 4 planes, but 4 has been proved.) ... Extend the 2D...
Paul Herring
Shabble
Offline Send Email
Dec 11, 2006
12:35 am
7841
in a particular c++ book,i read the following: size and range of c++ basic data types(16 bit word machine): char 1(bytes) -128 to 127 ...
karthik sankar
eskay_karthik
Offline Send Email
Dec 14, 2006
6:47 pm
7842
Hello to all, Im new in this forum. To be honest i'm not a programmer. My professor wants us to convert the below program to tasm unfortunately I don't know...
faith
faithfathoms
Offline Send Email
Dec 14, 2006
6:50 pm
7843
... Only for this compiler. You cannot (and should never) rely on short having the same size as int or int having the same size as long. As far as I recall,...
Nico Heinze
nico_heinze
Offline Send Email
Dec 14, 2006
8:40 pm
7844
... Faith, I know that this doesn't help you, but I strongly suggest you drop this course for these reasons: - If it's meant to teach you assembler...
Nico Heinze
nico_heinze
Offline Send Email
Dec 14, 2006
8:45 pm
7845
hello following is a simple prog. but it is giving compile error, any suggestions! #include <stdio.h> #include <curses.h> int main() { char c; while(1) { c =...
abhishek misra
abhishekfish...
Offline Send Email
Dec 15, 2006
11:12 am
7846
... Why have you included curses.h - there is nothing in your program that requires it, and it's probably including something that's causing your error. int...
Paul Herring
Shabble
Offline Send Email
Dec 15, 2006
11:59 am
7847
Nico, Thanks for the reply and advise. To be honest with you i like to drop the subject but i couldn't do that coz it is part of our curriculum. So whether i...
faith
faithfathoms
Offline Send Email
Dec 17, 2006
11:45 am
7848
Hi, I am writing c code for ATMEL 8051 core in ANSI c. we are using KEIL compiler for it. I want to test my c code and improve my programming skills. Can any...
dnvpraveen
Offline
Dec 17, 2006
11:47 am
7849
hello to all help me i m beginner in computer language so plz send me any good details in c,c++,java language ...
lakshmi narayanan
sabee.prakash
Offline Send Email
Dec 17, 2006
11:50 am
7850
... <snip> Faith, then you will have to look up at least the following items under the general subject of "assembler programming under MS-DOS": - converting...
Nico Heinze
nico_heinze
Offline Send Email
Dec 17, 2006
12:05 pm
7851
What details do you want ? Definition and feature of these languages or tutorial on how to use them ? or how do they works ?...
Abdulla Alwabel
aalwabel
Offline Send Email
Dec 17, 2006
12:09 pm
7852
Anyone familiar with .NET will know that one can download web pages using the WebClient and WebResponse classes, and then reading the HTML stream character by...
Liam
email_liam_at
Offline Send Email
Dec 20, 2006
5:17 pm
7853
Dear Abdullah, Its quite simple all you have to do is to get an IC name ULN2003 interface it with parallel port, if you need mroe details contact me at ...
coolcomsian
Offline Send Email
Dec 26, 2006
11:39 am
7854
hi, i am planning for doing a project in c++ SEMI E37-0303 (HIGH SPEED SECS MESSAGE SERVICES)IMPLEMENTATION.it provides a means for independent manufacturers...
Alex Thomas
alexthomas01
Offline Send Email
Dec 27, 2006
7:53 pm
7855
Hi I have a code where I need to copy the file contents of one file to other I have written the code now the problum that I am facing is that the souce file is...
di_leo2003
Offline Send Email
Dec 27, 2006
7:56 pm
7856
HI, I have got stuck while doing system wide hooking. my application is simple chat log managment of all messengers running on windows. does any buddy have...
n00palice
Offline Send Email
Dec 27, 2006
7:58 pm
7857
I haven't read the complete source code too thoroughly, but I've made a couple of suggestions in the code. See below. ... Not a very helpful description. What...
Nico Heinze
nico_heinze
Offline Send Email
Dec 27, 2006
8:38 pm
7858
... Nico is corect with his suggestions, but I figure you also would lilke some help with the logic. Below is your code with my corrections, BUT, I paused...
ceedeep99
Offline Send Email
Dec 28, 2006
10:49 pm
7859
After carefully editing your code to indent after brackets, I pasted the code into my previous message. I was disappointed to see that this site removed all...
ceedeep99
Offline Send Email
Dec 28, 2006
11:02 pm
7860
... This is a typical behaviour of Yahoo!. There's no way (at least none that I know of) to get around this. What does work is to click the Reply link on the...
Nico Heinze
nico_heinze
Offline Send Email
Dec 29, 2006
10:26 am
7861
hello some doubts regarding seutid, below is its description, please throw some light on it. I'll mention my doubts in italics. NAME setuid - set user...
abhishek misra
abhishekfish...
Offline Send Email
Jan 4, 2007
5:34 am
7862
Mr.abhishek misra, Pls could you tell me from where you got a command to set the user id . I am a amateur in C++ programming and i do not command much strngth...
young_programmer_7
young_progra...
Offline Send Email
Jan 4, 2007
4:43 pm
7863
Unix/Linux platform ???...
Abdulla Alwabel
aalwabel
Offline Send Email
Jan 4, 2007
5:43 pm
Messages 7833 - 7863 of 8330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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