Beginners - January 2010 (Page 14)

argument of type `int (CaloCell::)()' does not match `int'
 
Hey guys, Pls help, I'm trying to compile the following program: #ifndef CALOCELL_HH #define...
[no replies]
how to make win32 API program..?
 
hello, i want to begin making c++ programs using win32 API,but what compiler must i use to build tha...
[12 replies] Last: No, all efforts to port GNOME to windows AFAIK have been unsuccessful.... (by chrisname)
Compiler Problem
 
Hi there. I'm just starting to learn how to program in C++, and I'm having some problems with my ...
[5 replies] Last: I'm glad to be of assistance and I hope people don't use Dev in the fu... (by tummychow)
by Phazon
Input skipped
 
I have a few things to input (Name and two numbers), but the second input is always skipping and co...
[3 replies] Last: Glad to be of assistance, input buffering can be very confusing. (by tummychow)
important quistion
 
can we use binary search algorithm with sorted linked list? explain why???
[6 replies] Last: No, you can't. Binary search requires a random access structure. (by helios)
by TanKCR
Visual Basic to c++
 
I have some source code that was supposed to be in c++ but turns out it was in visual basic, is ther...
[12 replies] Last: Start from an Empty Project in VC++ (by Bazzy)
by cnix
Basic String Array Algorithm
 
Hello, its my first time here and programming isnt my strongest point. Any help is greatly appreciat...
[3 replies] Last: i couldnt figure out a solution looping backwards.. but i managed to f... (by cnix)
by Rycul
Function restarting itself.
 
Heya, I was wondering how I should go about fixing this problem I'm having: I made a function tha...
[14 replies] Last: Haha BettyBoopTS, the problems I had are all solved at the moment so I... (by Rycul)
What's automatic memory allocation ?
 
Hi there! Can you tell me what Automatic memory allocation allocates ? I know that: * Stati...
[14 replies] Last: OK, thanks Bazzy ;) (by john891)
Access to public member in a Class
 
Hi, Can someone help me with this, i am trying to access a variable in the public domain of a ...
[5 replies] Last: You need to create a 'set_disparg()' fucntion that does have access ... (by mcleano)
by drk
acessing a vector within a structure
 
Hello, I'm having a problem adding values to a variable within a structure. Here's a simplified ver...
[6 replies] Last: I found another way to do that i wanted. Thanks anyway for your help... (by drk)
verifying an input
 
I have an assignment to create a program that gives the area of a circle given a radius. But the th...
[10 replies] Last: Oops! Sorry about that. I fixed it for you above. (I had originally... (by Duthomhas)
Question about Visual Studio 2008
 
Hello everyone.I've recently downloaded visual studio 2008 and i have a question. My question is ho...
[3 replies] Last: Wow, I'm sorry - I didn't look at this for 10 days, so I'm not sure yo... (by jrohde)
by djdenn
two-dimensional masives
 
is given a two-dimensional massive X : 1)comparable amount of all elements of the last odd elem...
[3 replies] Last: here is a reference that might help: http://cplusplus.com/reference... (by BettyBoopTS)
by JMHCRW
Arrays
 
I need some help... I wrote a program that reads an input file containing names and numbers. I map...
[11 replies] Last: dont text(or write code for that matter) while driving!!! >:( :) (by BettyBoopTS)
some thing in deleting from arrays
 
hello , i want to know how to delete an item from a sorted array
[2 replies] Last: thnx (by tifa farouk)
tic tac toe game crashing
 
when i play my console tic tac toe game it crashes. im using code blocks 8.02. it returns with a va...
[4 replies] Last: ok i put it up under my name (by shadowvillian)
trouble understanding this sort function
 
Hi , So I have been studying C++ for about a month now, and do not fully understand how this sort...
[10 replies] Last: Actually, no. He phrased it correctly. a=*b--; is the same as a=*b;... (by helios)
Output to text file
 
Would this work to set the precision of output to a text file to 10 decimal places? cout.pr...
[1 reply] : ohhhhhhhhhhhh i figured it out ofstream calculated; calc... (by garrett)
Getting a value between two numbers with boolean operators?
 
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ Fixed, thanks to moorecm! ~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~ Okay,...
[7 replies] Last: It's all about paying attention to detail and reading very, very caref... (by moorecm)
January 2010 Pages: 1... 1213141516... 24
  Archived months: [dec2009] [feb2010]

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