Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RMG112

    Whats the most difficult code you ever wrote, ??? just for fun

    I wanted to just see peoples responce if any at all to the most difficult code they ever wrote. please feel free to disregard this thread if you feel it's foolish. i thought it would be interesting..
  2. RMG112

    Hello World Wont Work (((figure it out)))

    Your the man, it worked thank you for solving my problem
  3. RMG112

    Hello World Wont Work (((figure it out)))

    Im writing it through the visual C++
  4. RMG112

    Hello World Wont Work (((figure it out)))

    // Include files #include "stdio.h" // Aplication Initialization int main () { printf ("hello, World!\n"); return 0; Heres the script
  5. RMG112

    Hello World Wont Work (((figure it out)))

    I now have one error --------------------Configuration: hello - Win32 Debug-------------------- Compiling... quicksort..cpp C:\test7\Quicksort\hello\quicksort..cpp(9) : fatal error C1004: unexpected end of file found Error executing cl.exe. hello.exe - 1 error(s), 0 warning(s)
  6. RMG112

    Hello World Wont Work (((figure it out)))

    // Include files #include <stdio.h> // Aplication Initialization int main () { printf (&quot;hello, World!\n&quot;); return 0; }
  7. RMG112

    Hello World Wont Work (((figure it out)))

    // Include files #include &quot;C:\compiler\includes\stdio.h&quot; // Aplication Initialization int main () { printf (&quot;hello, World!\n&quot;); return 0; } --------------------Configuration: Quicksort - Win32 Debug-------------------- Compiling... quicksort.cpp...
  8. RMG112

    Hello World Wont Work (((figure it out)))

    I am just trying to grasp programming skills and i have a freash mind
  9. RMG112

    Hello World Wont Work (((figure it out)))

    its telling me that in the Int Main line. that it is bad why
  10. RMG112

    Hello World Wont Work (((figure it out)))

    Ok i am trying to get the hello world script to exicute and it wont. it keeps telling me there are errors, see if you can find the problem: // Include files #include <stdio.h> // Aplication Initialization int main () { printf (&quot;hello, World!\n&quot;); return 0; } this is what i got...
  11. RMG112

    Help Me Get Started

    Where Could i find a great place to get started learning C++ i work with ObjectPal In paradox but it doesnt seem the same as C++. Please help if you can.
  12. RMG112

    ok Need help with ObjectPal URGENT!!!

    I was sent data and the phone numbers were in two seperate fields, how could I make it so ObjectPal Will run through the fields and put them all in one field if there is a way please Help. thank you..
  13. RMG112

    New User Needs to Learn Ropes

    Thanks for the help.
  14. RMG112

    Paradox. 10

    Is Paradox 10 Worth it ????
  15. RMG112

    Paradox 9 Vs. 10

    Im just trying to get feedback on what the people like or dislike regarding Paradox 10. Thanx
  16. RMG112

    New User Needs to Learn Ropes

    I just started learning Paradox 9 and ObjectPal Im not to keen on writing code. Does anyone know where I could go other than the tutorial for Code scripts or help on how to learn code and ObjectPal. Thanks RMG

Part and Inventory Search

Back
Top