Beginners - April 2013 (Page 57)

by tomazi
Run Time error while iterating over a vector
 
Hello people I am Iterating over a vector that stores Point data type elements [x,y], And what i want to achieve at every iteration is to add first 4 point x e...
[2 replies] Last: Yes that right my bad sorry....forgotten to remove this statment befor... (by tomazi)
2-dimentinal arrays with decreasing user input
 
Hi. I'm new here. I have this assignment. I have to create a table with two columns named Part No and Quantity. Then user have to key in any numbers but must...
[no replies]
Questions Regarding Coding Conventions (and others)
 
Hello! I am attempting to clear up a few things. I come from the world of java so I need to confirm a few things. The class definition is always put in a hea...
[4 replies] Last: ^^ It also allocates space for the pointer (4 or 8 bytes, depending on... (by Lowest0ne)
please help....
 
I have to write a program to compute average grades for a course. The course records are in a single file and are organized according to the following format: E...
[no replies]
by shin93
Problem returning char type from a function..
 
Hello guys, thanks for checking my question. First, I'm really sorry about the thread title if it's confusing and unspecific. I lack proper english and knowledg...
[3 replies] Last: thanks for the reply vlad and catfish23. seems like i missed a lot of ... (by shin93)
Displaying Highest Value in Array Help
 
Hello all, I'm new to forums and was looking for assistance with a C++ program essentially, I need it to display the index of the highest value in an array u...
[3 replies] Last: http://www.cplusplus.com/forum/general/98629/ (by Zaita)
HELP PLEASE CYGWIN
 
code -bash NO such file or directory
[1 reply] : http://cygwin.com/docs.html (by Zaita)
This is a useful C++ roadmap for beginners
 
Hello everyone, especially newbies to C++. After many years using C professionally in real time embedded applications - communications, TCP/IP, instrumentation...
[13 replies] Last: [quote=Ravenshade] It certainly feels like it's handwalking me through... (by BHX)
give me example array two dimension
 
my teacher told me about array two dimension , but i can't understand at all maybe somebody can give me example, nb: i am using programmer notepad
[7 replies] Last: int a = { { 1, 2, 3 }, { 4, 5, 6 } }; int b = {}; ... (by vlad from moscow)
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++ standard. My question is : why cannot I retrieve all the resu...
[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 actual values I want to send them back to my main program to...
[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 "window.exe has stopped working", and just can't show a windo...
[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 this platform??
[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 try to run it I have errors and he is not to sure as to why ...
[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 a personal project that would be useful to me and get me sta...
[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 of them, in to an array and then the program outputs the arra...
[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 its not working the way i wanted..here is the code #includ...
[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 function is clear to me. the assignment is as follows Writ...
[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 c'
[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 maintain a backup of my input and then map it with the changed arr...
[1 reply] : There is probably a way to do it using the map container, but I am not... (by fg109)
April 2013 Pages: 1... 5556575859... 83
  Archived months: [mar2013] [may2013]

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