User Profile
Collapse
Profile Sidebar
Collapse
mrgenousprogram
Last Activity: Sep 15 '20, 03:00 PM
Joined: Sep 6 '20
Location:
-
Excellent, you're my project savior. I can finally continue my project -
-
These are the codes that got warned
Code:if (menu_pitagoras = "1")
all the codes that are contained within the if statement got neither warnings nor errorsCode:if (menu = "1")
these are the codes inside the if statement
...Code:if (menu = "1") { printf ("\n1. Alas\n2. Tinggi\n3. Diagonal\nPilih sisi:"); scanfLeave a comment:
-
So, is there anything I can do to fix this or I don't need to do anything?Leave a comment:
-
The meaning of these warnings. C language
Hi,
I just started studying C programming and I began to make a console program project. I am using code block for my compiler. Looks like every time I use if statement, this warning always come
|warning: assignment to 'int' from 'char *' makes integer from pointer without a cast [-Wint-conversion]
warning: suggest parentheses around assignment used as truth value [-Wparentheses]|
All I...
No activity results to display
Show More
Leave a comment: