Beginners - December 2008 (Page 14)

any member
 
hello,i am new in the forum i want from any member in this forum solution this equation (in the i...
[1 reply] : Not sure what you are asking--I mean demanding. We aren't a homewor... (by jsmith)
by invis
Mouse events couldn't be captured.
 
Hello all, I tried to run this code which records Mouse events but it seemed mouse events couldnt ...
[4 replies] Last: Bravo !! , you helped me out , thanks alot Duoas ! (by invis)
code not showing correct output.
 
I need some assistance with this for some reason the output is not coming out correctly. I am missin...
[no replies]
Buffer Overrun Error
 
Hello, I have encountered a very annoying error in my "game". Before I explain what my error is, ...
[2 replies] Last: Well now my program runs, but the grid appears very strangely, with ... (by CheesyBeefy)
insertion sort problem.
 
#include <iostream> #include <iomanip> #include <string> #include <sstream> #include <fstream> ...
[no replies]
Pointer Crash
 
Here is my code: int main(void) { char* filename; cin>>filename; My instructor'...
[1 reply] : You need to have the pointer point to something. I myself would write ... (by helios)
Linker error
 
Hello everybody, When I try to compile I get this error: In function `main': [Linker...
[2 replies] Last: thanks! stupid mistake... (by rabidmachine9)
by jartz
searching string...
 
Okay so here is my issue, i can't seem to figure out how to search a string i have stored in a linke...
[5 replies] Last: You could use the at() method to locate the '@' and then pass that loc... (by seymore15074)
string.at not working
 
Hey yall, I'm doing a letter to number translator, just as a test for one of my friends. I have t...
[3 replies] Last: Use the find method if you need to specify a string, rather than just ... (by seymore15074)
by zoldri
ofstream
 
hi ia m trying to make a program to create text files from user input, but every time the return key...
[5 replies] Last: yes thank u :} (by zoldri)
Win32 application problem
 
Hello, I want to build WIN32 application. End When I write code and run an application, command w...
[17 replies] Last: Great. Thanks! (by samuelc)
by II15X
Constructing a Database
 
Hello, I have always had a dream in which a database is constructed on a Win32 (I believe CMD is), w...
[3 replies] Last: I think that you have to read the command and associate it with a func... (by Bazzy)
Header File extension .h or .hpp
 
I came across a few postings on another forum recently that debated which extension is correct and s...
[12 replies] Last: There are times you want to distinguish between C and C++ headers. If... (by kbw)
by Sathed
Bubble Sort
 
Okay, so I just created a bubble sort to sort 50 random numbers in an array. I've been able to get ...
[5 replies] Last: is it using template class (by kranthidigajarla)
comparison class for a priority queue
 
Hey all. Im looking at writing up a comparison class for a PQ of pair<int, int>'s, or whatever is i...
[10 replies] Last: ahh. so thats why you can bind, say void foo(int& a) but not v... (by bgbnbigben)
by zzz
pascal to C(polynomial)
 
please take a look at this P(x) = P n *x n + P n-1 *X n-1 + ... + P 0 ,(polynomial) P 0 , P 1 ,...
[3 replies] Last: Also, please use some indentation or something...I can't even tell wha... (by firedraco)
use an equation?
 
ok im trying to make a user enter an equation so i can find the area under the curve using the limit...
[7 replies] Last: Another tool for doing expressions is ANTLR which has a nice GUI to te... (by anders43)
My program acts unexpectedly
 
Hi there!. I just wrote some code; it asks the user to input: Frequency (in int number value) Ma...
[6 replies] Last: No I'm just dumb haha!. :P (by glossywhite)
Editing/Deleting data in multiple .dat file
 
Hi, I'm sorry to bother you all with this but i've been searching all day to try and solve this but ...
[2 replies] Last: Thanks for your help it's completed now. Sorry if my original post mis... (by Jalex123)
December 2008 Pages: 1... 121314151617
  Archived months: [nov2008] [jan2009]

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