by etrusks
regular expression code in Code Blocks
|
|
[6 replies] Last: Thanks you guys very much! I installed 4.9 and its working now! Should... (by etrusks)
|
by jgreenwo13
Need Help With Char Array Index Conversion
|
|
[2 replies] Last: As kevinjt2000 pointed out, the loop from 19-22 does nothing other t... (by AbstractionAnon)
|
by Kevin C
BEGINNERS! READ THIS!
|
|
[5 replies] Last: Beginners are the worst audience imaginable. They are bad researchers ... (by coder777)
|
by Outlaw782
Where do I stand as a programmer?
|
|
[8 replies] Last: Hey Outlaw: Great start! You'll learn a lot from the people on this ... (by koothkeeper)
|
by invoker
Program skipping crucial loop- cannot figure out why
|
|
[9 replies] Last: Glad I could help. (by Aim4Erudite)
|
by NathanTan
How in the world do i make circlessssss
|
|
[4 replies] Last: and should stick with learning basic C++ until you are ready. Nah, ... (by Gamer2015)
|
by Frostehh
Adding up arrays in a data
|
|
[6 replies] Last: Thanks everyone for the help ! Appreciated a lot, finally managed to g... (by Frostehh)
|
by andrebruton
Reading binary data in human readable format
|
|
[5 replies] Last: I had a look at the code. Ok, makes some sense, but it is only a funct... (by andrebruton)
|
by mariuss
Heloo
|
|
[8 replies] Last: thanks (by mariuss)
|
by mariuss
A litle problem
|
|
[10 replies] Last: Yes, I see that you're just trolling. (by coder777)
|
by composter
key in function
|
|
[2 replies] Last: i did not understand how to use it from this mdsn website. can you gi... (by composter)
|
by sajis997
smart pointers and this pointer
|
|
[1 reply] : The .get() function of a smart pointer retrieves the raw pointer. F... (by coder777)
|
by Blackhart98
Undefined reference to class::class
|
|
[4 replies] Last: Judging by your recent thread http://www.cplusplus.com/forum/beginner/... (by keskiverto)
|
by Arslan7041
Annoying problem when checking user input
|
|
[2 replies] Last: Can you briefly explain why adding those two parameters to cin.ignore(... (by Arslan7041)
|
Stuck with an infinite loop. |
|
[4 replies] Last: std::string c_put (void){ int check = 1; std::string pcode; whil... (by closed account Dj654iN6)
|
Monkey Feeding Program! Please Help |
|
[no replies]
|
by djselect24
using 17:05 (time) format in if/else statement
|
|
[1 reply] : Convert the user input (as a string ) to a float value is probably the... (by closed account 48T7M4Gy)
|
by phztfte1
Problem with Function Object
|
|
[7 replies] Last: Andy, Your function object works. I deleted out all my comments to s... (by phztfte1)
|
by jpanther
displaying 5 items per line
|
|
[1 reply] : Hello again, I got it to work by doing this: void displayID(string ... (by jpanther)
|
by jpanther
toupper a string like cd123456?
|
|
[3 replies] Last: for (char& c: input) c = toupper( c ); (by Duthomhas)
|