by foncused
Two switch statements, skipping the second one.
|
|
[4 replies] Last: That explains that, thanks much! (by foncused)
|
by mate334
Using namespace std
|
|
[1 reply] : Turbo C++ 3.0 is really old, I suggest you update it or get something ... (by firedraco)
|
by JRevor
Passing a vector's pointer to a function
|
|
[2 replies] Last: thanks (by JRevor)
|
by icko718
how to copy integer into string
|
|
[2 replies] Last: it worked! haha! thanks :D ure a life saver :)) (by icko718)
|
by Archaea
Yet another "Press ENTER to continue"
|
|
[3 replies] Last: cin.clear(); // Ignore any errors cin.ignore( numeric_limits <st... (by Archaea)
|
by JRevor
Weird compiler error.
|
|
[4 replies] Last: Thanks Bazzy, that solved the problem. To tell the truth, the error ... (by JRevor)
|
How to insert data to textfile with spaces |
|
[14 replies] Last: A few definitions: GCC: the GNU Compiler Collection (previously, the ... (by helios)
|
by PBIRBAS
Need your opinion about basic commands (code)
|
|
[1 reply] : I don't understand the first part about calculating the position of tw... (by jsmith)
|
by liza12
password as **** but password will be = "liza"
|
|
[8 replies] Last: do i nid to print this>>>(\b') we are using TURBO C...almost of the co... (by liza12)
|
by loveless
questions regarding ignore and clear
|
|
[4 replies] Last: ok ok thanks now i understand what ignore and clear means thanks gu... (by loveless)
|
by soulBeginner
Array
|
|
[3 replies] Last: Arrays don't work that way; they have constant size. That is, onc... (by Duthomhas)
|
by iamthefear
problem using string in class member function
|
|
[3 replies] Last: Ah,seems that you still don't know how to call a function...Read more ... (by hxslacker)
|
by bluezor
String and Char*
|
|
[3 replies] Last: @PanGalactic ... Thank you! (by mcleano)
|
by gsingh2011
Calling a php script on a website
|
|
[no replies]
|
by bluezor
Multi-dimensional array error
|
|
[6 replies] Last: kevinchkin, how come I get the feeling you're right? :\ Thanks ever... (by bluezor)
|
by BubbiNos
How to store Ascii character set in an array using pointers
|
|
[2 replies] Last: A couple things: 1. A char is an integer, there's nothing magical abo... (by helios)
|
by kevinchkin
Printing gdb output using C/C++ function
|
|
[4 replies] Last: Thanks for the reply Jsmith. I will look into this. (by kevinchkin)
|
by wachtn
User inputting multiple commands
|
|
[11 replies] Last: one better More than one... (by chrisname)
|
by PBIRBAS
Need an opinion about this part of code
|
|
[1 reply] : Well the line y=(int)x; is assigning to 'y' the value of 'x' but is... (by mcleano)
|
by nautica17
Compute pi using arrays.
|
|
[3 replies] Last: I think it wants either two single dimensional arrays, x and y , or o... (by PanGalactic)
|