by minime9111
Borland C++ Builder v6 - Missing Form
|
|
[13 replies] Last: I found a partial solution to the problem. The original TFormMain.c... (by minime9111)
|
by karatekid
Redefinition error
|
|
[3 replies] Last: No, you didn't remove the definition in the header file. It's still th... (by hanst99)
|
by bobsun
cplusplus.com C library reference download
|
|
[5 replies] Last: This is wonderful. Between PDF and .chm, .chm seems better due to its ... (by bobsun)
|
by Srija
Problem In for Loop
|
|
[3 replies] Last: according to me only according to you though. "iostream.h" is wr... (by hanst99)
|
by ddwinters45
Dynamic Memory
|
|
[5 replies] Last: Thank you everyone for the explanations. I knew there had to be a logi... (by ddwinters45)
|
by lab3
Sorting and carrying along all the information
|
|
[5 replies] Last: You should find something better than a bubble sort. In any case, to ... (by Duthomhas)
|
by micmic
ideas for multiple sorting/copying of arrays
|
|
[2 replies] Last: Thanks, this makes sense because it doesn't involve any array copying.... (by micmic)
|
Problems with delete [] |
|
[4 replies] Last: Well I am not terribly psychic, but rest assured, if you implemented y... (by Galik)
|
by johnhuge
reading from a file and storing in array
|
|
[2 replies] Last: You've already asked this same question here: http://cplusplus.com/for... (by keineahnung)
|
by henry1999sg
problem in handling extended characters
|
|
[3 replies] Last: it is related to the OS setting. in Windows, my region and language wa... (by henry1999sg)
|
by Robertlzw
runt-time error: strcpy string literal
|
|
[2 replies] Last: Thanks, Disch. Your explanation makes it clear to me now. (by Robertlzw)
|
C++ What is the point (practical use) of Patricia Trie? |
|
[2 replies] Last: Thanks, Azagaros. (by grigorianvlad)
|
by northfly
Memory storage
|
|
[10 replies] Last: Well, if OP read our little chat he can draw his own conclusion. Going... (by Caligulaminus)
|
by karatekid
no matching function for call to ‘Mode::Mode()’
|
|
[2 replies] Last: class Mode { protected: int *b;//Sorted Array int bSize;//S... (by Azagaros)
|
by YellowDog
Catching bad input
|
|
[3 replies] Last: Thanks that worked. (by YellowDog)
|
by imterpsfan2
problem returning pointer from a function
|
|
[8 replies] Last: Yes. free works with malloc. delete works with new . new -> de... (by Disch)
|
Looking for an open-source programming community |
|
[4 replies] Last: You could take a look here: http://sourceforge.net/ (by Galik)
|
by McFaraz
C++ Time
|
|
[2 replies] Last: If your problem is how to convert it in a string showing current date ... (by maximilianus)
|
by johnhuge
linked list of structure
|
|
[3 replies] Last: First of all - is this a C or is this a C++ programming course? If it'... (by hanst99)
|
by beefstu409
error: expected unqualified-id before '[' help?
|
|
[2 replies] Last: You can't return arrays from functions. You'll either have to pass ... (by Disch)
|