Beginners - May 2016 (Page 27)

Functions with Pointers as Parameters
 
Hi! My issue with this piece of good is in the function void doit(). The function needs two memory...
[3 replies] Last: The second parameter also is not a pointer. (by Moschops)
by coll97
How to set a map?!!!
 
I have a vector like: vector<string> Phrase; and a map like: map<int,Frase> AllPhrases; And the...
[4 replies] Last: #include <iostream> #include <string> #include <vector> #include <map... (by JLBorges)
Intersection of squares
 
Hello everyone, I am stuck in this assignment where I need to find intersection of squares. So f...
[1 reply] : Please don't double-post. http://www.cplusplus.com/forum/general/1906... (by helios)
CHAT ROOM HELP!
 
I want to make a simple project that has to deal with connecting people. I know this probably isn't ...
[1 reply] : I once did something similar to what you are asking with client server... (by Edward01)
by stav
std namespace
 
how come i dont have to include a file with the std namespace? is it just automatically included by ...
[3 replies] Last: An standard include file usually only defines the classes and function... (by jlb)
write a program that uses a function called convert
 
hi i am new here.. and also a new CSE student...my teacher give me a assingment. please help me........
[1 reply] : Basic Input/Output http://www.cplusplus.com/doc/tutorial/basic_io/ Fu... (by Chervil)
Array value always resetting?
 
adf
[1 reply] : You forgot to reset the value of max . (by Peter87)
Longest Increasing Subsequence using DP
 
I've been trying to solve this Dynamic Programming problem which states a following. You are given a...
[2 replies] Last: I've been trying to solve this myself, and actually I have solved it n... (by jgg2002)
cineama seating program help
 
HI guys i m new here this week i have an assignment and i got stuck in problem so need help plz hel...
[11 replies] Last: thnaks guys its done now (by wahab13796)
Need help with the if statement
 
Once I enter all the data the only if statement that is working is the below budget. Is there someth...
[4 replies] Last: Ok thank you sorry to ask such I silly/stupid question. Now I want to ... (by Berseker)
How do I modify array elements while in the for loop?
 
I have a for loop that traverses an array and finds the max and then sets that element to zero, but ...
[2 replies] Last: But if I exit the loop in order to assign 0, then how do I go back int... (by mistersunnyd)
by mkb555
Inheritance constructors
 
I have two classes, Primary and Secondary. Secondary inherits everything from Primary, because they ...
[2 replies] Last: Thank you! (by mkb555)
by PattuX
Iterative way to find cycles in tree
 
I have the following structure: using namespace std; class node { public: node(string& const n ...
[1 reply] : OP here, found a solution myself now. Sharing it, in case someone find... (by PattuX)
by carten
linking of C library in C++ program
 
Hello, I have a C++ program, which calls a function (dsyeig(...)) from a C-library (libmrrr.a). T...
[8 replies] Last: Thanks again. I am not recompiling the library (all of the source file... (by carten)
Issues with Replacement in Arrays
 
Hey everyone, I'm fairly new to C++. I'm finishing up my first semester of my first class. Right now...
[1 reply] : If you still looking for an answer so the first thing is that your mov... (by Edward01)
Correct way to flush cin buffer (Nowhere to be found), not a question
 
This is one of those extremely simple problems that no one knows how to do properly it seems. The mo...
[1 reply] : No clunky includes. No giant number processing. And no guarantee it'... (by cire)
Wich is easier
 
Hello what you think witch language is easer for a 15 yo boy. C++ or Java I love creating games bu...
[4 replies] Last: You mean what game ENGINE to use. A simple Google search will find you... (by closed account 1vD3vCM9)
Mods for games
 
hello i want to create mods for games. i need to learn how the game works ... i need to have the s...
[3 replies] Last: Then go on the GTA SA forums (pretty sure they exist) and ask them how... (by closed account 1vD3vCM9)
Help with Running Counter!
 
Hi, I have an assignment where I create a program that prompts user to select which math game they w...
[1 reply] : Line 13: You're doing integer division. Any number (sum) less than 5... (by AbstractionAnon)
by sankir
Need help determining if vector does not have one more element than previous vector
 
I have an assignment where I have to write a function that will give me the max amount of points pos...
[1 reply] : In several places you access maze[i-2], but i is allowed to take value... (by helios)
May 2016 Pages: 1... 2526272829... 36
  Archived months: [apr2016] [jun2016]

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