General C++ Programming (Page 73)

by hannah
BeginThreadex problems!
 
I am a beginner and this is my first attempt at multi threading and I'm trying to get it so that it ...
[2 replies] Last: You're using WaitForMultipleObjects incorrectly. http://msdn.microsof... (by Disch)
HELP ME!!help...C++ ABOUT QUEUE
 
how to make queue simple proggam.. example we input 1 2 3 4 5 and the output is 1 2 3 4 5 how to ...
[12 replies] Last: #include <queue> #include <iostream> int main() { std::queue<int>... (by MiiNiPaa)
Segmentation Fault (Core Dumped) on cin.getline
 
I'm trying to pull in a line of input code and put it into a char*, but I keep getting a Seg Fault (...
[no replies]
Help with accelerated C++ (1,2)
 
Hello, I just read through the first chapter of accelerated c++, and I ran into this exercise. ...
[21 replies] Last: It's okay now guys, no need to discuss about it, I got my answer, than... (by Dario z)
c++ program help
 
can someone help me with a c++ program which reads an input stream from the keyboard that counts the...
[5 replies] Last: it worked thank you... (by shilpa24)
Need help with my C++ Structure Circle code
 
Working on this code for homework. Instructions here: Structures Lab (15 pts): Write a small C++...
[7 replies] Last: I was going to edit my post before you posted :L I did fix it myself.... (by DiBiase)
how to rewrite
 
(int i = 1; i <= 7; i++) how do i write the function above differently?
[15 replies] Last: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0205j/C... (by Zaita)
Problem with functions
 
Ok so i did my program down to the letter but now i need to incorporate Functions to find the cost ...
[no replies]
Why is my file not reading into my program?
 
I created the file where my .cpp file is stored in Visual Basic 2010, and the path it needs. The sys...
[2 replies] Last: I'm starting to think I mangled the entire project :/ but I'm trying (by madeinsilence)
Help with Binary Tree Insertion
 
I am trying to insert a team object into a binary tree however the insertion just inserts the defaul...
[no replies]
Taking information out a file and writing to a file
 
produce two reports, each written to a different file. The first, charges.txt, should contain a well...
[no replies]
probably a simple error
 
I am trying to write a program that creates a hybrid image I've hit a roadblock early on my code thr...
[5 replies] Last: I found where the problem occurs line 29 and line 34 cv::imshow ("Ima... (by jax666999)
C++ gaming CV
 
I got a possibility for internship with a foreign company, but want a remarkable CV. Anyone of you g...
[1 reply] : Sorry, can you be clearer on what it is you're actually looking for? ... (by MikeyBoy)
by xsesx
Average and Percentage Issues
 
In this program, I have to display the information given(this part of my code works fine), find the ...
[3 replies] Last: That does seem to allow it to compile. Yes, but it is really doing ... (by MikeyBoy)
by L B
Taking address of operator functions
 
Why can't I take the address of operators for primitives? #include <iostream> #include <string> in...
[2 replies] Last: Actually operator+ is one of the operators that may be declared in the... (by L B)
attraction between objects
 
i am relatively new to c++, and am trying to make it so particles will gravitationally attract to th...
[6 replies] Last: i changed the xvel and yvel variables to floats as well, the particles... (by tatsu0616)
by zoori
array
 
Hello, I have a file with numbers and want to display it on the screen. Any help related to this...
[15 replies] Last: This is not your original question, please create a separate topic for... (by L B)
ofstream in calling function
 
Hi, I am trying to use ofstream to write in a txt file in a function called recurrently. for a si...
[2 replies] Last: Thanks! :) (by dekeenfrance)
by Nobun
Operator Overloading in a correct way. How?
 
Well... I observed, as a non-professional programmer that "overloading operators" has some strict ru...
[19 replies] Last: Another link to information. The overloading conventions are specific... (by kempofighter)
Custom Linked List Sort Method
 
Hi I am making a custom linked list (for fun!) and want to implement a sort method that sorts the st...
[2 replies] Last: I wrote this code a few weeks ago. Looks like I am ahead of myself. Th... (by martianxx)
Pages: 1... 7172737475... 78
  Archived months: [mar2013]

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