Changes

Jump to: navigation, search

The CIO Framework - OOP344 20131

1,095 bytes added, 22:33, 14 April 2013
CText Blog Posts
http://lhmcintosh.blogspot.ca/2013/03/this.html Hope this helps! - LMC
Please help - http://oop344class.wordpress.com/2013/03/29/setting-cursor-position-in-ccheckmark-draw-function/  
-S.E.
|-
| [http://pankajsama01.blogspot.ca/2013/03/getting-cdirection-error.html Getting Cdirection Error](Pankaj Sama)||
 
|-
|[http://lhmcintosh.blogspot.ca/2013/03/05-cdialog-issue.html 0.5 CDialog Error] (Lucas McIntosh)|| just put return *_fld[_curidx]; - Glaser
|}
====CText Help/Questions Blogs====
====CText Blog Posts====
 
 
 
{| class="wikitable" border="1"
 
|-
 
| Question || Comment
 
|-
 
|[http://bleulynn.wordpress.com/2013/04/15/ctext/] curpos (Ran)||
 
|}
 
==CCheckList==
<big><syntaxhighlight lang="cpp">
====CCheckList Help/Questions Blogs====
====CCheckList Blog Posts====
{| class="wikitable" border="1"
|-
| Question || Comment
|-
|Anybody knows how to update the bit pattern of _flags in CCheckList add() method? (Xinggui Deng)||
|-
|You can do: _flags = _flags (bit operator or) (1 << _cnt) ---Gary Chen ||
|-
|[http://kelan-meta.blogspot.ca/2013/04/cchecklist-constructors.html CCheckList constructor question]||
|-
|Also, Brian found out we should use the console.getkey() instead of CCheckMarks::edit() to get the key in edit() function--Gary Chen ||
|-
|[http://kelan-meta.blogspot.ca/2013/04/checked.html Can anyone give me a hint as to why there are garbage symbols after checked option?]|| Thank you for pointing out in your blog that bio::strncpy() does not copy the null byte! I was able to fix my group's clabel.cpp with your help -- Brian Wong (yhwong)
|}
 
==CMenu and MNode (optional)==
CMenu is a linked list of MNodes. Providing menu selection for the user in two formats; Drop Down List, or a simple menu.
1
edit

Navigation menu