by Brother
Char Pointer Array Compiler specific
|
|
[2 replies] Last: Well, you are right it is abusing pointers and the result is bound to ... (by Brother)
|
by michy
getting address
|
|
[13 replies] Last: HAHAHAHAHAHHA Oh... my... God. I can't believe I didn't see th... (by Disch)
|
by baphomet90
pointer problem
|
|
[2 replies] Last: i think you are searching for something like the following: http://cpl... (by Incubbus)
|
by xyriene
opening a file
|
|
[2 replies] Last: oh wow thank you! string getfile = User.getFile(); outGameFile.ope... (by xyriene)
|
by baphomet90
array and point
|
|
[3 replies] Last: i solved the problem by adding this printf("Address of x: %p \n", *... (by baphomet90)
|
by cheesepuffgd
output problem with cout <<
|
|
[12 replies] Last: you say the code outputs the solutions are... but your cout says c... (by gcampton)
|
Detect a character in my calculator program? |
|
[1 reply] : http://www.cplusplus.com/forum/articles/6046/ (by bluezor)
|
by so3ad
Prime Factoriztion
|
|
[1 reply] : I wrote one a while back. I will say two words...modulus operator. (by Seraphimsan)
|
by EEVIAC
trouble displaying floating-point value
|
|
[7 replies] Last: Got it working : ) Here is the new code: #include <iostre... (by EEVIAC)
|
by crinkelite
using a function to move a pointer(I think :| ).
|
|
[4 replies] Last: Hello again. Thank you for the replies! I have managed to get this ... (by crinkelite)
|
by laozieboy
Exiting a do while loop
|
|
[4 replies] Last: cout << "\nEnter the highest gallon value to display <q to quit>: ";... (by foobarbaz)
|
by gcampton
passing char[][] by reference (1,2)
|
|
[22 replies] Last: Thanks mate. (by gcampton)
|
by kevin06s
Colorkeyed Images
|
|
[1 reply] : If I'm not misstaken, turning off the smoothness when you're resizing ... (by Warnis)
|
by cbouwkamp
Removing Characters with boost::regex
|
|
[6 replies] Last: Line 56, shouldn't that be: std::string new_string = boost::regex_... (by PanGalactic)
|
by heatedcrab
Manipulators
|
|
[3 replies] Last: Yes, you can write your own manipulators. Manipulators that take no a... (by guestgulkan)
|
by jojojlj
asking user for output filename
|
|
[4 replies] Last: Problem solved! Turns out the "garbage" filenames I was inputting were... (by jojojlj)
|
by gnwillix88
using Switch statement
|
|
[9 replies] Last: case ‘m>=85’: marks = "H"; switch; m>=85 does not work in s... (by amit0991)
|
by L E G I O N
hey
|
|
[7 replies] Last: Well I am sorry. (by vection)
|
by M364M4Ncro
prevent user to input non-number in int, float...
|
|
[4 replies] Last: u can either call a function for wrong input and display the msg to in... (by amit0991)
|
by L E G I O N
can any1 tell me why im getting this error
|
|
[1 reply] : You made a function prototype for void output(int); and you called t... (by Disch)
|