Search:

Type: Posts; User: CobraCC

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,335

    JAVA : problem with terminalio

    i am using sun's java sdk.

    the problem is that a program will not compile while using terminalio package. i don't think there is anything wrong with the code, but i am confused about the error...
  2. Thread: adding space

    by CobraCC
    Replies
    7
    Views
    1,008

    adding space

    #include <iostream>
    using namespace std;

    int main()
    {
    int a,b,c;
    cout<<"enter a number";
    cin>>a;
    cout<<"enter a number";
    cin>>b;
  3. Thread: requirements

    by CobraCC
    Replies
    2
    Views
    1,791

    requirements

    one of my choices for a future career is computer programming prob. in c++. what are the educational requirements i need to achieve my goal.

    thank you.
  4. Replies
    63
    Views
    5,704

    air cover rox! nice game very fun.

    air cover rox!

    nice game very fun.
  5. Thread: server os

    by CobraCC
    Replies
    12
    Views
    1,708

    server os

    what is a server os??

    one that i can think of is windows server 2003.
  6. Replies
    15
    Views
    2,316

    are you talking about the color in the compiler...

    are you talking about the color in the compiler or the color when you open the msdos window???
  7. Replies
    33
    Views
    5,377

    count me in to your special EE club :D

    count me in to your special EE club :D
  8. Replies
    10
    Views
    2,341

    ok heres the code: #include ...

    ok heres the code:

    #include <iostream>

    using namespace std;

    int main()

    {
    int x,y;
  9. Replies
    10
    Views
    2,341

    getting weird answer when not using ".h"

    i made a simple program that multiplies to numbers you enter. if you enter a letter the answer comes out to 0. all this time i was using <iostream.h>, so i decided to skip the .h and put using...
  10. Thread: program name

    by CobraCC
    Replies
    3
    Views
    1,153

    program name

    i want to know of a program that will write out all the names of the files in a certain folder in a list type format. THNX!!
  11. Thread: letters

    by CobraCC
    Replies
    4
    Views
    1,155

    letters

    if a program wants you to enter a number, if you were to happen to enter a letter is there any way to make the program say something like "hey you idiot i said number" THX!!
  12. Replies
    12
    Views
    1,470

    thanks to all you responded to my topic. ill try...

    thanks to all you responded to my topic. ill try to find some of the books mentioned at the library and eventually get a copy for myself.
  13. Replies
    12
    Views
    1,470

    trouble with a book

    my sister checked out "c++ for dummies" at the library, but theres a problem. i read the part if who should read this book and it said that if i dont know C then i should quit and buy "c for...
  14. Replies
    5
    Views
    967

    Re: Re: whats wrong here

    :D my bad
  15. Replies
    5
    Views
    967

    thx for the help guys, i took out the extra...

    thx for the help guys, i took out the extra semi-colons and put the system pause after each respond when you enter your age. now it works fine. thank you
  16. Replies
    5
    Views
    967

    whats wrong here

    #include <iostream.h>
    #include <stdlib.h>

    int main()

    {

    int age;

    cout<<"Please enter your age: ";
  17. Thread: New Compiler

    by CobraCC
    Replies
    12
    Views
    1,389

    question about system("pause")

    i was wondering where you include system("pause") in your code.thx:)
  18. Replies
    22
    Views
    5,465

    off topic, sorry

    excuse me Rod but what does the two lines of code i made bold do, i wrote a simple program in the same fashion as the one above that would square a number you enter but didnt add what you wrote. what...
  19. Thread: java

    by CobraCC
    Replies
    3
    Views
    2,096

    java

    whats the difference between j++ and j#???

    thx
  20. Replies
    4
    Views
    1,333

    THX xsquared! im reading the tutorials to get...

    THX xsquared!

    im reading the tutorials to get a head start next year. thx again
  21. Replies
    4
    Views
    1,333

    here is the error i get: Linking......

    here is the error i get:

    Linking...
    LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
    Debug/hello.exe : fatal error LNK1120: 1 unresolved externals
    Error executing...
  22. Replies
    4
    Views
    1,333

    m$vc++6 basic help

    i copied the hello world code from the tutorial and pasted in c++. when i go to "compile hello.cpp" it works just fine, but when i click "build hello.exe i get some kind of linking error. what am i...
  23. Thread: quicky

    by CobraCC
    Replies
    5
    Views
    1,658

    quicky

    quick question:

    im planning on taking computer science next year, but i have a question for now.

    why is the output only "hello world" and doesnt include the rest in the quotes.


    #include...
  24. Thread: c++.net

    by CobraCC
    Replies
    5
    Views
    1,020

    thx for the help guys

    thx for the help guys
  25. Thread: c++.net

    by CobraCC
    Replies
    5
    Views
    1,020

    i ment c++ with the .net compiler thx can...

    i ment c++ with the .net compiler thx

    can anyone recomend any books on c++. thx
Results 1 to 25 of 26
Page 1 of 2 1 2