General C++ Programming - March 2008 (Page 5)

HELP PLSSS...
 
anyone have a source code for a game program of rock,paper & scissors.. pls give me some..just a si...
[5 replies] Last: i have the source code, but i won't post it i created an array ... (by Patrick Z)
Who knows about creating a Registry key in C++?
 
pls share ur knowledge about creating or modifying a Registry key using C++... tnx a lot...
[4 replies] Last: ^_^ tnx dude... i got it now... last question... how can i run the exe... (by jojocplusplus)
Binary file IO
 
I have been having a very frustrating time trying to work with binary files in c++. I've recently w...
[3 replies] Last: Never mind, I was completely nuts. I thought I knew what the problem ... (by criggster)
Trinomial factoring
 
I hate doing trinomials in class. The only way they taught us how to do them was guess and check. ...
[2 replies] Last: I made my own square root because sqrt was giving me problems. Somethi... (by Geralds mod)
How to Keep a MySqlpp connection alive
 
Hi, I'm wanting to start a database connection at the start of an app and keep it open for all me...
[no replies]
by Nile
Open a folder?
 
So I want to open up a folder using c++. For example: I open the program, a new window pops up and ...
[11 replies] Last: I don't think that start is gonna make much of a difference but Ill tr... (by Nile)
Reading from file, getting specific strings
 
I am currently working on a project where I have to write the contents of string arrays "question" a...
[6 replies] Last: Well I need to know how to extract a full specified line. For instance... (by GenTiradentes)
Some math help.
 
I am making a app. that factors trinomials and am having some problems with it. Trinomials are in...
[2 replies] Last: Thanks I'll check that out. (by Geralds mod)
Help with parenthesis in calculator
 
Hi, I need help, first does the code i've written look ok and second how du I write it so the calcu...
[3 replies] Last: Hi C++ already gives higher precedence to expressions using parenthese... (by Jeff HS)
UTF-8 manipulations using C++
 
I'm writing a program that manipulates html files which are encoded in UTF-8, in particular they inc...
[2 replies] Last: Here's a link that might help you. http://evanjones.ca/unicode-in-c.... (by Duthomhas)
help me pls figure out bout this code!!
 
#include "ccc_win.h" int ccc_win_main() { Point p(1, 3); cwin << p << Circle(p, 2.5);...
[7 replies] Last: Looks pretty nice. Never tried it though. Hopefully someone who knows ... (by ropez)
Can you please gave me a code of graphic demonstration!!!
 
<<Everytime I paste a code copied somewhere i found in internet it always getting error, i compile b...
[7 replies] Last: It isn't possible to produce graphics using only iostream, fstream, an... (by magicalblender)
string elements, how to know if its a number...
 
I wanted to know if there is a C++ function that will determine if a string element is a number or a...
[2 replies] Last: Thank you sir :) Indeed it helped :) (by jdstufu)
sorry one more thing for jeff.
 
got the thing in there, but instead of 100 for each asterisks. i get something like store 1, get one...
[1 reply] : How about 1200/100. (by buffbill)
Prime factors using Recursion
 
Help!! I have no idea on how to write the recursion code to find prime factors of numbers. The pro...
[2 replies] Last: Here is an example of a recursive function which calls itself from L2.... (by buffbill)
Please delete this thread I have found the answer myself.
 
Hi. I'm making a C++ program that factors trinomials and I need to find the GCD of 3 numbers. I hav...
[2 replies] Last: Never mind I don't need this. Delete this thread now. (by Geralds mod)
by spud
help with time and graphics program
 
i need help with making a program that outputs a pic of the world map with a dot on the country tha...
[1 reply] : The time() function returns the number of seconds since Jan 1, 1970: ... (by magicalblender)
by tzuch
Why does this program not accept 'double'?
 
This program runs fine if I use long and %ld. Why won't it work using double and %f?? HELP!! ...
[3 replies] Last: ropez, Thank you so much. I guess you can tell I'm new to this. ... (by tzuch)
Trouble Passing array to a template function
 
There is a template function called insertionSort defined as follows: template < class Comparabl...
[2 replies] Last: Actually, I think you need operator>, not operator< It probably thi... (by ropez)
by hiiri
Dynamic libraries, header updated, recompile all?
 
Hi! Dynamic linking related question. One header of one dynamic library (dynamic_library_02) is ...
[no replies]
March 2008 Pages: 1... 345678
  Archived months: [feb2008] [apr2008]

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