by damasta6
Finding characters in strings
|
|
[1 reply] : If you are speaking about standard class std::string then you can use ... (by vlad from moscow)
|
by sakonpure6
Strings `find` function!
|
|
[2 replies] Last: for ( std::string::size_type pos = x.find( ' ', 0 ); pos != st... (by vlad from moscow)
|
by sadistic
Help fixing an infinite loop
|
|
[3 replies] Last: Thanks guys! That got it working! (by sadistic)
|
by Rougeace4
SYNTAX- I'm a beginner and need some help.
|
|
[11 replies] Last: My code generates a random number from 1 too the int variable, which r... (by Rougeace4)
|
by ECE07
conio.h in visual studio
|
|
[7 replies] Last: Better yet Keep the console open long enough to see your program's o... (by Duthomhas)
|
by dhruv90
stuck on prime numbers
|
|
[14 replies] Last: http://www.cplusplus.com/forum/beginner/101355/ (by eyenrique)
|
by zopticalz
novice
|
|
[4 replies] Last: Thanks bro this is the second program I ever wrote. A computer progra... (by zopticalz)
|
by giblit
Simulation problem (1,2)
|
|
[26 replies] Last: Output continued: Gunman 43 has 1296051 kill(s), 1000000 death(s), an... (by giblit)
|
by ninthred
string class with pointers?
|
|
[2 replies] Last: Thanks got it to work (by ninthred)
|
by Aceix
Usage of reference operator
|
|
[5 replies] Last: Talking about the usage of the & operator in "sf::Texture&" In this... (by andywestken)
|
by TECKSPEED
Linker Error!!
|
|
[8 replies] Last: float was a requirement by the spec sheet i was given otherwise double... (by TECKSPEED)
|
by xsxs
array help!
|
|
[5 replies] Last: ok, thanks for your suggestions but i have tried and it my code still ... (by xsxs)
|
by Mimpopo
C++ Win32Api
|
|
[3 replies] Last: I think that you simply skipped the statement where the msg is defined... (by vlad from moscow)
|
by Omer Can
c++ sudoku
|
|
[2 replies] Last: no solver its just sudoku game (by Omer Can)
|
by zzh0008
please help me !!!
|
|
[3 replies] Last: thankyou so much, you save my life. (by zzh0008)
|
by loliconlover
Finding words that begin with specific letter
|
|
[4 replies] Last: The reason this works is because a std::string is really just an array... (by giblit)
|
Arrays |
|
[2 replies] Last: #include <iostream> #include <conio.h> using namespace std; int... (by beginnerstudent)
|
by beginner123
best way to save and encrypt data?
|
|
[2 replies] Last: Or a txt file and save as text if you are encrypting a txt document (by giblit)
|
by evanify
Need some help
|
|
[4 replies] Last: He's doing it the faster way not including every std namespace but ins... (by giblit)
|
by TECKSPEED
Need Help!! (1,2)
|
|
[31 replies] Last: I redid my functions for that part of my program because I was confusi... (by TECKSPEED)
|