User: kjschavez

  • Public profile

User profile: kjschavez

User info
User name:kjschavez
History
Joined:
Number of posts:11
Latest posts:

error C2447: missing function header (old-style formal list?)
#include<iostream.h> int main() { //1 char board[16] = {}; bool inviboard[16] = {}; int turn...

error C2447: missing function header (old-style formal list?)
#include<iostream.h> int main() cdecl main(void) { //1 char board[16] = {}; bool inviboard[16]...

error C2447: missing function header (old-style formal list?)
#include<iostream.h> int main(); cdecl main(void); { //1 char board[16] = {}; bool inviboard[1...

error C2447: missing function header (old-style formal list?)
#include<iostream> using namespace std; int main(); { //1 char board[16] = {}; bool...

Debugging
missing function header [old-style format list?] what does it mean? what are the things i need to do...

This user does not accept Private Messages