General C++ Programming - February 2011 (Page 25)

by pshnn
simple poker card game assignment.
 
Desired output: Poker Game Options : 1 – Shuffle and hand 2 – Exit 3 – Additional functions Please enter an option : 1 Shuffling.....! 5  K A ...
[2 replies] Last: can any pro C++ programmer add me MSN pusonghui@hotmail.com i got so m... (by pshnn)
by paeez
create matrix
 
dear all In my program , result is like this : 0001000 000100 00010 0001 000 00 0 I show the thi...
[4 replies] Last: Thank you again I will test this part in my program If I can... (by paeez)
by XYPH
Finding what line a word is on
 
Okay, so here's the deal. I made a program that loops through a text file. Now all I need is when if finds that word is to print the line number that the word w...
[10 replies] Last: Why don't you just count '\n' s? Also I've run into something simil... (by ultifinitus)
Volunteer to test code - Linked List ADT
 
Hey guys, I have made a Linked List ADT for both ordered and unordered lists. I would appreciate if someone can try it out and test for errors. The three cod...
[3 replies] Last: files should be named LinkedList.h OrderedLinkedList.h UnorderedL... (by closed account zwA4jE8b)
c++ new where ir is and how it works
 
Was studying OS and C++ :) When we do a "new" in C++ we call an operator function with "new" being the keyword that the C++ compiler understands. Also wh...
[1 reply] : Some of your details aren't quite right because you are confusing some... (by jsmith)
Embed computerName and date within a file name
 
Hi, How do I embed Computer Name as well as Date within file name from command prompt of Windows? Thanks.
[4 replies] Last: @simeonz: Your suggestion works. Thanks for the idea. Although, I m... (by n4nature)
using extern type (getting linker error)
 
Hi, Having some trouble with using the extern type.Here is how I have it layed out: //example header file enum colours {Red,Blue,Green,Alpha}; exte...
[4 replies] Last: [quote=lampshade]Are you sure this is not possible without including t... (by simeonz)
February 2011 Pages: 1... 232425
  Archived months: [jan2011] [mar2011]

This is an archived page. To post a new message, go to the current page.