Search:

Type: Posts; User: kyaky

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,202

    [Help] The issue with 64-bit Vista and VC2005

    Im using VC2005 in 64-bit Vista. When I am compiling my program , it says:


    1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function...
  2. 6:15 am ... i can go to bed finally!!!!! OMG!!!

    6:15 am ... i can go to bed finally!!!!! OMG!!!
  3. Finally!!!! i found where the problem was... such...

    Finally!!!! i found where the problem was... such a stupid i made again... the txt file has something wrong... because i made this txt file in windows it has 0D(CR) in this file... it made me...
  4. the txt is that: 001.645.2 Learning C++...

    the txt is that:


    001.645.2
    Learning C++
    Gregory Harrison
    1
    001.721.3
    C++ for Beginners
    Quentin Resnick
  5. where the hell is "s]" from.......... i am nearly...

    where the hell is "s]" from.......... i am nearly crazy... 5:30am...
  6. if i change it to cout

    if i change it to


    cout << "11111Database[SeekrPos]-->" << Database[SeekrPos].CallNumber << "<--Database[SeekrPos]"<< endl;


    the output is :


    Enter command (or m for menu): f
  7. the position is totally strange!!!

    the position is totally strange!!!
  8. wait... thats strange...~~~ why it is like that...

    wait... thats strange...~~~ why it is like that "<--Database[SeekrPos]001.823.8"

    OMG
  9. it has no space between and "text"

    it has no space between <-- --> and "text"
  10. output: Enter command (or m for menu): f...

    output:


    Enter command (or m for menu): f
    Enter Call Namber: 001.645.2
    <--Database[SeekrPos]001.645.2
    15
    Seeker-->001.645.2<--Seeker
    15
    <--Database[SeekrPos]001.721.3
  11. sry, i saw wrong... it still has the same...

    sry, i saw wrong... it still has the same problem... ................................ -. - OZN
  12. it still has the same problem...

    it still has the same problem...
  13. i wonder why when the size and elements are same...

    i wonder why when the size and elements are same , but it reports "not same"
  14. do i need to use this to reset all element in the...

    do i need to use this to reset all element in the array?


    memset(ch,0x00,sizeof(ch));


    btw why the size shows they are same?
  15. Replies
    13
    Views
    2,963

    add this code at end of your code system...

    add this code at end of your code



    system ("pause");
  16. if i do it in DEV in windows,,, it works...

    if i do it in DEV in windows,,, it works alright...
  17. [plz help]confusion about comparison between two strings to me

    Dear guys~~
    i met a problem which is spoiling me long time... i havent figure it out~
    i am coding in linux...the following code shows the comparison of two strings... the size and the content are...
  18. Replies
    12
    Views
    2,231

    thank you, matsp & hk_mp5kpdw.

    thank you, matsp & hk_mp5kpdw.
  19. Replies
    12
    Views
    2,231

    when im using DEV... do i have to use makefile?...

    when im using DEV... do i have to use makefile? or i just click compile to compile them...?
    I am not sure how to compile these files without using a makefile in wiin32 OS like DEV.
    it works alrigh...
  20. Replies
    12
    Views
    2,231

    btw~ when im compiling these files using DEV...

    btw~

    when im compiling these files using DEV or Qunciy in windows or anjuta in linux without a makefile, it says " [Linker error] undefined reference to XXX " something like that? do these...
  21. Replies
    12
    Views
    2,231

    i made a sutpid mistake~ -. -

    i made a sutpid mistake~ -. -
  22. Replies
    12
    Views
    2,231

    yes , i see, im a beginer... thank you guys!!!

    yes , i see, im a beginer... thank you guys!!!
  23. Replies
    12
    Views
    2,231

    [HELP] about comparing between two strings...

    bool ChangeStatus()
    {
    char Seeker[MaxCallNumber];
    int SeekrPos = 0;
    cout << "CallNamber: " << endl;
    cin >> Seeker[MaxCallNumber];

    ...
Results 1 to 23 of 23