Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ERROR: C++ compilation failed.
#4
I was almost fooled by what's going on. In QuickBASIC the programmer who wanted to use parenthesis so much for a subprogram (not "FUNCTION") call must use "CALL" statement like this:

Code: (Select All)
CALL get_numeric_args(args())

In QB64(PE) don't use parenthesis around a parameter list for subprogram call. This is not C, it's easier than that. :tu:
Reply


Messages In This Thread
ERROR: C++ compilation failed. - by Ed Davis - 11-15-2022, 07:13 PM
RE: ERROR: C++ compilation failed. - by SMcNeill - 11-15-2022, 07:18 PM
RE: ERROR: C++ compilation failed. - by Ed Davis - 11-15-2022, 07:25 PM
RE: ERROR: C++ compilation failed. - by mnrvovrfc - 11-16-2022, 10:33 PM



Users browsing this thread: 1 Guest(s)