Search:

Type: Posts; User: helbovine

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    2,241

    'strcmp' : undeclared identifier

    'strcmp' : undeclared identifier

    does strcmp require a certain header file?
  2. Replies
    20
    Views
    2,241

    conio

    well i know i have conio... i have visual studio and use microsoft for a c++ compiler and i no they have alot of header files... plus i no i can add more i just dont no how :)
  3. Replies
    20
    Views
    2,241

    strcmp

    strcmp?

    and how would you clear the screen like

    clrsrn() or somthin like that?
  4. Replies
    20
    Views
    2,241

    calc finished

    well i finished it before i even saw ur switch statment there here it is



    #include <iostream.h>

    int add()
    {
    long int a, b;
    cout<<"First Number\n";
  5. Replies
    20
    Views
    2,241

    grrr help

    illegal else without matching if



    #include <iostream.h>

    int add()
    {
    int a, b;
    cout<<"First Number\n";
  6. Thread: grrrrrrrrrr

    by helbovine
    Replies
    3
    Views
    884

    grrrrrrrrrr

    error C2059: syntax error : ')'

    #include <iostream.h>



    int add()
    {
    int a, b;
    cout<<"text";
  7. Replies
    20
    Views
    2,241

    1 question.. lets say i said this #include...

    1 question.. lets say i said this



    #include <iostream.h>

    int add()
    {
    int a, b;
    cout<<"text";
  8. Replies
    20
    Views
    2,241

    k

    thx im new and i have to get a better book but thx for advise
  9. Replies
    20
    Views
    2,241

    Reply

    Im new 2.... plus im only 12 so its hard to uunderstand all of this stuff..... i have made a calulator before here is my code.



    #include <iostream.h>

    int main()
    {
    int a, b;
    ...
  10. Thread: classes

    by helbovine
    Replies
    2
    Views
    860

    classes

    the book i am using does not have good examples. what i mean by that is they are not realistic or noone would have a good use for it.... does neone no of a tutorial that explains classes well?
  11. Replies
    17
    Views
    3,178

    VC++ And VB

    alright... will someone tell me thee difference between Vb and VC++... are they the same with diff names or diff?!?!?
  12. Replies
    4
    Views
    1,318

    nope

    nope i fixed that and it still dont werk
  13. Replies
    4
    Views
    1,318

    help with code

    hi everyone i have been trying to compile a code and its rlly tickng me of... i have been using borland turbo and the same error pops up where ever i move INT (not it caps of course)

    int ...
  14. Replies
    1
    Views
    1,328

    DEV-C++ Missing Headings???

    alright i have been writingthis game for a while now and im about half way thru... so i compile it to make sure there are no errors so far....................... so much for that .. to my surprise it...
  15. Thread: Api

    by helbovine
    Replies
    1
    Views
    898

    Api

    hello.......... does neone no of a good and ez to understand API tutorial if so plz post the web site
  16. Thread: DOS Program

    by helbovine
    Replies
    7
    Views
    2,107

    re dos program

    if you have the right compiler... i think borland had a strictly dos compiler it was something like version 3 or 3.3 somthing like that. but then again Dev-C++ is a good compiler and if you create a...
  17. Replies
    11
    Views
    1,782

    C How Much Different From C++?

    alright i got a book from the library and it is c programming because the C++ programming books were out. how much different is c from c++ do you think i could use this book?
  18. Thread: DLL's

    by helbovine
    Replies
    10
    Views
    1,582

    DLL's

    DLL's (dynamic link liabrarys) made in c++??
  19. Replies
    2
    Views
    866

    Strings And Arrays

    HELP. I am very new to c++ and am not quite understanding strings and arrays can someone help me out plzzzzzz....
  20. Replies
    2
    Views
    1,107

    thx

    thx
  21. Replies
    8
    Views
    4,050

    re

    yeah i been thinkin about it but i have a slow modem i let it sit over night
  22. Replies
    2
    Views
    1,107

    Tricks On Sybblings

    im sure we have always wanted to play a trick on someone and scince im new to c++ i wanted to play a trick on my 13 year old sister (im 12 so she can be very annoying) so i wrote this code and would...
  23. Thread: Help Dev-c++

    by helbovine
    Replies
    1
    Views
    1,026

    Help Dev-c++

    HELP i need someone to send me all of the DEV-C++ INCLUDE
    files i would really apriciate it because my dev-c++ doesnt read my include files for somestupid reason...
    ...
  24. Replies
    18
    Views
    3,480

    Simple Program

    i am new to C++ to but i would try somthin like\

    #include <iostream.h>
    void main( void )
    {

    cout << "Hell World ";
    return 0;
    }
  25. Thread: DevC++

    by helbovine
    Replies
    2
    Views
    985

    DevC++

    do you sugest i reinstall?
Results 1 to 25 of 32
Page 1 of 2 1 2