by ElleJay
How to assign a text file to a c-string array
|
|
[1 reply] : Why are you messing around with C-style arrays? Use std::string To ... (by JLBorges)
|
finish this story plz |
|
[no replies]
|
by user68627
What syntax is this piece of code?
|
|
[13 replies] Last: Thank you keskiverto. Looks like I am out of luck. I can't change too... (by user68627)
|
by fekt
Header File + Struct
|
|
[1 reply] : > has a problem ¿what problem? http://www.cplusplus.com/forum/article... (by ne555)
|
by Mjimmie1
Need help with assigning user input
|
|
[2 replies] Last: OK, I believe I understand what you are are saying. .. So what about t... (by Mjimmie1)
|
by SwissPie
reference to non static member function?
|
|
[6 replies] Last: cout << dog.GetData; should be cout << dog.GetData(); GetData()... (by closed account E0p9LyTq)
|
by TomShoe
Undefined reference error
|
|
[2 replies] Last: And don't forget that you can initialize that static variable when you... (by jlb)
|
by ZLAPQM
explanation
|
|
[2 replies] Last: It comes from here, for context: http://www.cplusplus.com/forum/beginn... (by lastchance)
|
by garza07
Calculate GPA in C++
|
|
[2 replies] Last: ive read it over and over again and the more i read it the more confus... (by garza07)
|
by Toasthat
Segmentation fault (core dump) error?
|
|
[1 reply] : if ((det+u)->score > (det+u+1)->score) det+u+1 points off the... (by Repeater)
|
by phztfte1
const char* vs. char*
|
|
[7 replies] Last: Thank you JL. It works. (by phztfte1)
|
by samir1996
Copy constructor is not working
|
|
[6 replies] Last: Thanks (by samir1996)
|
by ZLAPQM
combining conditions
|
|
[1 reply] : You can use negative numbers in the text file and still += to get the ... (by megatron 0)
|
by newguy17
delete element in array
|
|
[6 replies] Last: ok that make sense. thanks again (by newguy17)
|
by monsrhf
Connecting C++ to access 2013
|
|
[no replies]
|
Finding the Average of a 2-D Array |
|
[5 replies] Last: Ok. Plain "8" or "64" is often called a "magic constant". It is not a... (by keskiverto)
|
by Dan298
Reading and sorting
|
|
[1 reply] : Line 56 is supposed to be } while (students == 30); // Note: == . '=... (by coder777)
|
by Neahle
How to lock mute button?
|
|
[no replies]
|
by samir1996
Can not access private variable with friend function
|
|
[2 replies] Last: Thanks a lot (by samir1996)
|
Prime number between two intervals |
|
[1 reply] : while(bool is_Prime = 1) What do you expect from this loop ? Also you... (by Thomas1965)
|