by omk
Copying pointers.
|
|
[3 replies] Last: when you say array2 = array1 ; , it means 'the second pointer variab... (by arun1390)
|
by jayt
how to create a file
|
|
[6 replies] Last: http://www.cplusplus.com/doc/tutorial/files/ (by kevinchkin)
|
by Peyton
Strange array problem
|
|
[6 replies] Last: Sorry, you are wright. I just looked and saw a variable and out of ist... (by andrei c)
|
by Brutal
how to use user input for filename?
|
|
[2 replies] Last: Thanks a ton I have it working now =] (by Brutal)
|
by arshak
copying files
|
|
[3 replies] Last: C++ is very good for reading and writing files, as far as the standard... (by andrei c)
|
by Uriziel
Removing beggning of the string
|
|
[2 replies] Last: Hi Uriziel! Bazzy is right.You should use strings for char variables ... (by andrei c)
|
by arcadiu
C++ .exe/.app
|
|
[10 replies] Last: http://pages.cs.wisc.edu/~beechung/ref/gcc-intro.html (by eker676)
|
by PantelisF
Random chance
|
|
[1 reply] : What do you mean? Your code doesn't even use those variables, i mean '... (by andrei c)
|
by josea321
string to array of chars
|
|
[1 reply] : Hi josea321! It seems that you missused the strncpy function.That fun... (by andrei c)
|
by omk
Keeping data made inside a function, outside the function.
|
|
[5 replies] Last: Dont' know if this helps, but if you where to pass data into a functio... (by andrei c)
|
by McEtcha
Passing a pointer to a function (1,2)
|
|
[21 replies] Last: No it doesnt like that for some reason either these were that errors... (by McEtcha)
|
by sharkie9
Creating a database using structures
|
|
[2 replies] Last: ok i made some changes from line 154 this is what i added: while... (by sharkie9)
|
by sobi
Writing a program in C that parses a text file into words
|
|
[1 reply] : How far have you gotten on your own? What part do you need help with? (by PanGalactic)
|
by puuukeey
Compiling game for class (not a homework request)
|
|
[3 replies] Last: You should probably start building yourself a Makefile to automate the... (by PanGalactic)
|
by Jyy
Counting the chars?
|
|
[3 replies] Last: Why use " char hoi ; " rather than " std::string hoi; "?... (by PanGalactic)
|
by arun1390
I need source of C++ exercises
|
|
[2 replies] Last: Here's another: http://www.cprogramming.com/challenge.html For expe... (by mcleano)
|
by omk
toupper with pointers?
|
|
[7 replies] Last: Yeah, it helped. :) I ended up reading into a string inside the fun... (by omk)
|
by jeysel
Prime vs Composite Number
|
|
[6 replies] Last: thanks for the help guys. I have solve this problem. thanks very much. (by jeysel)
|
by jeysel
Finding the largest Prime
|
|
[11 replies] Last: tnx for the advice. I have solve it..thanks guys.. (by jeysel)
|
by nieziemski
Problem with carriege return '\r'
|
|
[2 replies] Last: Hello, thank you for your answer. I tried your suggestion, but it stil... (by nieziemski)
|