by Shane
how can i make a calc that can solve a problem with infinite digits?
|
|
[4 replies] Last: Er, S leep () [notice the capital 'S'] is a <windows.h> function. ... (by Duthomhas)
|
by kobbryant
Please check my program. Due in 3 hrs
|
|
[5 replies] Last: Any suggestions on what I should do to correct these mistakes? (by kobbryant)
|
by LasCondes
Nested For Each Loop and Nest For loop with std::list
|
|
[3 replies] Last: Hi Bazzy, Just went through your post in detail. The nested for on ... (by LasCondes)
|
by pepelepew
very basic c++ syntax question
|
|
[1 reply] : You seem to have added a comma in there. That just prints a string ... (by Chewbob)
|
by gunsnet
toupper the vowels to lower consonant hlp!
|
|
[2 replies] Last: You can reduce the switch: switch(str ) { case 'a': ... (by Bazzy)
|
by Shane
How do i make a calculator that lets you run the program again when finished?
|
|
[6 replies] Last: sure thing, after all this is C++ forum :) There are many people here ... (by johnkravetzki)
|
by loveless
questions about void and its parameters
|
|
[10 replies] Last: oo i see~~~~~ now i got it~~~~~~ thanks ya~~~~~jsmith~~~~~ (by loveless)
|
by shankman2k9
Temperature function
|
|
[2 replies] Last: I prefer to do it this way, I just need help or advice on what I shoul... (by shankman2k9)
|
by silverbird
Question about pointer casting (Conceptual)
|
|
[1 reply] : However, since I am not getting "right" answers from my parse code in... (by Disch)
|
by DCC1
Set Active Window using Console
|
|
[3 replies] Last: Just found something that might be useful (certainly is to me) on the ... (by DCC1)
|
by Mslam
Returning a multidimensional array from a function
|
|
[2 replies] Last: This article should help you understand. It contains an explicit exam... (by kempofighter)
|
by kobbryant
print first 50 spaces of each line of the file
|
|
[5 replies] Last: int main () { string inputBuffer; ifstream fin; fi... (by kempofighter)
|
by aihcezs144
nested if problems
|
|
[7 replies] Last: thank you Bazzy :) (by aihcezs144)
|
using string in <iostream> and <string> |
|
[2 replies] Last: Ahh, so it's compiler specific? I just assumed iostream was the same f... (by closed account Ly59GNh0)
|
by Kanner
bitwise shifting
|
|
[2 replies] Last: Thank You (by Kanner)
|
by just do it
a program to match string in a given document
|
|
[1 reply] : Have up tried to debug it yourself? If you don't have a debugger, you... (by kbw)
|
by Duncan
char pointers
|
|
[9 replies] Last: ok, after much thinking I believe I've finally made the conceptual lea... (by Duncan)
|
by Ledzepp4eva
array (1,2)
|
|
[25 replies] Last: Thanks for all your help :) It's working now. :) (by Ledzepp4eva)
|
by arash
Why int* pt=0 compiles ?
|
|
[2 replies] Last: Zero is a special value for pointers, it doesn't represent a real memo... (by Bazzy)
|
by MPerry
Returning derived via base pointer
|
|
[3 replies] Last: It seems you've found a solution, but I might suggest a rethinking of ... (by Duncan)
|