by Chazzmundo
KB release
|
|
[5 replies] Last: BUMP (by Chazzmundo)
|
by Alpha Kand
pointers object variable's getting scrambled?
|
|
[4 replies] Last: Ahhhhhh...that makes sense. I forgot to look for going out of scope in... (by Alpha Kand)
|
by L E G I O N
convert int to string
|
|
[2 replies] Last: er... that wouldn't work if out is an int. But okay (by Disch)
|
by gpfs7
opening a file
|
|
[2 replies] Last: [quote=L B]Just use std::string ;) This. char arrays are ill advi... (by Disch)
|
by JackMoore
Can't delete array
|
|
[3 replies] Last: Thanks guys. (by JackMoore)
|
by Mihay07
Generate random numbers
|
|
[4 replies] Last: If you supply the same seed (like zero), you get the same series of ra... (by Galik)
|
by Yitzu
"Hello World"
|
|
[7 replies] Last: I think ill choose Visual Studio C++, seems very nice to me, thx guys (by Yitzu)
|
by dlugo
ForumProgrammingC and C++Beginner question: How do I test for overflow?
|
|
[1 reply] : Numbers are numbers. What base they're in is a moot point -- they're ... (by Disch)
|
by L E G I O N
FLTK problems....
|
|
[1 reply] : anyways i fixed it it was supposed to be Fl_ not FL_ (by L E G I O N)
|
by keeton2009
Guessing game. Prgram restart troubles.
|
|
[13 replies] Last: do i need to put a pause inside the do? Whatever you want to repe... (by Disch)
|
by MNelsonMCP
Adding numbers and storing them in a variable.
|
|
[14 replies] Last: thank you so much - it works! :) (by MNelsonMCP)
|
by kenhapi
comparing string? or integer?
|
|
[1 reply] : I understand the problem is only dealing with conditions. If I not mis... (by kenhapi)
|
by gpfs7
displaying formation from a file
|
|
[1 reply] : Nowhere do you define the contents of Musicfile, so musicfile.open(Mu... (by wasabi)
|
accept only one character from user input |
|
[1 reply] : Is option defined as a char ? If it is, then cin >> option will ... (by wasabi)
|
by yts
check character or digit...
|
|
[5 replies] Last: 1. Catch the input in a string (or C-string). 2. Go through the strin... (by wasabi)
|
by xander333
Vector algorithm
|
|
[6 replies] Last: A mathematical description of the solution: If the 4 numbers are A,... (by jsmith)
|
by peripheral
how to copy argv[1]?
|
|
[2 replies] Last: Use std::string. #include <iostream> #include <string> int m... (by jsmith)
|
by alanis
creating an app launcher for exe as child process
|
|
[no replies]
|
by xander333
Is this possible?
|
|
[5 replies] Last: 10 is the maximum number of characters that will be filled. It must be... (by Bazzy)
|
by Kyon
Obfusction
|
|
[2 replies] Last: The conditionals operator require three operands, the last two of the ... (by Bazzy)
|