Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
The strange Code hints in C language with CC-plugin
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: The strange Code hints in C language with CC-plugin (Read 5173 times)
xunxun
Almost regular
Posts: 187
The strange Code hints in C language with CC-plugin
«
on:
November 17, 2010, 02:32:09 pm »
The C language hints should be "main::xx", and the right bracket ")" may be redundant.
Logged
Regards,
xunxun
ollydbg
Developer
Lives here!
Posts: 6077
OpenCV and Robotics
Re: The strange Code hints in C language with CC-plugin
«
Reply #1 on:
November 24, 2010, 06:49:56 am »
After debugging for about one hour, the bug should be fixed by this patch.
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
xunxun
Almost regular
Posts: 187
Re: The strange Code hints in C language with CC-plugin
«
Reply #2 on:
November 24, 2010, 09:30:55 am »
You are very great. 3ks.
Logged
Regards,
xunxun
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
The strange Code hints in C language with CC-plugin