by youknowme
Why does string not work?
|
|
[2 replies] Last: thanks - it works now. (by youknowme)
|
by ivitec
Im new and i need suppor
|
|
[2 replies] Last: Well... i dont know how to start scripting to make it run, and i need ... (by ivitec)
|
by Inks04
Need to make a function
|
|
[2 replies] Last: Besides,you can use "if" instead of "while". (by cyanglee)
|
enumProcesses() |
|
[3 replies] Last: I think this is going away over my head. Thanks for the help, but I'll... (by nicolasfranck)
|
How can i get a program to decide how many places are in an input? |
|
[1 reply] : So, what you want to do is break down a decimal number to its individu... (by helios)
|
by vexstorm
New to Classes
|
|
[3 replies] Last: Yes, that's what I meant when I said Did you define MediaClass' meth... (by helios)
|
by dman
Value initialization
|
|
[5 replies] Last: I love it when you post boost stuff, jsmith. We don't use it where I ... (by seymore15074)
|
by dman
arays of pointers?
|
|
[2 replies] Last: ahh tx (by dman)
|
by dman
The null/backslash character
|
|
[3 replies] Last: Thanks thats exactly what i was after, i have written a simple functio... (by dman)
|
by Aztral
Object Instantiation
|
|
[2 replies] Last: DrawableString::DrawableString(Font* f, char* txt, SDL_Color fg, ... (by Aztral)
|
by masiht
the null character
|
|
[8 replies] Last: Everything with double quotes already have a null character at the end (by Bazzy)
|
by DimLink
Problem: letters in in variables
|
|
[1 reply] : I think cin.good() returns false if the last input was invalid. (by helios)
|
Can someone explain how this program works? |
|
[3 replies] Last: On the right of your reply box, the # button. Write between the [ code... (by vorticidal)
|
by mcleano
why does this if statement not execute?
|
|
[2 replies] Last: Thankyou :) It works perfectly now (by mcleano)
|
by Beginner101
A Simple Problem
|
|
[1 reply] : because sizeof returns an unsigned value so you have -16 unsigned ... (by Bazzy)
|
by low1988
declare array without specified size
|
|
[7 replies] Last: In C: #include<stdlib.h> int *myArray = (int *) malloc(size*2); ... (by vorticidal)
|
by low1988
calculate the length of the string
|
|
[2 replies] Last: If you want to exclude whitespace, then you need to write your own str... (by jsmith)
|
by tr1978
Double variable not giving correct number
|
|
[3 replies] Last: doubles are usually 64 bits, not 32. floats are 32. nonetheless the ... (by jsmith)
|
by ankitguddu
Duplicate class registration error
|
|
[no replies]
|
by aab1990
undefined reference to function
|
|
[1 reply] : you have forgotten to add the & for max,min and mean when you define t... (by anders43)
|