by alejol
number of elements of an array of strings
|
|
[3 replies] Last: Yes. A string is an object that looks something like (highly simplifie... (by Duthomhas)
|
what are the Causes of Segmentation Fault |
|
[3 replies] Last: Thank you very much for your instant help (by closed account 9jAq5Di1)
|
by shadow7
not working
|
|
[1 reply] : Can you give a little information on how exactly this program is suppo... (by psault)
|
by enduser000
problems with parameritized class constructors
|
|
[2 replies] Last: Thanks, forgot it in the prototype like you said. Revised code: ... (by enduser000)
|
by andyrping
Stuck on Program
|
|
[9 replies] Last: Of course. Just make yourself fairly large arrays and keep track of... (by Duthomhas)
|
by gishstar1
repeat function for averages
|
|
[2 replies] Last: awesome, thanks! (by gishstar1)
|
by KonraD
Forcing overloading
|
|
[10 replies] Last: Because in network programming, i can do something so (it's an example... (by KonraD)
|
by Henitz
problem with variables
|
|
[no replies]
|
allgero |
|
[1 reply] : I have never used allegro but... If you say it is a single file I s... (by bnbertha)
|
by cyberpirate
using other exe's
|
|
[4 replies] Last: windows system("start c:\whateverdirectories") this is like tel... (by tombert)
|
by Brian1982
Programming Conventions for Data Types
|
|
[1 reply] : It's not really a straight forward answer. As a general rule, especial... (by bnbertha)
|
by ryuuzaki
problem with recv() arguments
|
|
[1 reply] : I am assuming that a in this case is an unsigned int , and as such ... (by bnbertha)
|
by llltrunkslll
Trouble with global strings
|
|
[2 replies] Last: THANKS Faldrax!!! That totally worked. It now compiles without error o... (by llltrunkslll)
|
by CoffeeBreath
Need a random number generator in my C++ guess the number game
|
|
[3 replies] Last: you could also use srand((unsigned)time(NULL)); n=rand(); y... (by cyberpirate)
|
by mrtwinkles
Enumerated type include?
|
|
[2 replies] Last: I totally agree. Elements in an enumeration should have no relationsh... (by bnbertha)
|
by enduser000
problems converting unsigned int to binary
|
|
[4 replies] Last: looks good. I'd change line 10 to cout << "Give me a non-decimal, no... (by Zaita)
|
by KonraD
Method names
|
|
[2 replies] Last: Thanks (by KonraD)
|
by pjesh
Pass by value
|
|
[1 reply] : A pointer is a variable just like any other: It has a value. Of cou... (by Duthomhas)
|
by asdfghjkl
again problems with fstream
|
|
[5 replies] Last: Hmm, considering the responses while I was composing mine, I suppose I... (by Duthomhas)
|
by Nandor
How can I delete members of arrays?
|
|
[2 replies] Last: nandor You can not resize an array. So, you have to work around th... (by int main)
|