by rain
How to convert int type string to char?
|
|
[11 replies] Last: char * str= "abc"; creates a pointers and makes it point to a read-o... (by Bazzy)
|
Iomanip, confusion |
|
[1 reply] : The only way would be truncating the strings longer than the maximum n... (by Bazzy)
|
by ade161
value returning function problems
|
|
[1 reply] : #5 doesn't provide random numbers because the statement is a constan... (by PanGalactic)
|
by rej3kt
not finding the class.
|
|
[10 replies] Last: Ty mate, got it compiling now, I'll figure out something to use in mai... (by rej3kt)
|
by Kness
While Loop Messed Up
|
|
[8 replies] Last: In lines 30 and 32 you used the assignment operator (=) instead of the... (by filipe)
|
by Drull
Dynamic allocation and saving
|
|
[1 reply] : Turns out I cant post more then 8k characters here so I deleted case2,... (by Drull)
|
by Aeon221
Debugging a program, could use assistance
|
|
[2 replies] Last: I realize this thread is me talking to myself, but I'm so FREAKING PUM... (by Aeon221)
|
by Ryan500
Arrays
|
|
[6 replies] Last: im just goin along with the tutorials in order thats all. I can do arr... (by Ryan500)
|
by buster
how do i find an array of ints within a larger array of ints.
|
|
[1 reply] : This is my solution, hope it helps someone else. It works quick enoug... (by buster)
|
Operator Overloading Question |
|
[5 replies] Last: That done the trick! Thank you! And thanks moorecm for takin... (by keithodulaigh)
|
by firix
code error
|
|
[3 replies] Last: ok. (by firix)
|
by firix
code error
|
|
[3 replies] Last: ** int main ** BTW http://www.cplusplus.com/forum/beginner/30565/... (by Bazzy)
|
by Kness
Error in Functions
|
|
[4 replies] Last: The most efficient way to do this would probably be as follows: void... (by Browni3141)
|
function pointer |
|
[4 replies] Last: #include<iostream> using namespace std; class TestFunctionPtr {... (by Sericet)
|
by Snhr
Need Something New
|
|
[10 replies] Last: You could try to learn writing applications for your (or your friends)... (by kaduuk)
|
by blacklizard
wstrrchr(strrchr) Need to get path
|
|
[2 replies] Last: Thanks for the idea. Full working code: wchar_t* buffer = new wch... (by blacklizard)
|
by tzan
Function and pointers
|
|
[1 reply] : Please don't multi-post http://www.cplusplus.com/forum/general/30557/ (by Bazzy)
|
by jucaross
My Program simply closes down when I run or debug
|
|
[2 replies] Last: Thanks for the response OHGxLeetGamerxOHG. I try to use the getch() b... (by jucaross)
|
by ZondaR
String subscript out of range
|
|
[1 reply] : On line 12, you've incremented the "index" so you're going to be tryin... (by Pax)
|
by stefan001
if statement using user char string input (answered)
|
|
[2 replies] Last: wow, easy solution. At least it wasn't any huge logic error. Thanks a ... (by stefan001)
|