by andrewt
string variables and values problem
|
|
[11 replies] Last: Hi Bazzy thank you for the hint... I changed my code and the program ... (by andrewt)
|
by token
Comparing Strings [example]
|
|
[1 reply] : Your question is? Btw: You can also use == for string comparisons. (by eker676)
|
by Hazer
Copying binary files
|
|
[2 replies] Last: Thanks. I used feof() and EOF before but I thought they are epual. (by Hazer)
|
by user name
Default parameters in a function
|
|
[7 replies] Last: OK, thanks. (by user name)
|
by Azrad
easy way to remove unwanted characters from a string?
|
|
[2 replies] Last: For a general solution, I'd go with // remove_matches: removes ... (by jsmith)
|
by PickleMan
Returning a char* array?
|
|
[2 replies] Last: Oh Thanks. I started C++ programming a while ago, and I just started t... (by PickleMan)
|
by Prissy
some questions about reference and array
|
|
[1 reply] : Q1: you can do this: int array ; int (&reference) = array; sth... (by Bazzy)
|
by zeroriku
ASCII and special key miss function?
|
|
[2 replies] Last: how are you reading them? as a char? Try using unsigned int. char onl... (by grcunning)
|
by shoubie
Determining the roots of a cubic polynomial using N-R method
|
|
[5 replies] Last: Okay, now I have this: #include <iostream> #include <cmath> using ... (by shoubie)
|
by Extremity
"Understanding the context" of my assignment
|
|
[1 reply] : Repeat 10 times: Read one string. Use a binary search on the... (by jsmith)
|
by Fallen03
Trying to save to file using switch case
|
|
[3 replies] Last: YES! Thank you so much. I missed that entirely. Thanks a lot! (by Fallen03)
|
by webmaster 2
Screen Options
|
|
[1 reply] : Specifically how to do this can vary depending on what platform you're... (by Disch)
|
by Zachary
changing numbers in an array
|
|
[9 replies] Last: A template is used for a function or a class so it can be more generic... (by Bazzy)
|
by silverarrow
decompress data from file
|
|
[1 reply] : I think I already gave you the code for compression? Yes? You just h... (by kevinchkin)
|
by Anmol Sharma
definitions of Arrays, Functions, String and Matrix
|
|
[1 reply] : Try the tutorials http://www.cplusplus.com/doc/tutorial/arrays.html ... (by Bazzy)
|
by masiht
call of reference and call by value question
|
|
[2 replies] Last: thank you ! I am going to play with more programs like these. (by masiht)
|
by silverarrow
float output and percentages
|
|
[1 reply] : Try this: printf("%0.3f %%", x); if you can use C++ you can use thi... (by Bazzy)
|
by Urfriend
Please Give ATTENTION...
|
|
[1 reply] : Do your own homework. People here don't mind helping if you get stuck... (by Disch)
|
by DavidRead
Syntax of new
|
|
[3 replies] Last: Well spotted, I missed that! (by kbw)
|
derived classes - accessing private members |
|
[2 replies] Last: Thanks so much.. I haven't had any sleep and I don't know how I could ... (by lizzygarcia02)
|