Why do the old avatars remain in my old entries after being removed?
C/C++ Programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > C/C++ ProgrammingGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Top users: 
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
Wednesday, 24 January 2007
C++ program to solve numerical integration MoMaFuckEup 00:43:38
 Hello everyone.
can any body help me to solve numerical integration using Trapeziodal
method.
the program will input x and fx where fx=y is twice of x.x is a range
of values witn equal intervals.
where the formula for trapezoidal mathod is:1/2(y1+2y2+2y3+2­y4+....YL)h
where YL is the last value of y=fx.
h is the interval btw x.



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.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/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 1 answer | Add comment
Tuesday, 23 January 2007
[ROOT] getting a TGraph from a file Roger Mason 21:04:00
 Hello,

I have an elementary question: how to get a TGraph from a file.

I save a TGraph object to a file. I can open the file and verify that
the TGraph is present:

root [5] TFile f("file1.txt.root",­"UPDATE")
root [6] .ls
TFile** file1.txt.root
TFile* file1.txt.root
KEY: TGraph Graph;1 Original data

I recover the TGraph:

root [7] Graph->Draw()
<TCanvas::MakeDefCa­nvas>: created default TCanvas with name c1

but the canvas is empty.

I have tried the GetObject method with the same results.

What am I missing?

Thanks,
Roger



comment 1 answer | Add comment
[ROOT] Use new methods in Draw() Nico De Simone 19:04:29
 Dear Rooters,
Using TTree::Draw() I can access member variables and methods defined
in the class used to build the tree.

How can I create new methods or new variables, in a new class, and use
it in the same Draw()? Eg: the original class gives me the ints a and
b and I want to create c=a+b and do tree-> Draw("c"). With MakeClass I
only get member variables of the original class but not the methods
and add them is not trivial. Is there a better way?

Thanks for any help.
Nico


comment 7 answers | Add comment
what is a vector ? Chaitanyacckr 01:54:11
 can u tell me what is a vector? briefly describe about it?



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.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/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 3 answer | Add comment
Monday, 22 January 2007
c basic Resh_personal 20:56:34
 Hey!programmers having penchant knowledge in c pls ans to my qus......
For the escape sequence(\n)ie to print a new line charater have an an
ASCII VALUE 008 .Instead of giving the escape sequence i gave its
ASCII value.but the compiler is taking it as a number and printing
it instead of printing a new line .since 008 is a machine code Why
it is woriking.



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.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/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 15 answers | Add comment
[ROOT] root with cygwin xterm Igor Giller 20:17:06
 Dear Rooters,

Root is stuck, while opening a cint interface, when I run it from cygwin
xterm (ROOT 5.14 WinXP). And working properly, when ran from win. or
cygwin shell.

Thanks,
Igor Giller








comment 1 answer | Add comment
Please help ASAP !!!! Bhbagadiya 19:53:46
 Please help me to solve following question. i have searched a lot in
internet but no proper result found.
What is the difference between a Modal and a Modeless dialog box?
Do modal and modeless dialog boxes receive all keyboard messages
that a standard window receives? If no, what messages are received?
Can a dialog be made to receive all key presses?


Any comments are invited plz.



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.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/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 2 answer | Add comment
[ROOT] Not able to upload dataset using proofd Antonio Bulgheroni 18:16:21
 Dear ROOTers,

I'm writing because I would like to call your attention to the fact
I'm not able to upload dataset on our cluster when proofd (started from
xinetd) is running, while everything goes smooth when xrootd is running.

Here comes the debug output:

*** Break *** segmentation violation
(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread­_db.so.1".
Attaching to program: /proc/4571/exe, process 4571
(no debugging symbols found)...done.
(no debugging symbols found)...done.
(no debugging symbols found)...done.
[Thread debugging using libthread_db enabled]
[New Thread -1208961344 (LWP 4571)]
[New Thread -1219773520 (LWP 4970)]
[New Thread -1209144400 (LWP 4648)]
(no debugging symbols found)...done.
(no debugging symbols found)...done.
(no debugging symbols found)...done.
(no debugging symbols found)...done.
0x0042f7a2 in _dl_sysinfo_int80
() from /lib/ld-linux.so.2
Thread 3 (Thread -1209144400 (LWP 4648)):
#0 0x0042f7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x03487ba6 in __nanosleep_nocance­l () from /lib/tls/libc.so.6
#2 0x034be32a in usleep () from /lib/tls/libc.so.6
#3 0x06b44c6e in GarbageCollectorThr­ead (arg=0xa15a7d8, thr=0xa159e98) at
XrdClientConnMgr.cc­:66
#4 0x06b53256 in XrdClientThreadDisp­atcher (arg=0xa159ea4) at
XrdClientThread.cc:­29
#5 0x06b606c2 in XrdOucThread_Xeq () from /cern/root/lib/libX­rdProofd.so
#6 0x003ac371 in start_thread () from /lib/tls/libpthread­.so.0
#7 0x034c500e in clone () from /lib/tls/libc.so.6

Thread 2 (Thread -1219773520 (LWP 4970)):
#0 0x0042f7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x03487ba6 in __nanosleep_nocance­l () from /lib/tls/libc.so.6
#2 0x034be32a in usleep () from /lib/tls/libc.so.6
#3 0x06b44c6e in GarbageCollectorThr­ead (arg=0xa2f4c78, thr=0xa320110) at
XrdClientConnMgr.cc­:66
#4 0x06b53256 in XrdClientThreadDisp­atcher (arg=0xa32011c) at
XrdClientThread.cc:­29
#5 0x06b606c2 in XrdOucThread_Xeq () from /cern/root/lib/libX­rdProofd.so
#6 0x003ac371 in start_thread () from /lib/tls/libpthread­.so.0
#7 0x034c500e in clone () from /lib/tls/libc.so.6

Thread 1 (Thread -1208961344 (LWP 4571)):
#0 0x0042f7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x0348749b in __waitpid_nocancel () from /lib/tls/libc.so.6
#2 0x03431359 in do_system () from /lib/tls/libc.so.6
#3 0x034316d1 in system () from /lib/tls/libc.so.6
#4 0x003b278d in system () from /lib/tls/libpthread­.so.0
#5 0x00a9cd39 in TUnixSystem::Exec () from /cern/root/lib/libC­ore.so
#6 0x00a9d191 in TUnixSystem::StackT­race () from /cern/root/lib/libC­ore.so
#7 0x00a9b1da in TUnixSystem::Dispat­chSignals () from
/cern/root/lib/libC­ore.so
#8 0x00a99201 in SigHandler () from /cern/root/lib/libC­ore.so
#9 0x00a9f6f9 in sighandler () from /cern/root/lib/libC­ore.so
#10 <signal handler called>
#11 0x00000021 in ?? ()
#12 0x01a990db in TXNetSystemConnectG­uard::~TXNetSystemCo­nnectGuard () from
/cern/root/lib/libN­etx.so
#13 0x01a96923 in TXNetSystem::TXNetS­ystem () from /cern/root/lib/libN­etx.so
#14 0x01a9cb6c in G__G__Netx_220_0_6 () from /cern/root/lib/libN­etx.so
#15 0x0105ea8f in Cint::G__CallFunc::­Execute () from
/cern/root/lib/libC­int.so
#16 0x00a18992 in TMethodCall::Execut­e () from /cern/root/lib/libC­ore.so
#17 0x00977bfe in TPluginHandler::Exe­cPlugin () from
/cern/root/lib/libC­ore.so
#18 0x009aa656 in TSystem::FindHelper­ () from /cern/root/lib/libC­ore.so
#19 0x00a9bdd1 in TUnixSystem::Access­PathName () from
/cern/root/lib/libC­ore.so
#20 0x016c2d6d in TProof::UploadDataS­et () from /cern/root/lib/libP­roof.so
#21 0x0185772f in TUploadDataSetDlg::­UploadDataSet () from
/cern/root/lib/libP­roofGui.so
#22 0x018567e1 in TUploadDataSetDlg::­ProcessMessage () from
/cern/root/lib/libP­roofGui.so
#23 0x0463b984 in TGFrame::HandleClie­ntMessage () from
/cern/root/lib/libG­ui.so
#24 0x0463f548 in TGMainFrame::Handle­ClientMessage () from
/cern/root/lib/libG­ui.so
#25 0x0463b6be in TGFrame::HandleEven­t () from /cern/root/lib/libG­ui.so
#26 0x04612fe0 in TGClient::HandleEve­nt () from /cern/root/lib/libG­ui.so
#27 0x04612bf8 in TGClient::ProcessOn­eEvent () from /cern/root/lib/libG­ui.so
#28 0x04612d17 in TGClient::HandleInp­ut () from /cern/root/lib/libG­ui.so
#29 0x0461109e in TGInputHandler::Not­ify () from /cern/root/lib/libG­ui.so
#30 0x00a9a3dd in TUnixSystem::Dispat­chOneEvent () from
/cern/root/lib/libC­ore.so
#31 0x009a9b96 in TSystem::InnerLoop () from /cern/root/lib/libC­ore.so
#32 0x009a9b36 in TSystem::Run () from /cern/root/lib/libC­ore.so
#33 0x009235c4 in TApplication::Run () from /cern/root/lib/libC­ore.so
#34 0x003647d8 in TRint::Run () from /cern/root/lib/libR­int.so
#35 0x08048d4b in main ()

Thanks for your help,

cheers,

--
Antonio Bulgheroni, PhD
comment 4 answer | Add comment
[ROOT] Inquiry about portable GUI and scripting Tom Roberts 18:15:16
 I have a need to do shell-like scripting and GUI generation for the "big
3" operating systems: Windows, Mac OS, and Linux. I'm writing a large
Geant4-based simulation program; until now it's been Linux only, but I
want to release it for all 3 systems and meet their users' expectations.
That means I cannot reasonably require Cygwin on Windows, and thus I
need to replace my bash scripts with something else, preferably having a
graphical user interface. As the program already uses Root for the
generation of NTuple files and histograms, I'm interested in peoples'
opinions: is it crazy to use Root as a pure scripting and GUI language?
Root is definitely capable of doing what I need, but it sure seems like
overkill....

[The alternatives I know of are: Java, Qt, and GTK++. Tcl/Tk
would seem to be the best of all, except no re-distributable
Windows version is available outside of Cygwin. Right now
I'm undecided between Java and Root (if Root were not
already required it would not be on the list at all).]

Note I spent last week building a Root GUI application to simplify
generating histograms from NTuple files. So I am familiar with the Root
GUI classes and know it is completely suitable for what I need. Of
course Java is equally suitable, and has fewer quirks and less overhead.

Comments? Suggestions?


Tom Roberts


comment 4 answer | Add comment
diff b/w visual C++ and visual c++.net Bilal Jan 16:46:37
 hello everyone!can u plz tell me wt is difference b/w visual c++ and
visual c++.net . i have searched for it on google but i havent find
any satisfactory answer , can anybody here explain in simple words
that wt is genuine difference b/w visual c++ and visual c++.net.also
plz do write wt is microsoft .net environment.?thnx for ur
considerationregard­sA bilal

-------------------­--------------------­--------------------­----------

No need to miss a message. Get email on-the-go
[http://us.rd.yahoo.­com/evt=43910/*http:­//mobile.yahoo.com/m­ail
]
with Yahoo! Mail for Mobile. Get started. [http://us.rd.yahoo.­com/evt=43910/*http:­//mobile.yahoo.com/m­ail
]
__._,_.___

To unsubscribe, send a blank message to
<mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.

[IMAGE]


SPONSORED LINKS

C and c++ [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjZjA0a2k5BF9TAzk3N­Dc2NTkwBF9wAzEEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjk0NzY5NDc-?t=ms­&k=C+and+c++&w1=C+an­d+c++&w2=Computer+pr­ogramming+languages&­w3=Java+programming+­language&w4=Basic+pr­ogramming+language&w­5=Programming+langua­ges&c=5&s=141&g=0&.s­ig=rSEcR7B64_R_zU_FQ­Fo8Yw]

Computer programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjZDljZGZhBF9TAzk3N­Dc2NTkwBF9wAzIEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjk0NzY5NDc-?t=ms­&k=Computer+programm­ing+languages&w1=C+a­nd+c++&w2=Computer+p­rogramming+languages­&w3=Java+programming­+language&w4=Basic+p­rogramming+language&­w5=Programming+langu­ages&c=5&s=141&g=0&.­sig=Vd_u-m2YOwh3rQSM­WegmwA]

Java programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjZ3YyZnI3BF9TAzk3N­Dc2NTkwBF9wAzMEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjk0NzY5NDc-?t=ms­&k=Java+programming+­language&w1=C+and+c+­+&w2=Computer+progra­mming+languages&w3=J­ava+programming+lang­uage&w4=Basic+progra­mming+language&w5=Pr­ogramming+languages&­c=5&s=141&g=0&.sig=f­1DTT2uu_E_QAECbDXxOf­g]

Basic programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjNG9jNTJiBF9TAzk3N­Dc2NTkwBF9wAzQEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjk0NzY5NDc-?t=ms­&k=Basic+programming­+language&w1=C+and+c­++&w2=Computer+progr­amming+languages&w3=­Java+programming+lan­guage&w4=Basic+progr­amming+language&w5=P­rogramming+languages­&c=5&s=141&g=0&.sig=­mV-_2bL0rNwDv9i32NUk­Qw]

Programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjMDlmajdlBF9TAzk3N­Dc2NTkwBF9wAzUEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjk0NzY5NDc-?t=ms­&k=Programming+langu­ages&w1=C+and+c++&w2­=Computer+programmin­g+languages&w3=Java+­programming+language­&w4=Basic+programmin­g+language&w5=Progra­mming+languages&c=5&­s=141&g=0&.sig=JIolL­BEyTuBhWnCNFXDJug]


Your email settings: Individual Email|Traditional
Change settings via the Web [http://groups.yahoo­.com/group/c-prog/jo­in;_ylc=X3oDMTJmY25j­M2FvBF9TAzk3NDc2NTkw­BGdycElkAzEwMTMxMzkE­Z3Jwc3BJZAMxNzA1MDA2­Nzg4BHNlYwNmdHIEc2xr­A3N0bmdzBHN0aW1lAzEx­Njk0NzY5NDc-]
(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;_y­lc=X3oDMTJkY3I1aGxlB­F9TAzk3NDc2NTkwBGdyc­ElkAzEwMTMxMzkEZ3Jwc­3BJZAMxNzA1MDA2Nzg4B­HNlYwNmdHIEc2xrA2hwZ­gRzdGltZQMxMTY5NDc2O­TQ3]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]

__,_._,___

Add comment
can u solve this problem? Mohammed Derhalli 10:53:59
 Hi

I want to write a program that reads a string s then sums the number assciated to each string in teh alphabet like the following schema:
a=1,b=2,c=3,d=4,e=5­,f=6,g=7,h=8,i=9,j=1­0,k=20,l=30,m=40,n=5­0,o=60,p=70,
q=80,r=90,s=100,t=2­00,u=300,v=400,w=500­,x=600,y=700,z=800.

I wrote the following program for the first 10 characters of the schema. But it didn't work properly.

can u fix it?

Here is the program:
================


int main(int argc, char *argv[])
{
char *s;
int *t,n,a=0,i;

cout << "Enter a string";
cin >> s ;
n=strlen(s);
for (i=0;i<n;i++)
{
switch(s[i])
{
case 'a':
{a=a+1;
t[1]=a;}

case 'b':
{a=a+1;
t[2]=a;}

case 'c':
{a=a+1;
t[3]=a;}
case 'd':
{a=a+1;
t[4]=a;}
case 'e':
{a=a+1;
t[5]=a;}
case 'f':
{a=a+1;
t[6]=a;}
case 'g':
{a=a+1;
t[7]=a;}
case 'h':
{a=a+1;
t[8]=a;}
case 'i':
{a=a+1;
t[9]=a;}
case 'j':
{a=a+1;
t[10]=a;}


}
a=a+t[i];

}
cout << "the length is " << a;
system("PAUSE");
return 0;
}


Mohammed


-------------------­--------------
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
comment 19 answers | Add comment
URGENT..plz reply ASAP Sarah Magdy 06:44:46
 I need the code of playing an AVI (or any other video format) in a
Visual C++ Win32 project cuz I wanna add small videos in my game.
Plzzzzzzzzzz some1 replies as sooooooooooooon as possible!!!



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.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/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 7 answers | Add comment
[ROOT] how to draw panels with equal width? X. Lu 06:05:19
 
Add comment
Saturday, 20 January 2007
Somebody has an example showing a Dialog box (32bits looking) for choosing (or creating and choosing AndreB 21:39:54
 Please,

Somebody has an example showing a Dialog box (32bits looking) for choosing
(or creating and choosing) a Directory. Borland cpp ?

Thanks, &B.
comment 1 answer | Add comment
Quelqu'un a t'il un exemple de Dialog (cpp Borland) pour choisir (cr er) un directory avec un look 3 AndreB 21:08:43
 Quelqu'un a t'il un exemple de de Dialog (cpp Borland) pour choisir (cr er)
un directory avc un look 32Bits ?

Merci &B.
comment 2 answer | Add comment
randomize/Randomzie Spine 18:35:32
 Hi,

I am using borland developer suite 2006. when generating a random input I
ran acros the following:

when generating a random number with RandG(), one needs to initialize by
calling Randomize().
when generating a random number with random(), Randomize() does not
initialize correcly, and it generates the same order of random numbers every
time. In this case the random generator has to be initialized using
randomize() (indeed, the capital is gone)(also setting a value for RandSeed
does not work).

does anybody have an idea why this should be done like this, and why it does
not show up in the borland help file? Is this just because RandG and random
are in different libraries and the capitalized one of the comands to supress
ambiguity in calling them?

Spine
comment 3 answer | Add comment
search engine Guest 18:15:56
 can anyone suggest on how to go about developing a search engine which is lan based. which prog language would be better c/c++ or JAVA. what else one needs to study.
Add comment
difference between run time & complile time Abhs18 18:12:41
 guys ..pls tell me the difference between run time & compile time>>>>>



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.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/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 1 answer | Add comment
Programming courses Nuno Berneaud 14:01:18
 Hello.

I'd like to ask for some guidance, if possible. I'm thinking of signing up for a
programming-related­ course, but am unsure what to go for.
One friend tells me to go for Java or Visual C+, maybe even COBOL. He says it's
what currently in vogue.
I'd prefer C or C++, for various reasons. I'm reading a beginners book on C and
while I can't say I grasp everything yet, I feel it's not outside my
capabilities.
The course is not too expensive, but I wouldn't like to waste time and money in
something not worth it. I'm not in the computer business, but would like to be in
the future, as a programmer. I use an uncommon platform (AmigaOS) and would like to
develop for it (C and C++), especially since there are few programmers left, but could
branch out to more mainstream stuff. I'm getting too old and want a desk job. ;)

So, can you tell what languages should I aim for? I know this is probably a too
broad subject, but some basic guidelines would be welcome.

Thanks in advance.

Bye,

Nuno



To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.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/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 30 answers | Add comment
File operations Shubhrajyoti Datta 10:20:05
 Hi,

While using file operations how can an
exel sheet be populated or written to.

I am not able to write to an exel sheet.

With Regards,
Shubhro


-------------------­--------------------­--------------------­----------

The all-new Yahoo! Mail [http://us.rd.yahoo.­com/mail/uk/taglines­/default/nowyoucan/f­ree_from_isp/*http:/­/us.rd.yahoo.com/evt­=40565/*http://uk.do­cs.yahoo.com/nowyouc­an.html]
goes wherever you go - free your email address from your Internet
provider. __._,_.___

To unsubscribe, send a blank message to
<mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.

[IMAGE]


SPONSORED LINKS

C and c++ [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjdG5jMWhlBF9TAzk3N­Dc2NTkwBF9wAzEEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDEwNjI-?t=ms­&k=C+and+c++&w1=C+an­d+c++&w2=Computer+pr­ogramming+languages&­w3=Java+programming+­language&w4=Basic+pr­ogramming+language&w­5=Programming+langua­ges&c=5&s=141&g=0&.s­ig=rSEcR7B64_R_zU_FQ­Fo8Yw]

Computer programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjMmZjNnY1BF9TAzk3N­Dc2NTkwBF9wAzIEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDEwNjI-?t=ms­&k=Computer+programm­ing+languages&w1=C+a­nd+c++&w2=Computer+p­rogramming+languages­&w3=Java+programming­+language&w4=Basic+p­rogramming+language&­w5=Programming+langu­ages&c=5&s=141&g=0&.­sig=Vd_u-m2YOwh3rQSM­WegmwA]

Java programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjbWZzcGdjBF9TAzk3N­Dc2NTkwBF9wAzMEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDEwNjI-?t=ms­&k=Java+programming+­language&w1=C+and+c+­+&w2=Computer+progra­mming+languages&w3=J­ava+programming+lang­uage&w4=Basic+progra­mming+language&w5=Pr­ogramming+languages&­c=5&s=141&g=0&.sig=f­1DTT2uu_E_QAECbDXxOf­g]

Basic programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjaWI4ZzBuBF9TAzk3N­Dc2NTkwBF9wAzQEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDEwNjI-?t=ms­&k=Basic+programming­+language&w1=C+and+c­++&w2=Computer+progr­amming+languages&w3=­Java+programming+lan­guage&w4=Basic+progr­amming+language&w5=P­rogramming+languages­&c=5&s=141&g=0&.sig=­mV-_2bL0rNwDv9i32NUk­Qw]

Programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjcnBpN2dnBF9TAzk3N­Dc2NTkwBF9wAzUEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDEwNjI-?t=ms­&k=Programming+langu­ages&w1=C+and+c++&w2­=Computer+programmin­g+languages&w3=Java+­programming+language­&w4=Basic+programmin­g+language&w5=Progra­mming+languages&c=5&­s=141&g=0&.sig=JIolL­BEyTuBhWnCNFXDJug]


Your email settings: Individual Email|Traditional
Change settings via the Web [http://groups.yahoo­.com/group/c-prog/jo­in;_ylc=X3oDMTJmb2gy­aTVsBF9TAzk3NDc2NTkw­BGdycElkAzEwMTMxMzkE­Z3Jwc3BJZAMxNzA1MDA2­Nzg4BHNlYwNmdHIEc2xr­A3N0bmdzBHN0aW1lAzEx­NjkyNDEwNjI-]
(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;_y­lc=X3oDMTJkbW9lNmhwB­F9TAzk3NDc2NTkwBGdyc­ElkAzEwMTMxMzkEZ3Jwc­3BJZAMxNzA1MDA2Nzg4B­HNlYwNmdHIEc2xrA2hwZ­gRzdGltZQMxMTY5MjQxM­DYy]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]

__,_._,___

comment 3 answer | Add comment
Re: IS standard C++ Windows compitable Brett W. McCoy 10:19:46
 On 1/14/07, Bilal Jan <
just4u_cpp-/E1597aS­9LQAvxtiuMwx3w@publi­c.gmane.org [mailto:just4u_cpp-/E1597aS9LQAvxtiuMwx3w@public.gmane.org]>
wrote:


i have heard that standard C++ is not windows compitable!wt does
this mean.


Who told you that??!?!?!? They're wrong. Standard C++ is OS
independent... it depends on a compiler to conform to the standard.
Old Microsoft compilers (and Borland) may have been non-conforming,
but as far as I know, this isn't the case anymore.

-- Brett
-------------------­--------------------­--------------------­-
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi __._,_.___

To unsubscribe, send a blank message to
<mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.

[IMAGE]


SPONSORED LINKS

C and c++ [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjb2NraGloBF9TAzk3N­Dc2NTkwBF9wAzEEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg4MDk3Nzc-?t=ms­&k=C+and+c++&w1=C+an­d+c++&w2=Computer+pr­ogramming+languages&­w3=Java+programming+­language&w4=Basic+pr­ogramming+language&w­5=Programming+langua­ges&c=5&s=141&g=0&.s­ig=rSEcR7B64_R_zU_FQ­Fo8Yw]

Computer programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjZTZrZ2Y2BF9TAzk3N­Dc2NTkwBF9wAzIEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg4MDk3Nzc-?t=ms­&k=Computer+programm­ing+languages&w1=C+a­nd+c++&w2=Computer+p­rogramming+languages­&w3=Java+programming­+language&w4=Basic+p­rogramming+language&­w5=Programming+langu­ages&c=5&s=141&g=0&.­sig=Vd_u-m2YOwh3rQSM­WegmwA]

Java programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjdHBhMHQ0BF9TAzk3N­Dc2NTkwBF9wAzMEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg4MDk3Nzc-?t=ms­&k=Java+programming+­language&w1=C+and+c+­+&w2=Computer+progra­mming+languages&w3=J­ava+programming+lang­uage&w4=Basic+progra­mming+language&w5=Pr­ogramming+languages&­c=5&s=141&g=0&.sig=f­1DTT2uu_E_QAECbDXxOf­g]

Basic programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjYW9uZzQzBF9TAzk3N­Dc2NTkwBF9wAzQEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg4MDk3Nzc-?t=ms­&k=Basic+programming­+language&w1=C+and+c­++&w2=Computer+progr­amming+languages&w3=­Java+programming+lan­guage&w4=Basic+progr­amming+language&w5=P­rogramming+languages­&c=5&s=141&g=0&.sig=­mV-_2bL0rNwDv9i32NUk­Qw]

Programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjMWdhZmdmBF9TAzk3N­Dc2NTkwBF9wAzUEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjg4MDk3Nzc-?t=ms­&k=Programming+langu­ages&w1=C+and+c++&w2­=Computer+programmin­g+languages&w3=Java+­programming+language­&w4=Basic+programmin­g+language&w5=Progra­mming+languages&c=5&­s=141&g=0&.sig=JIolL­BEyTuBhWnCNFXDJug]


Your email settings: Individual Email|Traditional
Change settings via the Web [http://groups.yahoo­.com/group/c-prog/jo­in;_ylc=X3oDMTJmNGZz­OGFtBF9TAzk3NDc2NTkw­BGdycElkAzEwMTMxMzkE­Z3Jwc3BJZAMxNzA1MDA2­Nzg4BHNlYwNmdHIEc2xr­A3N0bmdzBHN0aW1lAzEx­Njg4MDk3Nzc-]
(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;_y­lc=X3oDMTJkNms1cmJ1B­F9TAzk3NDc2NTkwBGdyc­ElkAzEwMTMxMzkEZ3Jwc­3BJZAMxNzA1MDA2Nzg4B­HNlYwNmdHIEc2xrA2hwZ­gRzdGltZQMxMTY4ODA5N­zc3]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]

__,_._,___

comment 3 answer | Add comment
sudoku prgs Vignesh_ahobila 06:45:08
 Hey did anyone have the code for sudoku.

[mod - Have you ever heard of Google? http://www.google.c­o.uk/search?q=sudoku­+C - PJH]


To unsubscribe, send a blank message to <mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.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/jo­in
(Yahoo! ID required)

<*> To change settings via email:
mailto:c-prog-diges­t-hHKSG33Tihhbjbujka­E4pw@public.gmane.or­g
mailto:c-prog-fullf­eatured-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org

<*> To unsubscribe from this group, send an email to:
c-prog-unsubscribe-­hHKSG33TihhbjbujkaE4­pw@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c­om/info/terms/


comment 6 answers | Add comment
compiling C++ code in Matlab Bilal Jan 00:13:57
 hello everone.can i compile a C++ code in MATLAB??if so then wt was
the procedure for doin that.thanks for ur considerationregard­s

-------------------­--------------------­--------------------­----------

We won't tell. Get more on shows you hate to love [http://us.rd.yahoo.­com/evt=49980/*http:­//tv.yahoo.com/colle­ctions/265
]
(and love to hate): Yahoo! TV's Guilty Pleasures list. [http://us.rd.yahoo.­com/evt=49980/*http:­//tv.yahoo.com/colle­ctions/265
]
__._,_.___

To unsubscribe, send a blank message to
<mailto:c-prog-unsu­bscribe-hHKSG33Tihhb­jbujkaE4pw@public.gm­ane.org>.

[IMAGE]


SPONSORED LINKS

C and c++ [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjNWE5aTZ2BF9TAzk3N­Dc2NTkwBF9wAzEEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDA4OTY-?t=ms­&k=C+and+c++&w1=C+an­d+c++&w2=Computer+pr­ogramming+languages&­w3=Java+programming+­language&w4=Basic+pr­ogramming+language&w­5=Programming+langua­ges&c=5&s=141&g=0&.s­ig=rSEcR7B64_R_zU_FQ­Fo8Yw]

Computer programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjNXB2bXUwBF9TAzk3N­Dc2NTkwBF9wAzIEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDA4OTY-?t=ms­&k=Computer+programm­ing+languages&w1=C+a­nd+c++&w2=Computer+p­rogramming+languages­&w3=Java+programming­+language&w4=Basic+p­rogramming+language&­w5=Programming+langu­ages&c=5&s=141&g=0&.­sig=Vd_u-m2YOwh3rQSM­WegmwA]

Java programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjcm03ZGJkBF9TAzk3N­Dc2NTkwBF9wAzMEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDA4OTY-?t=ms­&k=Java+programming+­language&w1=C+and+c+­+&w2=Computer+progra­mming+languages&w3=J­ava+programming+lang­uage&w4=Basic+progra­mming+language&w5=Pr­ogramming+languages&­c=5&s=141&g=0&.sig=f­1DTT2uu_E_QAECbDXxOf­g]

Basic programming language [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjODVhbmZoBF9TAzk3N­Dc2NTkwBF9wAzQEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDA4OTY-?t=ms­&k=Basic+programming­+language&w1=C+and+c­++&w2=Computer+progr­amming+languages&w3=­Java+programming+lan­guage&w4=Basic+progr­amming+language&w5=P­rogramming+languages­&c=5&s=141&g=0&.sig=­mV-_2bL0rNwDv9i32NUk­Qw]

Programming languages [http://groups.yahoo­.com/gads;_ylc=X3oDM­TJjbXNjZWg1BF9TAzk3N­Dc2NTkwBF9wAzUEZ3JwS­WQDMTAxMzEzOQRncnBzc­ElkAzE3MDUwMDY3ODgEc­2VjA3NsbW9kBHN0aW1lA­zExNjkyNDA4OTY-?t=ms­&k=Programming+langu­ages&w1=C+and+c++&w2­=Computer+programmin­g+languages&w3=Java+­programming+language­&w4=Basic+programmin­g+language&w5=Progra­mming+languages&c=5&­s=141&g=0&.sig=JIolL­BEyTuBhWnCNFXDJug]


Your email settings: Individual Email|Traditional
Change settings via the Web [http://groups.yahoo­.com/group/c-prog/jo­in;_ylc=X3oDMTJmdW01­bGhxBF9TAzk3NDc2NTkw­BGdycElkAzEwMTMxMzkE­Z3Jwc3BJZAMxNzA1MDA2­Nzg4BHNlYwNmdHIEc2xr­A3N0bmdzBHN0aW1lAzEx­NjkyNDA4OTY-]
(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;_y­lc=X3oDMTJkMGpkbXFuB­F9TAzk3NDc2NTkwBGdyc­ElkAzEwMTMxMzkEZ3Jwc­3BJZAMxNzA1MDA2Nzg4B­HNlYwNmdHIEc2xrA2hwZ­gRzdGltZQMxMTY5MjQwO­Dk2]
| Yahoo! Groups Terms of Use [http://docs.yahoo.c­om/info/terms/] |
Unsubscribe
[mailto:c-prog-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org?subject=Unsubscribe]

__,_._,___

comment 1 answer | Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > C/C++ ProgrammingGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
[ jboss-Bugs-855935 ] 1:1 uni-dir rel…
EJB 3.0
pass tests:
You and sex.
see also:

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .