[c] Strings as arrays, as pointers
void PrintLabel(char the_label[])
{
printf("Label: %s\n", the_label);
}
OR
void PrintLabel(char *the_label)
{
printf("Label: %s\n", the_label);
}
Ref :
http://www.cs.bu.edu/teaching/c/string/intro/
http://www.cs.bu.edu/teaching/
2013年6月16日 星期日
2013年6月3日 星期一
[tool][vp-uml] Reverse Java to Sequence Diagram not working on "Please select an operation"
[tool][vp-uml] Reverse Java to Sequence Diagram not working on "Please select an operation"
Problem :
I can not generate any diagram and was stopped by a pop up message "Please select an operation."
Answer :
Ref :
http://forums.visual-paradigm.com/posts/list/293742.html;jsessionid=7528C36EEC4C153C974797A031ADC825#806825
http://knowhow.visual-paradigm.com/uml/rev-java-to-seq-diagram-oper-selection/
http://www.youtube.com/watch?v=yTUGGL1ILr4
http://webcache.googleusercontent.com/search?q=cache:XYms4U397W0J:club.topsage.com/thread-2298277-1-1.html+&cd=1&hl=zh-TW&ct=clnk&gl=tw&lr=lang_zh-CN%7Clang_zh-TW
Problem :
I can not generate any diagram and was stopped by a pop up message "Please select an operation."
Answer :
- This problem should be caused by you specified the wrong source folder for the reverse engineering. Please reference to the following movie to solve this problem.
- http://www.youtube.com/watch?v=yTUGGL1ILr4
Ref :
http://forums.visual-paradigm.com/posts/list/293742.html;jsessionid=7528C36EEC4C153C974797A031ADC825#806825
http://knowhow.visual-paradigm.com/uml/rev-java-to-seq-diagram-oper-selection/
http://www.youtube.com/watch?v=yTUGGL1ILr4
http://webcache.googleusercontent.com/search?q=cache:XYms4U397W0J:club.topsage.com/thread-2298277-1-1.html+&cd=1&hl=zh-TW&ct=clnk&gl=tw&lr=lang_zh-CN%7Clang_zh-TW
訂閱:
文章 (Atom)
