Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~74 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for hamidr

when i compile a simple program in Dev C++ i get error:" conflicting types for 'myf' " [CODE]#include <stdio.h> #include <stdlib.h> int main() { myf(3.0); return 0; } double myf(double x) { return x; }[/CODE] what does that mean?

Member Avatar for Ancient Dragon
1
74