Forum: Computer Science Jul 6th, 2009 |
| Replies: 2 Views: 551 Use the Master theorem to solve this; it's on Wikipedia and in a number of textbooks. |
Forum: Computer Science Jul 2nd, 2009 |
| Replies: 4 Views: 399 UML is a low level diagramming language that is usually used in too fine-grained a manner. The truth is that people should avoid diagrams, so that they force themselves to store the graph of... |
Forum: Computer Science Jul 2nd, 2009 |
| Replies: 7 Views: 688 Are you talking about an approach for a specific problem like GUI programming? Because you mention that problem but I'm not sure whether that's the context or just an example.
It is hard to... |
Forum: Computer Science Jun 12th, 2009 |
| Replies: 7 Views: 689 Really? What makes you think it looks like a "scripting language"? |
Forum: Computer Science Jun 12th, 2009 |
| Replies: 3 Views: 3,219 If you're worried about how many bits your integer has, you should just use stdint.h. |