General C++ Programming - December 2009 (Page 6)

by aash
hollow triangles
 
i want to generate a hollow triangle but i am not getting any idea about that. ...
[13 replies] Last: It's almost OK, you only need to fix a bit this loop: for (j=1; j<z;... (by Bazzy)
by jhapk
Segmentation fault
 
Hi, I have this function called RRR for the class Table. void Table::RRR(const do...
[6 replies] Last: No. We need to see the declarations of Yi, fpi and the value of N. (by kbw)
size of array - why function gives size ONE only
 
the user-defined function size_of_array(numA) is meant to give the size of numA which is 5 but it gi...
[6 replies] Last: oh thanks a lot... (by noob123)
32-bit real binary read
 
Hello people, I'm trying to read a file with the following specifications: stored as 32 bit re...
[2 replies] Last: Thank you pal for the information ;-). Any other comments? :-) (by TheDestroyer)
Size of an array.
 
I feel a little stupid posting this, but on a lot of forums / sites and what not I've seen it's not ...
[8 replies] Last: glad I could help (by btripp)
MYSQL++ problem in using Query data..
 
Good Am/Pm to all, Im using MYSQL++ to extract data from my database using C++.. my problem is...
[no replies]
Hi, I am trying to work with "enum" data types, and need some assistance
 
What I have is pretty Basic, but the method for getting these enumerated datatypes is a protected me...
[no replies]
by didijc
Parsing HTML with C++
 
Hey everyone, I'm having a real hard time trying to parse HTML in C++... Basically, all I want...
[4 replies] Last: i've made changes to my code... #include <stdio.h> #include <win... (by didijc)
Other Languages? (1,2)
 
I was wondering what everyone else felt about other programming languages. I started learning Java a...
[33 replies] Last: Wouldn't that then be The Univerth? Lol. (by chrisname)
Timer class
 
Does anybody have a C++ version of java's swing timer class (or provide guidance on creating one)? ...
[2 replies] Last: Those are the two things I'm not sure about - per-millisecond time con... (by tummychow)
by ward
line editor(who know)?
 
hi i wanted to do this project (line oriented editor using linked list at c++) we have commands 1)...
[1 reply] : Do you have an indented version of the code? (by kbw)
by TotaS
if else doesnt work
 
Hello, i just can't figure it out by my self... int i = 7; string P ; for (int n = 0...
[4 replies] Last: //when i try to compile that this is the error i get out:GradeBookI... (by dhkrullah)
abstract class link problem
 
hi all, I'm doing a project and a encountered a very annoying problem. I want to define an abstra...
[2 replies] Last: thanks. in fact i know this and i suppose i tried it but i didn't obvi... (by mehmedean)
This Makes No Sense! - Winsock
 
Well actually I'm sure it will make sense to somebody: //Server Side #include <iostream> ...
[9 replies] Last: Remember to close the handle when you're done. (by kbw)
Delete or Delete[] issue
 
Hi, I actually am confused whether I am deleting the memory properly.The task manager shows the s...
[5 replies] Last: Helios, I tried not freeing any memory. ::_CrtDumpMemoryLeaks();... (by kai5gabriel)
by over9k
pass multi dimensional array to a function
 
I am trying to pass a multi dimensional array to a function ( by reference ), but I can't seem to fi...
[7 replies] Last: @darkestfright: Yes. My post had an example of that actually. Alt... (by Disch)
How to order map (stl container)?
 
Hello everybody! I use a map and I want to order the elements not by using the key but by using...
[1 reply] : You can't sort a map because maps are inherently sorted. Sorting them ... (by helios)
Installing PDCurses and Boost
 
Does anybody have tutorials for the installation of PDcurses and Boost on VC++ 08 Express?
[5 replies] Last: You mean the linker settings? You should change them only in the proj... (by Bazzy)
by xitan
Bootstrap?
 
Ok so today while I was reading a post, I saw the word bootstrap. This would not be the first time ...
[15 replies] Last: Yep, they are like 5.25" but bigger. (by closed account z05DSL3A)
correct the code
 
whats wrong in this code #include <stdio.h> #include <dos.h> #include <dir.h> #include <pr...
[2 replies] Last: there's also an odd 'i' before main in your code and see http://msdn.... (by Bazzy)
December 2009 Pages: 1... 45678... 16
  Archived months: [nov2009] [jan2010]

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