General C++ Programming - May 2011 (Page 29)

Help with Binary Search Tree
 
I am having a couple of problems implementing a Remove() function into my Binary Search Tree. My ...
[2 replies] Last: No, I'm not trying to achieve something different. We were supplied t... (by newberrydc)
Confusion on type definition
 
I have read some code and got confused about this: typedef T _FARQ *pointer and if i go to def...
[2 replies] Last: Thanks for clear explanation. (by savavampir)
by Izacy
Reading from a text file
 
hi, im writing a program that asks how you are feeling, and instead of hard coding all of the keywor...
[6 replies] Last: Once you have access to it, just copy and paste it into the reply box,... (by anonymous23323124)
Problem with 2 objects of same class
 
Program crashes when i create 2 objects of "imagen" class, it works with 1 object, here is the code:...
[6 replies] Last: Now you need to sort out those loops - as mentioned earlier by Disch ... (by guestgulkan)
Find Polyphase Merge Sort algorithm ?
 
Hi, Somebody can help me, i try to find source code Polyphase Merge Sort algorithm in 2 file, 3 fil...
[2 replies] Last: anymore ideas !!! (by timberlake520)
segmentation fault for a 2D vector
 
Hi everybody. My programm compiles withou any problem. I call a function where I want to compute the...
[1 reply] : What you showed here is not the reason for the crash. The cause for th... (by coder777)
displaying an array help
 
ok my getData() function reads a text file and stores it into an array called info, and everytime it...
[3 replies] Last: If you are using that for loop, then it would be a relatively easy tas... (by randyj)
Storing digits in an array
 
I'm having sort of a bizarre problem. What I'd like to do is accept a user integer and store each di...
[5 replies] Last: Once again, exactly what I needed. Thanks. (by compsciguy)
Help with my compiler error problem?
 
Hey everyone! I was recently assigned this program in class and have finished it but i have some com...
[6 replies] Last: haha yes thats it....thank you so much i rolled right over that :) (by cppjosh)
by leo818
Help Please!
 
...
[2 replies] Last: For replay you can make a if statement that has a goto within it. N... (by firedraco)
Problem Printing to An Output File From A Function
 
In my program, each time a function is called it copies over everything that is already in the outpu...
[4 replies] Last: I got it to work using your tip. Thank you very much! I was thinking t... (by robinsj2390)
Priority print queue problem
 
Sorry Guys Case Closed
[2 replies] Last: Ya well i dont know how to delete it lol (by davedavisjr)
What is libiomp5md.lib for?
 
Hi, does anybody know what is libiomp5md.lib? What is this library for? Where can I find the sourc...
[4 replies] Last: wow I can't believe that worked... (by ceruleus)
by leo818
help
 
.....
[1 reply] : insert your code here people will be very hesitant to help you ... (by ceruleus)
by HenriK
Linking problem in Code::Blocks with OpenGL/GLUT
 
Hi, folks, I installed a new IDE called Code::Blocks after using DevC++ quite a while and now I´ve ...
[12 replies] Last: +1 Xander314 for SFML, you can learn how to create a rendering conte... (by Computergeek01)
function to read values from file and get the maximum
 
hello i want to read data from a file to caculate the variation between them. and get the maximum....
[13 replies] Last: I don't know, but I would guess either "alpha to int" or "ASCII to int... (by anonymous23323124)
Imageload in OpenGL
 
bool keys ; // Array Used For The Keyboard Routine bool active=TRUE; // Window Active Flag Se...
[1 reply] : This has nothing to do with the code you posted. You simply didn't lin... (by hamsterman)
by HenriK
Setting up window for OpenGL window without GLUT/SDL/SMFL etc.?
 
Hi, it´s me again. I´m just wondering if it could be possible to set up OpenGL window in just Open...
[5 replies] Last: Yes, I am creating a 3D game. I´m newbie with OpenGL yet, I try to ge... (by HenriK)
Binary File I/O Template Function
 
I've been trying now for the past few days to write a template function allowing me to save and late...
[5 replies] Last: This isn't about saving strings, but being able to convenient save and... (by Ignatus)
by mgm11
changing my switch statement
 
i have this code involving binary and hex, which i have written with the help of a few people. howev...
[7 replies] Last: Well, I don't know how you are calling your Program. If you have a 'b... (by Caligulaminus)
May 2011 Pages: 1... 272829303132
  Archived months: [apr2011] [jun2011]

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