Beginners - July 2015 (Page 16)

regular expression code in Code Blocks
 
Hi, I'm having trouble when I'm trying to run regular expression code. It compiled fine but when I r...
[6 replies] Last: Thanks you guys very much! I installed 4.9 and its working now! Should... (by etrusks)
Need Help With Char Array Index Conversion
 
I am working on a program that prompts the user to enter a sentence and translates the characters in...
[2 replies] Last: As kevinjt2000 pointed out, the loop from 19-22 does nothing other t... (by AbstractionAnon)
BEGINNERS! READ THIS!
 
Please, only for programming beginners. ------------------------------------------------------- Pro...
[5 replies] Last: Beginners are the worst audience imaginable. They are bad researchers ... (by coder777)
Where do I stand as a programmer?
 
I've put several hours into the C++ language, and really I am just wondering where I stand at the mo...
[8 replies] Last: Hey Outlaw: Great start! You'll learn a lot from the people on this ... (by koothkeeper)
Program skipping crucial loop- cannot figure out why
 
I am currently writing a program that converts a base-10 number into base-2. Unfortunately, the pro...
[9 replies] Last: Glad I could help. (by Aim4Erudite)
How in the world do i make circlessssss
 
hey guys, I have no clue how to make a circle with C++. I don't want it to be in the form of '*'. I ...
[4 replies] Last: and should stick with learning basic C++ until you are ready. Nah, ... (by Gamer2015)
Adding up arrays in a data
 
Hey all ! I am new to this forum and would need to get some help in my program ! I am trying to wr...
[6 replies] Last: Thanks everyone for the help ! Appreciated a lot, finally managed to g... (by Frostehh)
Reading binary data in human readable format
 
Hi, I'm new to C++ and I'm trying to read various amounts of binary data from a file. I'm reading th...
[5 replies] Last: I had a look at the code. Ok, makes some sense, but it is only a funct... (by andrebruton)
Heloo
 
I have this problem txt1 Dad has apples Mom has pears Grandma has grapes txt2 apples pears outpu...
[8 replies] Last: thanks (by mariuss)
A litle problem
 
Heloo I have a problem I need this marius.txt liniedetest1 unalttext unpicdetest douapicaturi mar...
[10 replies] Last: Yes, I see that you're just trolling. (by coder777)
key in function
 
hey, if i want a user to press a keyboard key(like "k") anytime during a loop so something will happ...
[2 replies] Last: i did not understand how to use it from this mdsn website. can you gi... (by composter)
smart pointers and this pointer
 
Hi I had a raw pointer that checks equality with raw pointer. Now I am trying to convert to smar...
[1 reply] : The .get() function of a smart pointer retrieves the raw pointer. F... (by coder777)
Undefined reference to class::class
 
Im getting this damn error Again! It's really annoying and is really pissing me off honestly. Can yo...
[4 replies] Last: Judging by your recent thread http://www.cplusplus.com/forum/beginner/... (by keskiverto)
Annoying problem when checking user input
 
So the simple program below asks the user to enter an integer greater than ro equal to 0. If the use...
[2 replies] Last: Can you briefly explain why adding those two parameters to cin.ignore(... (by Arslan7041)
Stuck with an infinite loop.
 
If i remove the "if" part, the loop works fine, but for some reason, the validation check converts i...
[4 replies] Last: std::string c_put (void){ int check = 1; std::string pcode; whil... (by closed account Dj654iN6)
Monkey Feeding Program! Please Help
 
Hi, I have my program complete with one exception. I don't know how to get it to find the other monk...
[no replies]
using 17:05 (time) format in if/else statement
 
If I wanted to use time for a if/else statement or say a conditional expression like this. How woul...
[1 reply] : Convert the user input (as a string ) to a float value is probably the... (by closed account 48T7M4Gy)
Problem with Function Object
 
I am trying to write a function object to add the integer values in the map. I have an error in the...
[7 replies] Last: Andy, Your function object works. I deleted out all my comments to s... (by phztfte1)
displaying 5 items per line
 
Hello, I'm trying to display 5 items per line. My program outputs 6 items the first line and 5 items...
[1 reply] : Hello again, I got it to work by doing this: void displayID(string ... (by jpanther)
toupper a string like cd123456?
 
Hello everyone, I was wondering how I could toupper my user input, which is in the format of cd12345...
[3 replies] Last: for (char& c: input) c = toupper( c ); (by Duthomhas)
July 2015 Pages: 1... 1415161718... 33
  Archived months: [jun2015] [aug2015]

This is an archived page. To post a new message, go to the current page.