|
From: Guido C. <cec...@tu...> - 2000-10-05 21:33:50
|
Why when i compile a source code using #include "conio.h" apears the following message: In file included from c:\progra~2\hola.c:1: C:\DEV-C_~1\INCLUDE\conio.h:20: _stddef.h: No such file or directory Why isn´t it recognized? thanks. Guido Ceccotti mailto:cec...@tu... |
|
From: Edwin D. <edw...@ya...> - 2001-10-17 02:35:17
|
Hello all! I am planning to use DevC++ as my development tool.I have a question though. How do I access DBMS with it? Thank you. Edwin __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com |
|
From: giampietro\.gardenghi <gia...@li...> - 2004-12-04 20:39:48
|
Hi, I'm a beginner C++ user, and I'm tring to output an array in excel f= ormat: the only result I have accomplished is to obtain an array which e= xcel reads as separate rows but not sepate columns. Probably I should u= se a TAB sepation between values, which I am not able to insert. Thank y= ou Giampietro Gardenghi=0A=0A=0A=0A_____________________________________= _______________________=0ALibero ADSL: 3 mesi gratis e navighi a 1.2 Mega= , senza costi di attivazione.=0AAbbonati subito su http://www.libero.it=0A= |
|
From: Per W. <pw...@ia...> - 2004-12-04 23:09:34
|
To emit tab characters, just print:
printf("1\t2\t3\t4\n");
our similarly:
std::cout << 1 << "\t" << 2 << "\t" << 3 << "\t" << 4 << std::endl;
/Per W
On Sat, 4 Dec 2004, giampietro.gardenghi wrote:
> Hi,
> I'm a beginner C++ user, and I'm tring to output an array in excel format: the
> only result I have accomplished is to obtain an array which excel reads as
> separate rows but not sepate columns.
> Probably I should use a TAB sepation between values, which I am not able to insert.
> Thank you
> Giampietro Gardenghi
>
>
>
> ____________________________________________________________
> Libero ADSL: 3 mesi gratis e navighi a 1.2 Mega, senza costi di attivazione.
> Abbonati subito su http://www.libero.it
>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Dev-cpp-users mailing list
> Dev...@li...
> TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm
> https://lists.sourceforge.net/lists/listinfo/dev-cpp-users
>
|
|
From: Alfred P. R. <al...@ya...> - 2004-12-05 00:30:47
|
Hi Giampietro, Remember to insert a newline character at the end of the line that you want Excel to see as a row. Any separator should work for columns including blank space, tabs, commas. Anything but a newline, which indicates a row. "giampietro.gardenghi" <gia...@li...> wrote: Hi, I'm a beginner C++ user, and I'm tring to output an array in excel format: the only result I have accomplished is to obtain an array which excel reads as separate rows but not sepate columns. Probably I should use a TAB sepation between values, which I am not able to insert. Thank you Giampietro Gardenghi Alfred P. Reaud |
|
From: danilo\.ferrarotti\@libero\.it <dan...@li...> - 2006-08-08 09:05:03
Attachments:
=?iso-8859-1?Q?esercizio=5F5.5.cpp?=
|
Hello, I have a problem with this program: when a give the execute comand the *.= exe window opens but after I give the characters to switch as You can see= on the While comand : while ( cin >> ch ) I can't make the execution of the program. There's a specific comand to give on the *.exe window for running the exe= cution after writing on it? Thanks Daanilo |
|
From: Per W. <pw...@ia...> - 2006-08-08 09:25:24
|
Did you try with pressing enter? /Per W On Tue, 8 Aug 2006, dan...@li... wrote: > Hello, > > I have a problem with this program: when a give the execute comand the *.exe window opens but after I give the characters to switch as You can see on the While comand : while ( cin >> ch ) > I can't make the execution of the program. > > There's a specific comand to give on the *.exe window for running the execution after writing on it? > > Thanks > > Daanilo > > > |
|
From: Mariel R. <mar...@ya...> - 2007-09-25 01:30:06
|
I need to compile 3 files hola1.cpp hola2.cpp and I made a .h file like hola3.h( #include "hola3.h") When I try to compile all this files i received this error 1 tp0_switch.cpp c:\documents and settings\administrador\escritorio\mariel\descargas\tp 0\hola3.h:3: sstream: No such file or directory Can please anybody help me with this??? I'm from argentina My english is not so good if you can't understand me anything just let me know Thanks in advance! |
|
From: matheus r. <mfr...@gm...> - 2007-09-25 02:15:11
|
Hola Mariel it will be easier if you show us the command line and the way you included sstream. regards 2007/9/24, Mariel Raggi <mar...@ya...>: > I need to compile 3 files hola1.cpp hola2.cpp and I made a .h file like > hola3.h( #include "hola3.h") > > When I try to compile all this files i received this error > > 1 tp0_switch.cpp > c:\documents and > settings\administrador\escritorio\mariel\descargas\tp > 0\hola3.h:3: sstream: No such file or directory > > Can please anybody help me with this??? > > I'm from argentina > > My english is not so good if you can't understand me anything just let me > know > > Thanks in advance! > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: > http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > |
|
From: Ioannis V. <no...@ya...> - 2000-10-05 22:42:03
|
> -----Original Message----- > From: dev...@li... > [mailto:dev...@li...]On Behalf Of > Guido Ceccotti > Sent: Thursday, October 05, 2000 11:29 PM > To: dev...@li... > Subject: [Dev-C++] question > > > Why when i compile a source code using #include "conio.h" apears the > following message: #include <conio.h> Ioannis _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |