by miller50
sizeof an object in visual c++
|
|
[2 replies] Last: I doubt there's a standard way to do it, but you can take a look at th... (by helios)
|
by cplusnewbie
"if" statement outside while loop does not work
|
|
[4 replies] Last: Thanks guys for the replies. I got it to work now. Thanks again for th... (by cplusnewbie)
|
by thekautz
Craps Game Program
|
|
[4 replies] Last: It works now! Thanks (by thekautz)
|
by tyky9808
using isalph(), isdigit() and ispunct()
|
|
[5 replies] Last: You aren't using ch ... (by Bazzy)
|
by nicoleamy
proxy making
|
|
[1 reply] : Yes. If you're not sure where to start, take a look at an open source... (by kbw)
|
by invis
question about C not using prototypes
|
|
[5 replies] Last: The old C, which we call K&R C, does not require prototypes. The decl... (by kbw)
|
by II15X
Problem with Multiple "mains"
|
|
[6 replies] Last: This will work: #include <iostream> using namespace std; void ... (by CheesyBeefy)
|
by thekautz
Probably a dumb Question!
|
|
[3 replies] Last: Oh, right. Don't use single quotes if the character is really supposed... (by helios)
|
by tyky9808
reading two strings and checking if string one is in string two
|
|
[3 replies] Last: @tyky9808 Your function works but it needs the second argument of the... (by Bazzy)
|
by kenryuakuma
Data conversion
|
|
[7 replies] Last: Ok - sorry. Bad habit. (by egregory314)
|
by tyky9808
split s string at the first whitespace
|
|
[5 replies] Last: thank you for your help. My professor wanted us to include a whitespac... (by tyky9808)
|
by Antonio
Array of character as argument
|
|
[2 replies] Last: Thanks firedraco . (by Antonio)
|
by bluezor
Turning a string all to lowercase problems
|
|
[4 replies] Last: I've always liked to do for (;*letters;letters++) You can't get it... (by helios)
|
by II15X
Switch Case wit Chars?
|
|
[3 replies] Last: inPut was suppose to be my char, I was aiming for a user input, and a ... (by II15X)
|
by nicoleamy
which program do i do the basics on 'hello world'?
|
|
[5 replies] Last: Dev-C++ is an integrated development environment (IDE) that uses MinGW... (by helios)
|
by senkavi
DIFFERENCE BETWEEN C++ AND G++
|
|
[1 reply] : Welcome to the forums :) C++ is the language that you're about to b... (by g0dwyn)
|
by kaustubh
declaration problems
|
|
[6 replies] Last: I think that references are useful only as function arguments, in othe... (by Bazzy)
|
by igneousquill
Can't Get "Hello world" to run (1,2)
|
|
[23 replies] Last: helios u r right actually when i posted i was working with windows ... (by cppgans)
|
by Harlequin
A question....
|
|
[3 replies] Last: Thanks a lot hannad and bazzy......... I got it....................... (by Harlequin)
|
by j031397
polymorphic arrays run time error
|
|
[1 reply] : if you change the main workers = ... into workers.push_back( n... (by sanzilla)
|