Search:

Type: Posts; User: erikcn

Search: Search took 0.01 seconds.

  1. #include #include ...

    #include <iostream.h>
    #include <windows.h>

    int main ()

    {

    cout << "Hello!" << endl;

    Sleep (2000);
  2. Replies
    12
    Views
    1,372

    Uhhhmm..

    Uhhhmm.. you mean return 0;?
  3. Thread: From C to C++

    by erikcn
    Replies
    14
    Views
    2,109

    Gratis is the word for free in Swedish too!

    Gratis is the word for free in Swedish too!
  4. Replies
    2
    Views
    1,066

    Thanks man!

    Thanks!..
  5. Replies
    2
    Views
    1,066

    What's so wrong!???

    I have huuuuuuuuuuuuuge trouble with this code.

    I get 10 errors!





    #include <windows.h>
    #include <iostream.h>
  6. Replies
    4
    Views
    8,639

    uhhmmm...

    No No return 0; is included in else.
  7. Replies
    4
    Views
    8,639

    Parse error at end of input??

    Hi.

    I'm compiling with Dev C++ 4.0 Compiler.

    When compiling the code below i get a parse error at end of input..
    Its at line 50.
    And theres no code on line 50.
    If i write code at line 50,...
  8. Replies
    17
    Views
    2,569

    Josh? Are you awake?

    Uhhmmm..

    You must have read something wrong.

    When you create a Windows project in Dev C++, you've created a window.

    Only add hello world or something, and *hocus pocus* there you go.
  9. Replies
    2
    Views
    1,990

    Thanks! A guy gave me the same code but...

    Thanks!
    A guy gave me the same code but backwards.

    His code didn't work.

    I'll try this one to see if it works.
  10. Replies
    2
    Views
    1,990

    Adding and subtracting.

    how do i add the value from a variable named money : to a variable named : ihave , and then remove the value in a variable named : lost from the variable named : ihave

    anybody knows how...
  11. Replies
    3
    Views
    950

    uhhmm

    When i compile as a console i get 6 errors.

    When i compile as windows i only get that error.

    Ill try to add the thing you told me.
  12. Replies
    3
    Views
    950

    Help! Dev Messed up!!

    Dont bother cout text.
    Its Swedish.

    When i compile this :

    #include <iostream>

    int main ()
    {
    int money;
  13. Thread: amd vs. pentium

    by erikcn
    Replies
    33
    Views
    7,073

    Poll: AMD is bad. Pentium 4 is the best!

    Lets se the facts.

    AMD,s processor is up in smoke when the CPU cooler is removed.

    Pentium 4 keeps a temperature of about 30-40 degrees.

    Hmmm.. A processor that has better cooling should have...
  14. Replies
    15
    Views
    1,968

    Then why can he compile a program with his...

    Then why can he compile a program with his compiler.
    Same code no errors at all.
    Is that why it owns?
  15. Replies
    15
    Views
    1,968

    try another

    I'll try the borland free compiler.
  16. Replies
    15
    Views
    1,968

    Bloodshed Dev C++. how about you?

    Bloodshed Dev C++. how about you?
  17. Replies
    15
    Views
    1,968

    what compiler do you use.

    what compiler do you use.
  18. Replies
    15
    Views
    1,968

    Already have that code in the file.

    Already have that code in the file.
  19. Replies
    15
    Views
    1,968

    New errors.

    C:\WINDOWS\TEMP\ccvQF7fb.o(.text+0x94):pengar.cpp: undefined reference to `GetStockObject@4'

    I,ve got that error now.

    The Compiler doesnt show any errors but after compiling a window pops-up...
  20. Replies
    15
    Views
    1,968

    so what do i have to do? sorry i did not see...

    so what do i have to do?

    sorry i did not see the code.:o :o
  21. Replies
    15
    Views
    1,968

    Error?? NOOO!!!!!!!

    What is wrong??

    I get a error called :

    parse error before 188


    #include <iostream>

    int main ()
  22. Thread: #define

    by erikcn
    Replies
    2
    Views
    838

    I meant like you wrote in the first code snippet....

    I meant like you wrote in the first code snippet.
    Thank You!Thank You!Thank You!

    :cool:
  23. Thread: #define

    by erikcn
    Replies
    2
    Views
    838

    #define

    I want to define a variabel named ihave

    How shall i do? :confused: :confused: :confused:
Results 1 to 23 of 23