by PhilThompson
C++ functions error
|
|
[1 reply] : Well, both functions take arrays of integers and you pass them arrays ... (by hamsterman)
|
Can you give source code to simple encryption and decryption? |
|
[2 replies] Last: Here you go. Have fun. http://www.schneier.com/book-applied-source.htm... (by Catfish)
|
by maharris
loop goes forever at wrong spot (1,2)
|
|
[27 replies] Last: http://www.cplusplus.com/reference/string/string/ That's one class.... (by ascii)
|
by Rex McKinnon
Yet another compile error
|
|
[2 replies] Last: -_- Omg I feel like a retard. Thanks for the help. (by Rex McKinnon)
|
by rushilsharma
incrementing char pointers
|
|
[5 replies] Last: ohh... ok.. thank you all for ur help.. i think i understand.. (by rushilsharma)
|
by srinivas01
what does Traverse the array mean ?
|
|
[13 replies] Last: so in this code marks is the iterator(finger) and m values are apples... (by ciphermagi)
|
by fkzira
Data loss during run time.
|
|
[8 replies] Last: Without a more detailed print out of your code of where you believe t... (by kevinkjt2000)
|
by Ch1156
Moving letter to next line in real time (1,2)
|
|
[20 replies] Last: http://cplusplus.com/articles/4z18T05o/ (by closed account S6k9GNh0)
|
by Donanza
C question
|
|
[2 replies] Last: Yes it creates in there, but when i type in whatever i want, the myfil... (by Donanza)
|
by dancks
problems with memory leak
|
|
[3 replies] Last: Nope, it doesn't make sense. http://cplusplus.com/doc/tutorial/functi... (by ne555)
|
by detroit
Question
|
|
[2 replies] Last: You could read the tutorials on this site: http://cplusplus.com/doc/tu... (by Stupebrett)
|
by DaPasta
Problem with math program
|
|
[4 replies] Last: I am not sure that this code is going to calculate the square root: c... (by eypros)
|
by Hotice
Student sorter
|
|
[7 replies] Last: Can you show me an example of this? I am such a newbie when it comes t... (by Hotice)
|
by ccy2059
Question about stringstream
|
|
[8 replies] Last: I asked that because I am not so familiar with stringstream, not relat... (by ccy2059)
|
by Ernest
Not sure what I am doing wrong.
|
|
[6 replies] Last: It was the system("paused") not being system("pause") it compiles fine... (by Ernest)
|
by TexanMonkey
Variable Conversion
|
|
[9 replies] Last: nickoolsayz, "char" is an integral type like short, int, and long - it... (by LB)
|
by Bluex
Basic Graphics and sound
|
|
[2 replies] Last: Cheers Moschops (by Bluex)
|
by PhilThompson
C++ seating arrangements
|
|
[5 replies] Last: I forgot that you are using a char for the number input. Maybe it is n... (by Mats)
|
by nickoolsayz
calling functions and other stuff
|
|
[3 replies] Last: The '\a' sound is not "built-in" to the c++ language. The reason it m... (by kevinkjt2000)
|
by Rex McKinnon
Error on compiling
|
|
[2 replies] Last: cout lives in the std namespace. Your options are as follows: us... (by Moschops)
|