by Joe101
return C++ arrays
|
|
[2 replies] Last: Hy Joe101! What Disch said is corect, but remember that there is no w... (by andrei c)
|
by Claymz
pointers to objects
|
|
[4 replies] Last: Yes you need pointers to objects. Polymorphism works thru pointers to... (by kbw)
|
by kishor
What's wrong with my program [ is it wrong with pointer/ logic ]
|
|
[3 replies] Last: Oh sorry, i ddn't realise that you wanted the '.' - if you change your... (by mcleano)
|
by xpvista007
I can't make programs
|
|
[4 replies] Last: Hy! Is the source code containing: #include<conio.h> clrscr... (by andrei c)
|
by murva
arguments sent to constructor
|
|
[5 replies] Last: Thanks, you helped me a lot (by murva)
|
by GunnDawg09
How would you create a map?
|
|
[3 replies] Last: is there a way to read it from a .txt file? (by GunnDawg09)
|
by Tripic
Vector Problem Debug assertion failed line779
|
|
[2 replies] Last: std::vectors don't grow automatically. Use std::vector::resize() to..... (by helios)
|
by lebspy
to all c++ experts i need u
|
|
[5 replies] Last: Maybe you should head back into high school and re-do one of your math... (by Mythios)
|
by SpencerC
Randomness
|
|
[8 replies] Last: Sweet, thanks for everything! (by SpencerC)
|
Getting Input in Various Forms from Complex Input File |
|
[1 reply] : Place special terminators between words or check for a certain amount ... (by eker676)
|
by PickleMan
Downloading Files
|
|
[1 reply] : http://curl.haxx.se/ I suggest you use the command line tool combin... (by helios)
|
by satchmo05
Dynamic Array Question
|
|
[13 replies] Last: For an introduction to vectors, refer to the c++ reference on this ver... (by guestgulkan)
|
by wapitig8r
Last Project
|
|
[2 replies] Last: Uninitialized variable means that you are using a variable that has no... (by eker676)
|
by steinzfan
Pointer and global variable frustration
|
|
[1 reply] : Post some code with a specific question. (by eker676)
|
by Ek0
Printing an array and more advanced questions
|
|
[7 replies] Last: I revised, and then revised again. I meant to say noted....Not that it... (by closed account S6k9GNh0)
|
by Not 1337
What am I missing here?
|
|
[7 replies] Last: You can also overload another constructor with no parameters but you n... (by Bazzy)
|
by couponalbum
How to convert a string into hexadecimal??
|
|
[1 reply] : sprintf(string,"%02x",character); (by helios)
|
by JacKal
UTF-8 in DEV-C++
|
|
[1 reply] : Do not cross-post. (by helios)
|
by um0123
Triangle source code problem.
|
|
[8 replies] Last: I can extract it using Vista just by dragging the file on another fold... (by Bazzy)
|
Keycodes |
|
[1 reply] : You should use the ASCII values (by Bazzy)
|