by hoshiro
functions,arrays and everything in between
|
|
[4 replies] Last: 2D arrays are 1D arrays -- just with different syntax. Therefore wh... (by Disch)
|
by kfex
copy constructor
|
|
[3 replies] Last: the copy ctor should take a const reference, not a non-const one. ... (by Disch)
|
by artdeep
Array in C Programming.
|
|
[2 replies] Last: i mean there is a match in the alphabet.. like shirt and smile .. ... (by artdeep)
|
by piercec312
sorting char arrays, assistance please
|
|
[5 replies] Last: for (x=1;x<5;x++) ; Dude! You have ';' after your for loops! N... (by kempofighter)
|
by apollens
STL Vector question...
|
|
[9 replies] Last: Ah -- yes. Good point, kempofighter. I so rarely use deque that I fo... (by PanGalactic)
|
by VictorH
constructor compile problems
|
|
[5 replies] Last: Yeah, I was definitely trying to pass a string... Used c_str(). Compi... (by VictorH)
|
by BrunoBruck
Problems with Vector
|
|
[4 replies] Last: it's working now! Thanks for the help. (by BrunoBruck)
|
by Bv202
Pointers again... what is wrong with this?
|
|
[7 replies] Last: "Why does it needs (*getalletjes) and so why doesn't my way work?" ... (by apollens)
|
by amanyasin
About handling dynamically variable names...
|
|
[5 replies] Last: My previous reply is wrong. I didn't quite understand what you wanted ... (by helios)
|
by VictorH
vector insert
|
|
[11 replies] Last: Thanks everyone. I appreciate the assist. (by VictorH)
|
by Joe101
Looping thorugh char array q
|
|
[2 replies] Last: thank you. (by Joe101)
|
by Easymac79
What is wrong here?
|
|
[4 replies] Last: it is beta... I had a virus, and when i made a recover disc for factor... (by Easymac79)
|
by mdgdoc
Issues with prototype
|
|
[7 replies] Last: "Disch", "Duoas" Please expound on this lesson I need to learn how to ... (by mdgdoc)
|
by jasmin m
char to int conversion
|
|
[1 reply] : try n = a-'0'; (by Bazzy)
|
by mdgdoc
INPUT without OUTPUT TO ALL
|
|
[5 replies] Last: I was concerned that no one would send out replies and they did. Than... (by mdgdoc)
|
by retronoodle
c++ file structure
|
|
[8 replies] Last: You can have only one call of main() as it is the entry point for your... (by Bazzy)
|
by mdgdoc
Error assistance
|
|
[5 replies] Last: I would like to say, that the helpful tips that I am getting know are ... (by mdgdoc)
|
by stunnahayes
Loops
|
|
[2 replies] Last: Well, read lines 8 and 36-39 of the original code. The assignment is ... (by jsmith)
|
msoftcon.h |
|
[2 replies] Last: Thanks a lot for your help. (by exercisephiend)
|
by pajo
Simple string class
|
|
[10 replies] Last: IMO writing a string or a vector class is better than writing a rectan... (by Bazzy)
|