Téma: C++ |
|
|
Rendes Kis |
|
int strcmp ( const char * str1, const char * str2 ); Returns an integral value indicating the relationship between the strings: return value | indicates <0 | the first character that does not match has a lower value in ptr1 than in ptr2 0 | the contents of both strings are equal >0 | the first character that does not match has a greater value in ptr1 than in ptr2 ... www.cplusplus.com/reference/cstring/strcmp/?kw=strcmp |
|
|
Rendes Kis |
|
set time:
#include <time.h>
int stime(time_t *t); |
|
|
panda |
|
még gondolkodik ... |
|
panda |
|
Mindjárt jön tiszavirág, és elmagyarázza hogy tévedtem ..
|
|
|
|
Rendes Kis |
|
Idézet: gmtime_s, _gmtime32_s, _gmtime64_s Visual Studio 2013 Other Versions This topic has not yet been rated - Rate this topic
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Converts a time value to a structure. These are versions of _gmtime32, _gmtime64 with security enhancements as described in Security Features in the CRT.
errno_t gmtime_s( struct tm* _tm, const __time_t* time ); errno_t _gmtime32_s( struct tm* _tm, const __time32_t* time ); errno_t _gmtime64_s( struct tm* _tm, const __time64_t* time );
... http://msdn.microsoft.com/en-us/library/3stkd9be.aspx
Kérdés: hogyan merjen a szegényember olyan adattípust használni, amék 2 aláhúzással kezdődik ?? |
|
Rendes Kis |
|
int i; for(i = 0; i < my_string.length(); i++) { cout<<my_string[ i ]; } |
|
|
Rendes Kis |
|
Már megint: az std::string -et nem lehet összehasonlítani a char* -gal ... |
|
|
|
|
|
|
panda |
|
Persze. És kacsaláb. Ti hányan vagytok, élemedett???
|
|
keresztkem |
|
Ha nincs, akkor megcsinálja önmagának--hogy a PressAnyKey-funkciót--mégiscsak realizálhassa egy integer szubrutin révén-- jelesül azzal a rutinnal, ami: Lásd mint alant! int PressAnyKey( const char *prompt ) -al kezdődik.Függetlenűl attól aktiválható hogy a C++ az (1) cout<<'\a'; kiértékelésében hogyan "vergődik zöldágra", mire jut? Haa reláció kiértékelésének eredménye: 'false, úgy meghívható ez az int PressAnyKey rutin, s a "ketyere" mehet tovább. keresztkem
|
|
|
|
|
Rendes Kis |
|
(Olyan nincs a C-ben, hogy "Press any key" ??) |
|