- #36
jim mcnamara
Mentor
- 4,779
- 3,842
This thread is going everywhere. To your disadvantage, IMO.
Bottom line - as some folks politely pointed out:
1. You have been exposed to C. That does not mean you can program well - undefined behavior comes to mind here.
Great advice! :
2. Do not go learning the syntax of another language - especially just because people here like it.
Follow the advice already given multiple times:
3. Find something to build your skill set. If nothing else learn some algorithms expressed in C:
Try: http://rosettacode.org/wiki/Category:C -- several hundred algorithms. Good algorithms are absolutely key. Period. Some on the page may be over-simplified
Bottom line - as some folks politely pointed out:
1. You have been exposed to C. That does not mean you can program well - undefined behavior comes to mind here.
Great advice! :
2. Do not go learning the syntax of another language - especially just because people here like it.
Follow the advice already given multiple times:
3. Find something to build your skill set. If nothing else learn some algorithms expressed in C:
Try: http://rosettacode.org/wiki/Category:C -- several hundred algorithms. Good algorithms are absolutely key. Period. Some on the page may be over-simplified