• Forum
  • General C++ Programming

General C++ Programming

by admin
Welcome to this board!
 
Welcome to the general programming forum in C++.com! In this forum, users can to talk about any top...
[no replies]
Why is my string outputting twice?
 
Hey guys! I'm working an an assignment for C++, and I've almost got it figured out--except for o...
[no replies]
Clear part of the screen
 
Is there any way I can clear only a selected part of the screen? (I'm aware of system("cls")) For...
[no replies]
NEED HELP PLEASE
 
Need help with removeName and findName in my program #include<iostream> #include<vec...
[no replies]
Need help on this problem please.
 
What will this C++ code output? Having some trouble on this problem, what is the output for this co...
[2 replies] Last: since you're starting at i = 0 and going as long as i is <5, there wil... (by toast9)
Bank Sim SQL
 
Hi I've built a bank simulator just using an empty project and a .cpp file to write my code. What...
[no replies]
by toast9
counting nodes in binary tree
 
I'm trying to count the number of node in a binary tree. I have a public count function that calls a...
[no replies]
Packet Class
 
Hi, I've been working on this program but i keep getting a LNK2019 error "Error 1 error LNK2019: u...
[1 reply] : Found my error. Transmit() isn't part of my packet class. Needed to us... (by gamerguy314)
Please Help meeeee!!!!!
 
Guys, i have spent 2 whole days on this program and I just cant get it to work correctly. So it c...
[3 replies] Last: so i guess no help??? Saw the original post. No code tags so there... (by pheininger)
need help
 
need help writing RemoveName and Findname in my program #include<iostream> #include<vector>...
[no replies]
by Ndrewm
Structures function
 
I'm writing a function that compares two fraction. if the fractions are equal it returns 0. If the f...
[4 replies] Last: Well, you must remember that main() cannot be type void it must al... (by ostar2)
Big-O help
 
I was wondering if someone could help me out finding the Big-O of these two functions: This funct...
[no replies]
cpp file not opening correctly.
 
When I try to open the cpp source in Visual Studio, it just opens a blank notepad window. The cpp fi...
[5 replies] Last: I guess it's back to square one then. (by Hank Hill)
Template with a specialized template class parameter. How?
 
I think my problem is best explained with how I want the code to look. Only problem is it doesn't wo...
[4 replies] Last: Thanks again JLBorges. You introduced me to some new template ideas an... (by mrmonkey)
HomeWork Help!
 
Can some one help me or give me hints on how to write the following program: http://i60.tinypic.c...
[3 replies] Last: Definitely row by row, they are subsets. http://stackoverflow.com/ques... (by giblit)
Matrix multiplication (1,2)
 
Hi people. New to this site, new to c++ so excuse me if i lack the normal decorum. Im writing a p...
[23 replies] Last: Don't worry about it we all make mistakes which is precisely the reaso... (by fea12rs)
bad allocation error
 
The code below is giving me a bad allocation error, I think it may be due to the size which is 42949...
[6 replies] Last: some other part of the code actually needs that much At the same time... (by MiiNiPaa)
adding node to linked list, seems like when my node picks up new variable, first node changes to that
 
I am adding reference of node to linked list, but when node picks up the new variables, my first nod...
[no replies]
Help with loop for Averaging
 
I'm having trouble figuring out how to average the numbers 1-N where N is the user's input. All of w...
[6 replies] Last: How would you find the average of all even and odd numbers? (by Tdog1995)
by hanest
user input of significant figures
 
hi i am writing a program that computes the simpsons rule, i would like the user to input how many s...
[no replies]
Pages: 123... 42
  Archived months: [sep2014]