Monday, 8 January 2007
|
| how to use <fstream.h> Yaso21101975 07:13:45 |
| | hi all i use visual c++ under windows and i want to know how to use ifstream and ofstream to read and write binary data to a file
To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org>. Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/
<*> Your email settings: Individual Email | Traditional
<*> To change settings online go to: http://groups.yahoo.com/group/c-prog/join (Yahoo! ID required)
<*> To change settings via email: mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> To unsubscribe from this group, send an email to: c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
|
| | 1 answer | Add comment |
|
| [ROOT] How to reference an object in a TFile? Tom Roberts 04:46:55 |
| | I am an experienced C++ developer new to root.
I am implementing a graphical user interface for my users, and I want them to be able to select any single TNtuple out of any open Root file.
So I loop over gROOT->GetListOfFiles() and descend each file's directory tree, putting the TNtuple pointers into a std::vector<TNtuple*> (and also their names into a TGListBox from which the user will select). Inside that loop I can call p->GetName() and p->GetEntries(), for p the current pointer to a TNtuple. But later, after all NTuples have been found and the loop over files is complete, I cannot call any TNtuple function using those pointers -- an interpreter segfault happens. I guess those objects no longer remain in memory (??).
Is there a better way to do this? I do not expect my users to understand TBrowser and then know enough to open the TreeViewer -- I am basically re-implementing HistoScope for Root files....
I tried keeping a std::vector<TString> with each entry the full name of the TNtuple (i.e. /path/file.root:/path/name ). How can I turn that name into a TNtuple pointer I can use? -- do I need to laboriously descend into the file as before? (a pain, as TDirectory::GetPath() does not return the actual root path when inside a TFile)
What is the difference between folders and directories? -- there seem to be parallel but different functions and objects...(??)
How does it decide which objects to remove from memory? -- after all, I had recently referenced each and every NTuple....
[If it matters, my loop just uses pointers to TDirectory-s, never opening any TFile nor calling any cd() function.]
Tom Roberts
|
| | 2 answer | Add comment |
Sunday, 7 January 2007
|
| library function getopt returns junk character? mano M 00:38:13 |
| | My prgram returns a junk charater in AIX .But it works fine in Linux. Program.c#include<stdio.h> #include<stdlib.h> int main(int argc, char *argv[]) { char c; int i; char *url = "http://"; char *msg = "Hello World, I'm in C!!!";int debug=0; int Verbose=0; extern char *optarg; while ( (c=getopt(argc, argv, "gm:u:v")) != EOF ) { switch(c) { case 'g': debug = 1; break; case 'm': msg = optarg; printf("\n msg=%s \n",msg); &n bsp; break; case 'u': url = optarg; printf("\n url=%s \n",url); break; case 'v': Verbose = 1; break; default : { printf( "ERROR: invalid argument %c\n", c); exit(0);} } /* switch */ } return 0; } ./a.out -m "hello" -u "yahoo.com" -v aix returns:ERROR: invalid argument Ъ
But it returs the right messages in Linux. Can anyone knows...? Mano.
[IMAGE]
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __._,_.___
To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org>.
[IMAGE]
SPONSORED LINKS
C and c++ [http://groups.yahoo.com/gads;_ylc=X3oDMTJjanBoNWhwBF9TAzk3NDc2NTkwBF9wAzEEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjc5MTc3OTc-?t=ms&k=C+and+c++&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=rSEcR7B64_R_zU_FQFo8Yw]
Computer programming languages [http://groups.yahoo.com/gads;_ylc=X3oDMTJjMnJvMDM1BF9TAzk3NDc2NTkwBF9wAzIEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjc5MTc3OTc-?t=ms&k=Computer+programming+languages&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=Vd_u-m2YOwh3rQSMWegmwA]
Java programming language [http://groups.yahoo.com/gads;_ylc=X3oDMTJjcHF0OWJsBF9TAzk3NDc2NTkwBF9wAzMEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjc5MTc3OTc-?t=ms&k=Java+programming+language&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=f1DTT2uu_E_QAECbDXxOfg]
Basic programming language [http://groups.yahoo.com/gads;_ylc=X3oDMTJjdmJrOGtyBF9TAzk3NDc2NTkwBF9wAzQEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjc5MTc3OTc-?t=ms&k=Basic+programming+language&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=mV-_2bL0rNwDv9i32NUkQw]
Programming languages [http://groups.yahoo.com/gads;_ylc=X3oDMTJjaTF0dWprBF9TAzk3NDc2NTkwBF9wAzUEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjc5MTc3OTc-?t=ms&k=Programming+languages&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=JIolLBEyTuBhWnCNFXDJug]
Your email settings: Individual Email|Traditional Change settings via the Web [http://groups.yahoo.com/group/c-prog/join;_ylc=X3oDMTJmNDRkaWc4BF9TAzk3NDc2NTkwBGdycElkAzEwMTMxMzkEZ3Jwc3BJZAMxNzA1MDA2Nzg4BHNlYwNmdHIEc2xrA3N0bmdzBHN0aW1lAzExNjc5MTc3OTc-] (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest [mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Email Delivery: Digest] | Switch to Fully Featured [mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Change Delivery Format: Fully Featured] Visit Your Group [http://groups.yahoo.com/group/c-prog;_ylc=X3oDMTJkOWlxajZrBF9TAzk3NDc2NTkwBGdycElkAzEwMTMxMzkEZ3Jwc3BJZAMxNzA1MDA2Nzg4BHNlYwNmdHIEc2xrA2hwZgRzdGltZQMxMTY3OTE3Nzk3] | Yahoo! Groups Terms of Use [http://docs.yahoo.com/info/terms/] | Unsubscribe [mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]
__,_._,___
|
| | 5 answers | Add comment |
Saturday, 6 January 2007
|
| runing c/c++ in linux Jahid32s 23:05:56 |
| | hi i am jahide i am new i linux. I can not run c/c++ program in linux. can any one help me?
To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org>. Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/
<*> Your email settings: Individual Email | Traditional
<*> To change settings online go to: http://groups.yahoo.com/group/c-prog/join (Yahoo! ID required)
<*> To change settings via email: mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> To unsubscribe from this group, send an email to: c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
|
| | 7 answers | Add comment |
|
| RE: FunctionArray Mikmoken2003 19:38:00 |
| | Hi favor... Can you please help doing my simple program in c the function. i got some code but i need to add something to get better grades. This is I want to solve or put.. please help me with this....
1. getAverage 2. Smallest 3. TPON (Total Positive Odd Numbers) 4. TNEVN (Total Negative Even Numbers) 5. Search / Searching 6. Sort / Sorting 7. displayPON (display Positive Odd Numbers) 8. displayNEN (display Negative Even Numbers)
heres my code I've wrote....
#include <stdio.h> #define size 10 /*prototypes and headers*/ void getArray(int arr[]); void displayArray(int arr[]); int getTotal(int arr[]); /*main function*/ void main() { int a[size];
getArray(a); displayArray(a); printf("\n The total value in an array is %d \n\n",getTotal (a)); } /*accept value from the keyboard of an array*/ void getArray(int arr[]) { int x; for(x=0;x<size;x++) { printf("\n Provide a value in array[%d]\x10",x); scanf("%d",&arr[x]); } } void displayArray(int arr[]) { int x; for(x=0;x<size;x++) { printf("\n the value in index[%d] = %d",x,arr[x]); } } int getTotal(int arr[]) { int x,sum=0; for(x=0;x<size;x++) { sum+=arr[x]; } return sum; } //////////////////////
I you dont have to do something just try to help me if you don't mind.... thanks a lot.... and more power to all.....
To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org>. Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/
<*> Your email settings: Individual Email | Traditional
<*> To change settings online go to: http://groups.yahoo.com/group/c-prog/join (Yahoo! ID required)
<*> To change settings via email: mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> To unsubscribe from this group, send an email to: c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
|
| | 2 answer | Add comment |
|
| [ROOT] Problem with the 3D image resolution in ROOT Stephen Liu 16:36:55 |
| | Dear all,
I'm trying to draw a 3D image of several detectors via the following codes, the geormetry of the detectors is stored in geom_mdc.root file. The program works correctly, but I find the resolution of the image rather unsatifactory. I'm wondering if there is any way I can set a higher resolution in the Draw() method, or something else. Thanks a lot for your help.
liuk
void readVol() { gSystem->Load("libGeom"); TGeoManager *geom = new TGeoManager("simple1", "Simple geometry"); geom->SetVisLevel(6);
TFile *f=new TFile("geom_mdc.root"); TGeoVolume *volBes = (TGeoVolume*)(f->Get("volBes")); gGeoManager->SetTopVolume(volBes);
gGeoManager->CloseGeometry(); volBes->Draw(); }
|
| | 1 answer | Add comment |
|
| is it possible to separate the files based on its extension Vanathi 16:27:39 |
| |
i have to separate the real time and non real time files. but is it possible to separate the files based on its extension? if it is possible, plaese tell the way
real time- audio,video and CBR non real time-FTP, text
To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org>. Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/
<*> Your email settings: Individual Email | Traditional
<*> To change settings online go to: http://groups.yahoo.com/group/c-prog/join (Yahoo! ID required)
<*> To change settings via email: mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> To unsubscribe from this group, send an email to: c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
|
| | 1 answer | Add comment |
|
| A general Fabian Z. Ward 14:11:28 |
| | |
| | Add comment |
|
| My coupling Lara Clinton 07:14:54 |
| | |
| | Add comment |
|
| Rolex Rolex I want you Rolex! ww4 Lance Rivers 04:10:44 |
| | Dear roottalk-outgoing@pcroot.cern.ch
http://kenionne.com At Prestige Replica, we specialize in the sales of brand name quality replica timepieces, at some of the lowest prices possible. take a moment to select ur chice With our large selection of watches you can be sure to find that perfect timepiece that will suit you best
Thanks Jennifer Cassidy
http://kenionne.com/
roottalk-outgoing@pcroot.cern.ch wrote:> Rolexes for sale..Cheap! gisxkrv2dy-
|
| | Add comment |
Friday, 5 January 2007
|
| [ROOT] Few questions about PROOF Antonio Bulgheroni 22:49:29 |
| | Dear ROOTers,
first of all let me wish you all the best for the new year!
I'm writing you because I'm trying to better understand the way PROOF works since it seems to fit all my requirements for parallel event analysis. I'm collaborating in a pretty big standalone ROOT-based code with some tens of classes for data analysis of pixel detectors (sucimaPix<http://groups-beta.google.com/group/sucimaPix-dev>). Even if it is in principle possible to load sucimaPix shared libraries into a ROOT interactive session and run the analysis job from the command line, we prefer to build some executables running in standalone mode. I'm using ROOT 5-15/01 on a linuxx8664 box with gcc 4.1.1. Here come my questions:
- If I got it right, the best way to exploit PROOF is via a TSelector derived class. That's not a problem since my input data are already saved into a TTree, so I just need to produce the skeleton of a TSelector and fill in the empty methods. Then I can successfully run the TSelector from my standalone program adding a line like:
MyTree->Process(MySelector);
In the case I want to run it on PROOF, I added at the beginning a line like this:
TProof::Open("localhost");
(the PROOF server is properly set-up and the two processors of my PC are found)
But, first of all, I wasn't able to compile/link my code using the standard `root-config --cflags --libs` command because it was complaining that the library containing Proof was missing. Using the trial and error approach, I managed to have it working adding the following libs
-lProof -lThread -lTreePlayer
Is that correct? is there a smarter way? Is it possible to use PROOF from outside an interactive ROOT session? Is it enough to add the TProof::Open() statement to have the Process() worked out by the cluster? or should I do something more?
- I tried to understand how PROOF works and I guessed that each slave has to have its own copy of the input file. Is it right? In the case of a single host cluster with a multiple-processor is it true as well? Is a step-by-step tutorial for PROOF available somewhere?
- In my analysis procedure I have several histograms to be booked and filled. I believe that all these objects must be added to the fOutput list in order to have the different slave contributions merged together at the end. Is it correct? Is it true for all objects having a Merge() method? Should the booking be done in the Begin() or in the SlaveBeginning() method?
- In my original analysis procedure I had a TList containing a set of reference histograms related to the full pixel detector and a certain variable number of other TList containing the same histograms as the main one but concerning only a region of the detector. To solve this problem I created a TList containing TList of histograms. In this way, looping on all the entries of the outer list, I can fill the histos of the sub-region. Is there a way to make it compatible with the PROOF mechanism of the fOutput list? If I add a TList MyList to fOutput, the content of MyList will be merged at the end?
Thank you very much for your precious help!
Best regards,
-- Antonio Bulgheroni, PhD INFN - Sez. Roma III
|
| | 3 answer | Add comment |
|
| Re: What is the size of c++ class which contain 3 virtual funcions: to Paul Herring! Gopi Krishna Komanduri 16:32:50 |
| | Hi Paul, I read your comment for my reply. Could you please clarify what you meant by "It depends on the implementation". Beacuse , what I thought is when we have virtual function in a class , then there should be a V Table for it which will be pointing out to the addresses of the functions which will be usefull maily in late binding. Please correct me if I am wrong.
Thanks&Regards, GopiKrishnaKomanduri
Paul Herring <pauljherring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
On 1/5/07, Gopi Krishna Komanduri < gopikomanduri@yahoo.com [mailto:gopikomanduri-/E1597aS9LQAvxtiuMwx3w@public.gmane.org]> wrote:
HI Murali, In a class if it has only 3 virtual functions with out any variables , then it will just contain a pointer to the VTABLE so the size should be four according to MS compiler. It depends on the compiler I believe.
It depends on the implementation. Compilers don't have to use a vtable to implement virtual functions (though it's currently thought to be the most efficient way of implementation.)
-- PJH
#713059 +(1255)- [X]
<SaintAlvus> Does the name Doctor Pavlov ring a bell?
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __._,_.___
To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org>.
[IMAGE]
SPONSORED LINKS
C and c++ [http://groups.yahoo.com/gads;_ylc=X3oDMTJjMmE1bzI0BF9TAzk3NDc2NTkwBF9wAzEEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjgwMDI0MjU-?t=ms&k=C+and+c++&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=rSEcR7B64_R_zU_FQFo8Yw]
Computer programming languages [http://groups.yahoo.com/gads;_ylc=X3oDMTJjdjBydjBqBF9TAzk3NDc2NTkwBF9wAzIEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjgwMDI0MjU-?t=ms&k=Computer+programming+languages&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=Vd_u-m2YOwh3rQSMWegmwA]
Java programming language [http://groups.yahoo.com/gads;_ylc=X3oDMTJjOWY0OTA3BF9TAzk3NDc2NTkwBF9wAzMEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjgwMDI0MjU-?t=ms&k=Java+programming+language&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=f1DTT2uu_E_QAECbDXxOfg]
Basic programming language [http://groups.yahoo.com/gads;_ylc=X3oDMTJjMnQwZTJjBF9TAzk3NDc2NTkwBF9wAzQEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjgwMDI0MjU-?t=ms&k=Basic+programming+language&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=mV-_2bL0rNwDv9i32NUkQw]
Programming languages [http://groups.yahoo.com/gads;_ylc=X3oDMTJjdWsyaDI2BF9TAzk3NDc2NTkwBF9wAzUEZ3JwSWQDMTAxMzEzOQRncnBzcElkAzE3MDUwMDY3ODgEc2VjA3NsbW9kBHN0aW1lAzExNjgwMDI0MjU-?t=ms&k=Programming+languages&w1=C+and+c++&w2=Computer+programming+languages&w3=Java+programming+language&w4=Basic+programming+language&w5=Programming+languages&c=5&s=141&g=0&.sig=JIolLBEyTuBhWnCNFXDJug]
Your email settings: Individual Email|Traditional Change settings via the Web [http://groups.yahoo.com/group/c-prog/join;_ylc=X3oDMTJmYzNoMmdvBF9TAzk3NDc2NTkwBGdycElkAzEwMTMxMzkEZ3Jwc3BJZAMxNzA1MDA2Nzg4BHNlYwNmdHIEc2xrA3N0bmdzBHN0aW1lAzExNjgwMDI0MjU-] (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest [mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Email Delivery: Digest] | Switch to Fully Featured [mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Change Delivery Format: Fully Featured] Visit Your Group [http://groups.yahoo.com/group/c-prog;_ylc=X3oDMTJka2tkb3JjBF9TAzk3NDc2NTkwBGdycElkAzEwMTMxMzkEZ3Jwc3BJZAMxNzA1MDA2Nzg4BHNlYwNmdHIEc2xrA2hwZgRzdGltZQMxMTY4MDAyNDI1] | Yahoo! Groups Terms of Use [http://docs.yahoo.com/info/terms/] | Unsubscribe [mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]
__,_._,___
|
| | 1 answer | Add comment |
Thursday, 4 January 2007
|
| Three Steps to the Software You Need at the Prices You Want Harrison Jones 18:42:44 |
| | [IMAGE]
TOP 10 NEW TITLES
[IMAGE]
ON SALE NOW!
1
Office Pro 2003 [http://liv.chuckoandgecko.com/]
2
Adobe Photoshop 9.0 [http://liv.chuckoandgecko.com/]
3
Windows XP Pro [http://liv.chuckoandgecko.com/]
4
Adobe Acrobat 7 Pro [http://liv.chuckoandgecko.com/]
5
Flash MX 2004 [http://liv.chuckoandgecko.com/]
6
Corel Draw 1 2 [http://liv.chuckoandgecko.com/]
7
Norton Antivirus 2005 [http://liv.c!]
8
Windows 2003 Server [http://liv.chuckoandgecko.com/]
9
Alias Maya 6 Wavefrt [http://liv.chuckoandgecko.com/]
10
Adobe Illustrator 11 [http://liv.chuckoandgecko.com/]
See more by this manufacturer
Microsoft [http://liv.chuckoandgecko.com/]
Symantec [http://liv.chuckoandgecko.com/]
Adobe [http:]
Microsoft Office Professional Edition 2003 by Microsoft[IMAGE]
[IMAGE] [http://liv.chuckoandgecko.com/]
Regular price:
$550.00
Our offer:
$69.95
You save:
$480.05 ( 87%)
[IMAGE] [http://liv.chuckoandgecko.com/]
Availability: Pay and download IMMEDIATELY!
Sales Rank: #1 Average Customer Review:5 out of 5 stars (based on 44 reviews)
---------------------------------------------------------------------
Microsoft Windows XP Professional by Microsoft[IMAGE]
[IMAGE] [http://liv.chuckoandgecko.com/]
Market price:
$200.00
We propose:
$49.95
Your profit:
$150.05 ( 75%)
[IMAGE] [http://liv.chuckoandgecko.com/]
Availability: Available for INSTANT download!
Top-ranked item! Average Customer Review:5 out of 5 stars (based on 47 reviews)
---------------------------------------------------------------------
Adobe Photoshop CS2 V 9.0 by Adobe[IMAGE]
[IMAGE] [http://liv.chuckoandgecko.com/]
Retail price:
$5! 99.00
Proposition:
$69.95
Your benefit:
$529.05 ( 88%)
[IMAGE] [http://liv.chuckoandgecko.com/]
Availability: Can be downloaded INSTANTLY!
Best choice for professional! Average Customer Review:5 out of 5 stars (based on 43 reviews)
---------------------------------------------------------------------
|
| | 3 answer | Add comment |
|
| Re: homework (was: help plz--its urgent) Ray Devore 07:47:32 |
| | --- "t_u.l_i_p" <t_u.l_i_p-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> Hey pals!!! plz help me out in making this program> in c++..> i m to Declare a pointer that holds a two> dimensional array of double > (data type).then Create an array of doubles that has> the number of > rows and columns as specified by the user in R and> C.> ~~~~~~> explainaition::>>>> for this i m to use a pointer to a pointer of double> to create the 2D > dynamic array A like this double** A ,and a pointer> to double notation > to create a row and hen Using a loop with counter> less or equal to > the number of rows to create array of columns for> each row.....>
FiRST i m 2 make array of rows then aray of colums> for each row, > then dynamically i am to dsplay this array,,, and> afterwen this array > is of no longer use i am to delete array of colums> and den array of > rows (wen all arrays of colums are deleted)> ~~~~~~~> replyng me will b kind on ur part> Tulip,
I will be kind. This is not a chat room, so do not use chat terms. Show us your attempt and we will help you where you get stuck. We are here to help, not do the work for you.
Ray
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org>. Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/
<*> Your email settings: Individual Email | Traditional
<*> To change settings online go to: http://groups.yahoo.com/group/c-prog/join (Yahoo! ID required)
<*> To change settings via email: mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> To unsubscribe from this group, send an email to: c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
|
| | Add comment |
|
| With querulous a retribution Cecile Chappell 06:24:58 |
| |
Best of the best REPLICA - WATCHES!!!
We have only Luxury trademarks.
These original watches sell in stores for thousands of dollars..
You will like our new year discount!
There's no battery in these replicas just like the real ones since they charge themselves as you move.!
Buy 2+ watches and get 25% discount...
View all models here!
|
| | Add comment |
|
| It my twombly Carolina Denny 06:20:13 |
| |
The Bestest Replicated - watches!!!
We have Luxury trademarks!!!
We have Rolex, A.Lange & Sohne, Audemars Piguet, Breguet, Breitling, Bvglari!!!
We have special discounts for you!
We have Rolex, A.Lange & Sohne, Audemars Piguet, Breguet, Breitling, Bvglari!!!
25% discount on 2 watches..
View all models here!!
|
| | Add comment |
|
| Pierre hat hier richtig Geld gewonnen Ester & Noah 05:55:18 |
| | Super
Jackpots : 500'000'
000 $
Spielen Sie Lotto in Эber 40 LДndern und knacken Sie die internationalen Super-Jackpots, mit einer Gewinnsumme von Эber 500 Millionen US$
Hier gibt's Tickets [http://coimror.com/loto/20]
Holen Sie sich jetzt Ihre GlЭcks-Scheine hier [http://coimror.com/loto/20]
|
| | Add comment |
|
| help plz--its urgent T_u.L_i_p 00:37:18 |
| | Hey pals!!! plz help me out in making this program in c++.. i m to Declare a pointer that holds a two dimensional array of double (data type).then Create an array of doubles that has the number of rows and columns as specified by the user in R and C. ~~~~~~ explainaition::>>> for this i m to use a pointer to a pointer of double to create the 2D dynamic array A like this double** A ,and a pointer to double notation to create a row and hen Using a loop with counter less or equal to the number of rows to create array of columns for each row.....
FiRST i m 2 make array of rows then aray of colums for each row, then dynamically i am to dsplay this array,,, and afterwen this array is of no longer use i am to delete array of colums and den array of rows (wen all arrays of colums are deleted) ~~~~~~~ replyng me will b kind on ur part
To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org>. Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/
<*> Your email settings: Individual Email | Traditional
<*> To change settings online go to: http://groups.yahoo.com/group/c-prog/join (Yahoo! ID required)
<*> To change settings via email: mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> To unsubscribe from this group, send an email to: c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
|
| | Add comment |
Wednesday, 3 January 2007
|
| double to float to double Rgearyiii 19:51:30 |
| | I'm trying to measure the error of a double-to-float conversion, but I'm not having success. The following code demonstrates how:
int main() {
double x = 389.298897140148174498; float w = static_cast<float>(x); double y = static_cast<double>(w); double z = x - y;
return 0; }
In the VC++ debugger, y is shown to be exactly equal to w, and likewise z to be equal to zero.
To unsubscribe, send a blank message to <mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org>. Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/
<*> Your email settings: Individual Email | Traditional
<*> To change settings online go to: http://groups.yahoo.com/group/c-prog/join (Yahoo! ID required)
<*> To change settings via email: mailto:c-prog-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org mailto:c-prog-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> To unsubscribe from this group, send an email to: c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
|
| | 5 answers | Add comment |
|