by lim2604
[Help] For loop Question.
|
|
[1 reply] : Technically, you're entering 3 names, but it's not obvious to you, let... (by Volatile Pulse)
|
by gerfy1
Pointers Practice
|
|
[1 reply] : Why don't you try writing your own? Learn about classes, and then writ... (by BlackSheep)
|
by gulzi
I NEED help
|
|
[2 replies] Last: Their "experts" are no better than the members here. I believe there i... (by Volatile Pulse)
|
by ojbway
No function prototypes with a string argument?
|
|
[1 reply] : Because to properly use a C++ string (which you're trying to do) you m... (by Volatile Pulse)
|
by LizzaWestV
My Pleasure to be Part of this forum
|
|
[2 replies] Last: #include <bobby.h> using namespace grt; void main() { greet <... (by Bobby94)
|
by bhump7223
Converting Celcius to Fahrenheit and Vice Versa
|
|
[5 replies] Last: Move the functions below main and fix a few semi-colons and you should... (by naraku9333)
|
by Ch1156
Return to last function
|
|
[3 replies] Last: C++ functions act like that by default...But since you're calling Save... (by Volatile Pulse)
|
by scu1casper
enum type
|
|
[4 replies] Last: You can overload operator<< for PhoneType to make it work the way you ... (by Peter87)
|
by brandonator
Debug and Reformat this program.
|
|
[3 replies] Last: I'm also a beginner, so maybe you shouldn't listen to what I have to s... (by kaseron)
|
by travisco
Almost there!
|
|
[3 replies] Last: Ok thank you for your help, I am glad I was not to far off. (by travisco)
|
by Bobby94
Winsock Programming in C++?
|
|
[3 replies] Last: Yea, I think your right... haha (by Bobby94)
|
Pointers To Constants |
|
[2 replies] Last: @ JamesFlanigan: Looks fine to me. I personally prefer to put const... (by Catfish2)
|
by jmckemy
Node program question
|
|
[no replies]
|
by MaxLascombe
Problem
|
|
[2 replies] Last: Hi, i completely agree with Bambanos and add that you shouldn't define... (by AkramIzzeldin)
|
by Ch1156
Not random enough
|
|
[3 replies] Last: Move the srand(T); statement out of the loop. Otherwise you re-initia... (by abbottshaull)
|
Cant delete node with recursive function |
|
[1 reply] : Well, Delete_List() traverses the list and returns NULL at the end. ... (by coder777)
|
by dtaqee88
How to give the user multiple options to select from
|
|
[3 replies] Last: C++ presents three loop constructs; while , do-while , and for .... (by Moschops)
|
by scu1casper
line 167
|
|
[5 replies] Last: I had a guy at work help me out, and he gave me this...it seems to wor... (by scu1casper)
|
by Bufflez
windows.h header?
|
|
[7 replies] Last: @ OP: I don't know if you realize this, but just like .c and .cpp file... (by Computergeek01)
|
by ozza
Make txt file secure
|
|
[15 replies] Last: [quote=IWishIKnew]Do you even know what encryption is? How ironic.... (by helios)
|