Forum: Computer Science 14 Days Ago |
| Replies: 23 Views: 23,360 With one you need to debug functions, with the other you need to function then debug. |
Forum: Computer Science 14 Days Ago |
| Replies: 0 Views: 302 I am reading "Database Systems" by Kifer, Bernstein, and Lewis. In chapter 19 on transaction models, it discusses how a flat transaction can adhere perfectly to ACID, but other transaction models... |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2008 |
| Replies: 0 Views: 1,865 Here is some old VBA code inside a Word 2003 document to open and then save a word document:
Documents.Open FileName:=docFileName, ConfirmConversions:=True, _
ReadOnly:=False,... |
Forum: Visual Basic 4 / 5 / 6 Jul 10th, 2008 |
| Replies: 1 Views: 1,334 This is pertaining to debugging VBA macros for Word 2003. I am debugging a document with a LOT of buttons which launch macros. If I place a breakpoint in a subroutine, and execute the macro by... |
Forum: C++ Jun 8th, 2008 |
| Replies: 1 Views: 1,357 In VC++ 2008 Express, I open a new "Hello World" project (CLR Console Application). If I right-click the project in the solution explorer, and select "properties", I get a "... Property Pages"... |
Forum: Game Development May 14th, 2008 |
| Replies: 4 Views: 1,510 Well I made it through my first semester of an MSCS. Almost. This summer I want to build a game. I am trying to understand a little bit of the history of Windows graphics and am a bit confused. ... |
Forum: Windows NT / 2000 / XP Apr 27th, 2008 |
| Replies: 1 Views: 2,146 In XP, or from the DOS command line, is there a nice way to list the objects inside a .dll or .lib file. |
Forum: Computer Science Apr 23rd, 2008 |
| Replies: 4 Views: 1,006 I had not thought of looking at C++ vector class, that was a good point. It would appear std::vector supports comparisons on a lexicographic basis, in which cas {2,3,3} is less than {2,3,4}. That's... |
Forum: Computer Science Apr 22nd, 2008 |
| Replies: 4 Views: 1,006 In linear algebra a 1 by m array of (let's say integers) can be considered a vector (row or column). Given 2 row vectors of the same size, can they be compared using <,> ? If so, what relation... |
Forum: Computer Science Apr 10th, 2008 |
| Replies: 1 Views: 3,778 It's tough being 50 and back in college! If anyone has recently taken an Algorithm class, my question is this: Is the proof for Prim's algorithm any different than for Kruskal? I understand both... |
Forum: IT Professionals' Lounge Mar 15th, 2008 |
| Replies: 8 Views: 1,220 Thanks for the feedback. Sounds like there's hope, even for an old salty dog such as myself. Funny thing, I now find myself back in college, I figured a Masters in Computer Science might add some... |
Forum: IT Professionals' Lounge Mar 15th, 2008 |
| Replies: 8 Views: 1,220 I was a Unix, C, C++ programmer for 17 years then got out of IT during the 2001 dot com crash (to teach Junior/High School). Teaching was/is rewarding but I want to finish my working years in IT. ... |