by Aerion4
storing several strings in an array.
|
|
[3 replies] Last: The downside of not using string literals is that the null-character m... (by closed account zb0S216C)
|
by bates43
yearCalc help
|
|
[2 replies] Last: okay so would i cin>>day instead or make another variable called num t... (by bates43)
|
by Thetr
Loop learning
|
|
[2 replies] Last: If integrating loops into your programs is a struggle, know this: Loop... (by closed account zb0S216C)
|
by tsunamifear
i pretty much want the idea
|
|
[1 reply] : This "idea" is rather complex. There are countless sorting algorithms... (by ascii)
|
by sethradio
How to kill a process?
|
|
[1 reply] : You "just" obtain a handle (HPROCESS) to the process and call Terminat... (by andywestken)
|
by Reema Alqerm
plzzzzzzzzzz .... help im hopeless
|
|
[3 replies] Last: Few things: 1. major problem - your loop starts at i=0, so you are ... (by michael0112)
|
by Reema Alqerm
plzzz help ......... i need a help
|
|
[2 replies] Last: thanks alot .... :) but i need to ask you more question about it the ... (by Reema Alqerm)
|
by moot1
tip calculator
|
|
[1 reply] : never mind i fixed it (by moot1)
|
by joshrocks
Help please.
|
|
[2 replies] Last: First you need a game library I started off with allegro but the peopl... (by TheMassiveChipmunk)
|
by lolwut
Reading a text file into a vector
|
|
[4 replies] Last: To find the name, std::find() : http://cplusplus.com/reference/algori... (by bbgst)
|
by Redshift
error LNK2019: unresolved external symbol
|
|
[2 replies] Last: Thanks for the reply! No more unresolved externals! (by Redshift)
|
by wtf
Besides -s and -Os
|
|
[6 replies] Last: @Duoas Sorry I didn't know it sounded like I was being mean or anythin... (by TheMassiveChipmunk)
|
by wtf
I'm getting a warning message: overflow in implicit constant conversion.
|
|
[6 replies] Last: Yes, it's just a obscure way to do what you are trying to do. If you u... (by bbgst)
|
by A0x0
brahs need help with rotatting array (srs)
|
|
[no replies]
|
text oriented game-c++ |
|
[1 reply] : A similar thread: http://cplusplus.com/forum/general/55867/#msg300407 ... (by hamsterman)
|
by srinivas01
someone plz explain FOR loop.
|
|
[6 replies] Last: ok ive decided to quit learning c++ from websites, im joining an insti... (by srinivas01)
|
by Songok
problem-arrays (1,2)
|
|
[23 replies] Last: Quite funny that it took half a page until someone (fanfer) pointed ou... (by Gaminic)
|
by madsp0f
First script could I make it any better (1,2)
|
|
[21 replies] Last: You wanted one of the below (which evaluate to the same thing): whil... (by Mathhead200)
|
by stridexr
Making a calendar in C++
|
|
[2 replies] Last: if your really interest in Building Calender Application then you can ... (by Bibek Subedi)
|
by autoclismo
repeat char
|
|
[5 replies] Last: Since this is a C++ forum, a couple of C++ approaches: #include <str... (by Cubbi)
|