Search:

Type: Posts; User: raze

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,560

    cheeer guys maged to get it sorted

    cheeer guys maged to get it sorted
  2. Replies
    8
    Views
    1,560

    I cant compile this small code

    iv been learning to use the orge graphics engin im learning there tuts and i cpoyed and paste the 1st code but i keep getting a error here is the code


    #include "ExampleApplication.h"

    class...
  3. Thread: Win32

    by raze
    Replies
    5
    Views
    1,092

    sorry for putting it in the arong board thank you...

    sorry for putting it in the arong board thank you for the link
  4. Thread: Win32

    by raze
    Replies
    5
    Views
    1,092

    Win32

    Im not to sure if this belongs here but is win32 C++ code and is there any good tutorials on it i hope this is not in the worng board

    Thank you in advance
  5. Thread: colored text

    by raze
    Replies
    13
    Views
    1,984

    cheers guys for heloping em out im still a newbie...

    cheers guys for heloping em out im still a newbie at C++
  6. Thread: colored text

    by raze
    Replies
    13
    Views
    1,984

    Thank you grate help to me

    Thank you grate help to me
  7. Thread: colored text

    by raze
    Replies
    13
    Views
    1,984

    sory my OS is windows xp home edtion

    sory my OS is windows xp home edtion
  8. Thread: colored text

    by raze
    Replies
    13
    Views
    1,984

    colored text

    how do you mkae colored text i just want to use the simple hello world program but have it in colored text how would i go about doing this

    Thank you in advance
  9. Replies
    12
    Views
    2,821

    when i started C++ i found it more easy becuase...

    when i started C++ i found it more easy becuase i am well advance with javascript and in some strange way C ++ to me is a bit like js
  10. Replies
    24
    Views
    2,792

    even tho im still a noob at C++ i only use the ...

    even tho im still a noob at C++ i only use the command prompt never the IDE
  11. Replies
    7
    Views
    1,164

    thanks all got it sorted

    thanks all got it sorted
  12. Replies
    7
    Views
    1,164

    this code is what im doing out of c++ book and a...

    this code is what im doing out of c++ book and a have write it out word for word
  13. Replies
    7
    Views
    1,164

    sorry here it is 24 C:\temp\Untitled1.cpp...

    sorry here it is

    24 C:\temp\Untitled1.cpp
    `monthlyPayment' undeclared (first use this function)
  14. Replies
    7
    Views
    1,164

    erro help newbie at C++

    #include <iostream>
    #include <cmath>

    int main() {

    unsigned long loanAmount =
    150000;
    float annualInterestRate = 6.0;
    unsigned short loanLength = 30;
    const unsigned short
Results 1 to 14 of 14