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..
// Include files
#include "stdio.h"
// Aplication Initialization
int main ()
{
printf ("hello, World!\n");
return 0;
Heres the script
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)
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 ("hello, World!\n");
return 0;
}
this is what i got...
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.
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..
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.