Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in C only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
C
syntax error :'=' and fatal error, trying to do a 'for' loop
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
cheetaqueen
New Member
Join Date:
Oct 2017
Posts:
1
#1
syntax error :'=' and fatal error, trying to do a 'for' loop
Oct 16 '17, 07:39 AM
every time i run this in vs2010, is writes "syntax error :'='" and fatal error, what is my mistake?
if(a*a+b*b==c*c ||a*a+c*c==b*b| |b*b+c*c*==a*a)
d=5;
donbock
Recognized Expert
Top Contributor
Join Date:
Mar 2008
Posts:
2427
#2
Oct 16 '17, 06:44 PM
What are the types of variables
a
,
b
, and
c
?
(I want to make sure they aren't pointers.)
The title of your post refers to a
for
loop. How is that involved here?
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment