python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to integrate CPPCheck in MPLABX 6.0 or netbeans?
Microchip added a MISRA check function in MPLABX 5.45 which is just plugin for the free CPPCheck and for me it works pretty well. In the further versions of MPLAPX the MISRA check was gone.
In MPLABX ...
Mike
Votes: 0
Answers: 0
cppcheck Non-local variable 'xxx' will use pointer to local variable 'config'
This is my code.I'm use cppcheck check my code,error log display Non-local variable 'm_curServer' will use pointer to local variable 'config'.
I am a novice.I don't know what to do about it.I hope to...
zhanlinmao
Votes: 0
Answers: 1
warning : assignment from incompatible pointer type ( in Delete function)
Below are two structures viz Stu and Class. I have declared array of pointers of type Class in main and passing that to Delete function so that I can deallocate the memory(using free).
When I compile ...
Tufail Gulzar
Votes: 0
Answers: 0
do-while in fibonacci sequence repeating answer
I made a program about Fibonacci program. I would like to repeat the program so I used do-while loop. However, it seems like the last two numbers from the previous result keep coming. It is supposed t...
newbie
Votes: 0
Answers: 2