by niludown
Input Validation Loop
|
|
[3 replies] Last: It doesn't seem to be defined (at least in the code you've posted), so... (by wildblue)
|
fputs() |
|
[no replies]
|
by gedringer92
Accessing Vectors Inside Vectors
|
|
[7 replies] Last: NT3 and keskiverto you are amazing!!! Thank you so much! I love this ... (by gedringer92)
|
by venros
Resizing Array Function Error
|
|
[9 replies] Last: tyvm for your help, it works fine up until you click change friends in... (by venros)
|
by rshoe
functions with pointers
|
|
[2 replies] Last: Nathan: Thanks for your reply but taking the .h off does not make a d... (by rshoe)
|
by superdaz83
Simple Menu (dejavu)
|
|
[6 replies] Last: yeah if you wouldn't mind showing me that would be great. (by superdaz83)
|
by Gobbeh
I need help with this If or Else Program.
|
|
[3 replies] Last: That is correct, but only if you want all the 'if' statements to lead ... (by TwilightSpectre)
|
by pinecone
Creating and naming new class instances with a for loop
|
|
[6 replies] Last: Let's start over. Blackjack(char *names , int numPlayers){ for(... (by LB)
|
by Nogroth
Dynamic declaration concern
|
|
[9 replies] Last: No, you don't need that function at all. push_back resizes the vecto... (by LB)
|
by li7
setting a subclasses internals
|
|
[5 replies] Last: You should call the member functions you took the time to create. If y... (by LB)
|
by niludown
Validation Loop
|
|
[9 replies] Last: I ran it exactly like the diagram above, and these are the error messa... (by niludown)
|
by jf1963
programs for beginners
|
|
[12 replies] Last: [quote=jf1963]for now, i want to write business programs that use shar... (by LB)
|
by lolek4551
Help me explain this code
|
|
[7 replies] Last: I think it's fine, other than line 32: http://www.cplusplus.com/forum/... (by LB)
|
by jf1963
very much beginner quesstion
|
|
[10 replies] Last: first, there is no return statement because i just copied the code fro... (by jf1963)
|
by Kuma97
May someone help me with my code?
|
|
[7 replies] Last: PD: else if works better than just if (by Kuma97)
|
by Lopez82590
How do I read SPECIFIC data from textfile
|
|
[3 replies] Last: You have to read the data for the chisel first to know where it ends. ... (by LB)
|
by xseelyex
menu-driven program help
|
|
[1 reply] : Hey I fixed up your program for you and added all of the features that... (by Renthalkx97)
|
y/n while loop |
|
[5 replies] Last: Thanks anyway, guys. I needed to change it to a do while loop, and cha... (by BloodyElegant)
|
by yaboinav
Errrors with my c++ program, help?!
|
|
[1 reply] : analyze.cpp: In function ‘int main()’: analyze.cpp:11:13:... (by LB)
|
by Alby94
STL C++11
|
|
[1 reply] : They are missing, try boost: http://www.boost.org/doc/libs/1_55_0/doc/... (by LB)
|