![]() |
|
#1
|
|||
|
|||
problem with the program under Borlandhi all
I have a problem with a function.I use Borland BTW. Have a look at the program. CPP / C++ / C Code:
Last edited by dsmith : 01-Jul-2004 at 15:28.
Reason: Please use [c] & [/c] for syntax highlightin
|
|||
|
#2
|
||||
|
||||
|
Before you read anything stated below, please visit this link:
http://www.gidforums.com/t-689.html Delete the word void before your function call where you have the bug. Basically, you are re-declaring a function, and you're doing it with within the body of another function -- both of which are illegal actions. Only use a type specifier if you are instantiating a variable, specifying a return value for a function, specifiying a parameter type for a function header, or doing an explicit type-cast. __________________
-Aaron |
|
#3
|
|||
|
|||
|
i'am a real beginner in C.
When i take void out it says : [C++ Error] install.c(83): E2193 Too few parameters in call to 'affichage' what must i do then ? |
|
#4
|
||||
|
||||
|
I'm just gonna mark the errors I see. One question: Is this your complete code or only a section?
CPP / C++ / C Code:
Hope all that helps you __________________
"To argue with a person who has renounced the use of reason is like administering medicine to the dead." -Thomas Paine www.sullivan-county.com/deism.htm |
Recent GIDBlog
Programming ebook direct download available by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help with a C program (Long) | McFury | C Programming Language | 3 | 29-Apr-2004 21:06 |
| C I/O problem | kelly80 | C Programming Language | 4 | 27-Apr-2004 21:15 |
| Another problem dealing with main() and driver function | tommy69 | C Programming Language | 4 | 20-Mar-2004 20:46 |
| problem with borland compiler | killer9012 | C++ Forum | 51 | 15-Mar-2004 15:21 |
| error during program | rjd72285 | C++ Forum | 0 | 11-Nov-2003 19:49 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The