Beginners (Page 103)

by Larry2
Multiple matches from a regex
 
Hi, I use boost libraries since my debian gcc version 4.7.2 isn't compiled with the latest c11++ st...
[5 replies] Last: Wonderful cire, I had to complete/replace the input.cend with end, an... (by Larry2)
Multiple values for function
 
Hello guys I have a function that calculates a destination points for x and y.. and when I have the ...
[4 replies] Last: Thanks for that keskiverto I went to look through my program and just ... (by youngnito)
by tony47
SFML (small and maybe very simple problem )
 
Hi everyone, I have set up the sfml on codeblock, and run the test code "open window". But it says "...
[1 reply] : Common problems: 1) Make sure you built SFML yourself. If you downl... (by Disch)
needed information
 
may i know what kind of coding carrier can i expect by learning c++ and opportunities available in t...
[2 replies] Last: I would guess a career in.... Programming! And not to be "Harsh" bu... (by cnoeval)
Linked Lists
 
So my teacher gave us a sample code and it works just fine when runs the program however whenever I ...
[4 replies] Last: Forgot the ; in the class. I fixed that lol got the code to run thanks... (by OLittleO)
Looking for network IP scan code
 
I've searched here and google, but yet to find anything simple enough for me to work with. This is ...
[2 replies] Last: If you have any interest in networks then you should definitely learn ... (by ResidentBiscuit)
Reverse order char array
 
I am having difficulty with a program that requires the user to input a series of chars, up to ten o...
[5 replies] Last: You're getting an error because you are now using a std::string not a ... (by jlb)
vectors size in STL
 
Hi, i have just started working on vectors in STL, i tried to compile a simple piece of a code but i...
[11 replies] Last: No I dnt actually want to do that, i was doing it just for example...i... (by Khurmi878)
Help I'am stuck in C
 
I have an assingment for my school but i'm stuck in my own code, i'm still a beginner so not every f...
[12 replies] Last: I needed to make an small adjustment, because my compiler does not acc... (by vincent30)
by JakeB
New to coding, need help with what to do next
 
i'm fairly new to coding and i'm currently stuck on this one scenario i have to complete and i'm in ...
[1 reply] : You need to check the number of employees. The max number of employee... (by pogrady)
find anagrams from given set of inputs
 
http://ideone.com/F3VYvO This is my code. I am not able to figure out what should I do to mainta...
[1 reply] : There is probably a way to do it using the map container, but I am not... (by fg109)
Can help with C++
 
Hello! I'm the C++ tutor. I have a site about game programming in C++ for beginners in Russian (I d...
[1 reply] : And where are there your posts that prove that you indeed can be a C++... (by vlad from moscow)
while loop and checking for uniqueness
 
http://www.cplusplus.com/forum/beginner/98118/ that was an earlier post that I made, and I fixed ...
[5 replies] Last: || is logical OR. The expression means push_back IP either when it is ... (by vlad from moscow)
by dv1575
vector template with stl member function
 
Hello, I am trying to add a Try-Catch and throw 'exception' for possible wrong input data. I'v...
[1 reply] : Are you required to do #1? If so, I feel very very sorry for you. It's... (by L B)
need some mancala board programming help
 
I am working on a mancala board for class that we have to put together. I have an assignment where I...
[1 reply] : What is a "double loop"? I think you've confused some programming term... (by L B)
by ET21
Inputting Binary into a struc
 
My code works fine, outside of the input file. I'm trying to input the file binary_hockey into my pr...
[11 replies] Last: Well thank you everyone for your help, and the clarification between .... (by ET21)
Help with my code?
 
This is what I have so far but with only one battleship now I have to do the following: Add a secon...
[5 replies] Last: Thanks so much!! (by closed account LN3RX9L8)
'struct std::ostream' has no member named 'close' error in header file
 
Hi, LeafyCircuits here! Comp specs: OS: Windows 7 Premuim 64-bit Compiler: GNU gcc with C++ 201...
[4 replies] Last: Whoops, I was just using the wrong thing: LowestOne said: you w... (by LeafyCircuits)
by Cut
ReduceFraction and CommonDenominator Help
 
Hey i have no clue what to put in the ReduceFration and CommonDemoninator sections. I know that y...
[2 replies] Last: I'm not very good at math, for I haven't taken a course since high sch... (by Cut)
new / delete
 
I have a couple questions about the following code from the C++ Primer book I'm working through rela...
[4 replies] Last: Thanks for taking your time to help! I was getting mixed up by the na... (by egg management fee)
Pages: 1... 101102103104105... 128
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.