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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 62699 - 62728 of 71513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
62699
the C programming language "ANCI C" is mainly designed by dannis ratchi to write the Unix operating system the difference between assemply and C that the C's...
Ahmed Shabana
ahmedshabana...
Offline Send Email
Jul 1, 2007
12:12 pm
62700
... for one simple reason Java: Java is (almost) completely platform independent, meaning that code you write on a Windows PC will run without any changes on...
Nico Heinze
nico_heinze
Offline Send Email
Jul 1, 2007
5:37 pm
62701
... Not entirely: http://www.mono-project.com/Main_Page -- Brett ... "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the...
Brett W. McCoy
smartandkewl
Online Now Send Email
Jul 1, 2007
6:06 pm
62702
... Mono (a.k.a. a disease*) only works for some .NET stuff. Kind of like Wine - sometimes it'll work, sometimes it won't and depends entirely on the...
Thomas Hruska
shininglightpro
Offline Send Email
Jul 1, 2007
6:40 pm
62703
Java cuaze if you start java then you can easier learn C# tha starting from the sharp [Non-text portions of this message have been removed]...
Ahmed Shabana
ahmedshabana...
Offline Send Email
Jul 1, 2007
10:51 pm
62704
USE THIS google IT IS VER USEFUL www.google.com/codesearch [Non-text portions of this message have been removed]...
Ahmed Shabana
ahmedshabana...
Offline Send Email
Jul 1, 2007
10:51 pm
62705
good advice [mod-- WHAT is good advice? C-prog is a mail group, not a chat forum. As such, you should quote the relevant parts of the posts you are replying...
Ahmed Shabana
ahmedshabana...
Offline Send Email
Jul 1, 2007
10:54 pm
62706
how we can clear std outstreams...
Shishir Sharma
ssmastermind
Offline Send Email
Jul 2, 2007
12:05 pm
62707
... C++ (if you use std::cout): std::cout << flush; std::cout.flush(); std::cout << endl; C (for printf() and kin): fflush(stdout); Both of the above simply...
Thomas Hruska
shininglightpro
Offline Send Email
Jul 2, 2007
12:14 pm
62708
Hi, I need a JPEG image validator. I have a JPEG encoder which encodes the data that we get from image sensor. I will add some exif header and a thumbnail data...
Vijay Shankar
vijaysit
Offline Send Email
Jul 2, 2007
4:32 pm
62709
I'm searching for pepole who don't have anything to do in Summer and want to do something incredible. Requied knowledge about C++/C or better C#. Application:...
vsmax666
Offline Send Email
Jul 2, 2007
4:48 pm
62710
... JPEG is a very complex format and not every decoder implementation is complete. This is especially true if you start messing with some of the extensions...
Thomas Hruska
shininglightpro
Offline Send Email
Jul 2, 2007
6:57 pm
62711
... hi ......... you can do it by using function in <conio.h> which is named clrscr() example: #include <iostream.h> #include <conio.h> void main() { int...
hb_abid
Offline Send Email
Jul 3, 2007
3:11 pm
62712
... You are assuming the original poster has Turbo C++, which he may or may not. Regardless, the functions in conio.h are NOT standard C or C++ and are...
Brett W. McCoy
smartandkewl
Online Now Send Email
Jul 3, 2007
3:16 pm
62713
Hi All, Please help me in understanding what's the difference between the two statements below [1] cout << "Number: " << static_cast<int>(3.14159) << "\n"; [2]...
shvetakapoor2002_cplu...
shvetakapoor...
Offline Send Email
Jul 3, 2007
3:22 pm
62714
... http://www.cprogramming.com/reference/typecasting/staticcast.html Mickey M. Construction Partner Inc. http://www.constructionpartner.com ...
Mickey Mathieson
user14312
Offline Send Email
Jul 3, 2007
4:33 pm
62715
... Um... double result = static_cast<double>(4)/5; Pretty sure that won't work and should be: double result = static_cast<double>(4)/static_cast<double>(5); ...
Thomas Hruska
shininglightpro
Offline Send Email
Jul 3, 2007
6:45 pm
62716
hi shweta i'm frm india...The Question You Asked Has No Difference you can use one of them..but the thing is that it may give you unconditional results.if u r...
Keanu Reaves
leonardo_keanu
Offline Send Email
Jul 4, 2007
1:19 am
62717
... non-standard header ... non-standard header ... non-standard start of the program.... it's int main()...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Jul 4, 2007
5:43 am
62718
... you mean the results of the program will be the same. ... of course it will ... waste of effort. ... why don't you try double result = 4.0/5; tell us all...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Jul 4, 2007
7:50 am
62719
... Okay. Conceded. Personally, I prefer making sure the compiler knows exactly what I mean and I never rely on implicit rules. It is a habit I've learned...
Thomas Hruska
shininglightpro
Offline Send Email
Jul 4, 2007
2:51 pm
62720
can you carify.........&p = the address of a value and *p is the value stored at p ... Take the Internet to Go: Yahoo!Go puts the Internet in your pocket:...
Robert Ryan
bobzcplpl
Offline Send Email
Jul 4, 2007
6:13 pm
62721
... well, what you stated is incorrect suppose p is the name of a variable &p is "where in memory" p can be found IF p is a pointer (e.g. T* p;) THEN *p is...
Victor A. Wagner Jr.
vawjr1943
Offline Send Email
Jul 4, 2007
6:34 pm
62722
ya brett is write i am not using turbo C++ i am using GNU g++ (gcc 3.0) on a AMD pc with xp sp2 os and void main() is deprecated since c90 i think thanks in...
mail.mastermind@...
ssmastermind
Offline Send Email
Jul 4, 2007
7:14 pm
62723
please suggest something other then system("cls"); ;-) -- (¨`·.·´¨) `·.¸(¨`·.·´¨) Keep (¨`·.·´¨)¸.·´ Smiling! `·.¸.·´ S H I S H I R...
mail.mastermind@...
ssmastermind
Offline Send Email
Jul 4, 2007
7:14 pm
62724
... void main() has never been valid ANSI C. Compilers accept it just because it is somewhat common despite the Standard. -- Thomas Hruska CubicleSoft...
Thomas Hruska
shininglightpro
Offline Send Email
Jul 4, 2007
7:28 pm
62725
... The POSIX alternative is usually 'ncurses'. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.0 Get on task. Stay on task. ...
Thomas Hruska
shininglightpro
Offline Send Email
Jul 4, 2007
7:29 pm
62726
void swap(int *px, int *py) { int temp; temp = *px; /* contents of pointer */ *px = *py; *py = temp; } is x the value stored at p or is px the value stored of...
Robert Ryan
bobzcplpl
Offline Send Email
Jul 5, 2007
12:26 am
62727
I need to know the difference between the c-programming language and the awk programming developed can i say kernigan How can i embed my C- program with in a...
bags joni
bagsjoni
Offline Send Email
Jul 5, 2007
12:56 pm
62728
... awk programming and c programming are very different. Awk is used for scanning for patterns in text streams, and not much else. C is a compiled language...
Brett W. McCoy
smartandkewl
Online Now Send Email
Jul 5, 2007
1:03 pm
Messages 62699 - 62728 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