General C++ Programming - September 2013 (Page 24)

Access 2010 Programming
 
Hello, I'm learning the basics on how to interface VC++ with Microsoft Access 2010. This website:...
[1 reply] : Got it. Line 19 should be pRS->Fields->Item[(long)1]->Value = (_varia... (by dominicanjb)
how to use functions.
 
ok i got my program to work but i can't figure out how to make it to come out right. the user ca...
[2 replies] Last: oh its the guessing, i tired it is fun . i also twek it a little bit ... (by mitchsoje20)
Code::Blocks Class Problem
 
So, I made two classes, in separate files, Enemy and Player. I included "Enemy.h" in Player.h and "P...
[2 replies] Last: Oh thanks! This problem has been stalling me for quite a while! (by TsarLenin)
Print a color console screen
 
I've created a calendar program that displays a full year calendar on screen, and I would like to be...
[8 replies] Last: What? How did you learn to speak English? To drive a car? To do math?... (by Duthomhas)
Struct into classes
 
Im trying to define a object type called HealthProfile class for a person. A HealthProfile object ...
[2 replies] Last: whats with the random brace? That's not a random brace, it's the sta... (by MikeyBoy)
Need help completing this number guessing game...
 
Everything seems to work but the calculations do seem to be doing their job in the else if statement...
[3 replies] Last: What is your code now? And please use code tags when you post it. ;)... (by Mats)
by Daleth
Freeing memory without destructing
 
Say we have this crude memory pool that is on the heap: char* mpool = (char*)malloc(sizeof(cha...
[4 replies] Last: Oh, I'm still new to placement new, so I didn't know you could use it ... (by Daleth)
by Toshen
Get user name and surname in Active Directory
 
I have a logined user and my running program as system process (not user process). I want to get use...
[1 reply] : any idea? (by Toshen)
boost::bind, boost::function
 
Hello, I am not so experienced in STL/Boost and I want to use this code: http://stackoverflow.com/...
[4 replies] Last: thank you very much - it did not even come to my mind that fault could... (by blizzard)
Program not completely doing its job
 
For my class we were suppose to create a small program outputting the users Month/Day/Year.Program t...
[4 replies] Last: You were right randisking haha. My logic at that point was most likely... (by Shuruki)
I need a little help!! Please Please Please??
 
I'm doing a program for school. the program is a gradebook that uses structure which gets it's da...
[2 replies] Last: no hablo ingles, pero fĂ­jese si funciona #include <iostream> #includ... (by flony1)
by Ceset
cpu usage
 
hi guys. i was working on a pong game. and i thought we have a fps limit. so why not a loop per sec...
[4 replies] Last: Every program should sleep/wait/delay unless it needs 100% CPU time. ... (by Disch)
Acces of the private data of base class without acces modifier
 
if we don't provide the acces modifiers for base class and we need to manipulate the private data of...
[16 replies] Last: So what's this mean? http://lmgtfy.com/?q=strict+aliasing EDIT: ... (by MikeyBoy)
Play aga`in loop broken
 
OK, so the program is working minus the play again loop. I even tried a goto statement for it but no...
[1 reply] : Take out the goto statements. It's a very bad way to program. This is ... (by Mats)
Random Card Generator HELP
 
Heres my code, what I want to do is make it repeat so it shows a different card under the other one ...
[4 replies] Last: I would but it appears that I have been Ninja'd. With proper enumerati... (by Computergeek01)
by tn6343
pause(); function
 
I have recently used pause(); function. Can anyone tell me which library contains this function and ...
[3 replies] Last: [quote=man pause]NAME pause - suspend the thread until a signal... (by ne555)
truck num and weight using array ( BEGINNER PLS HELP)
 
i got the sorta of the being im confuse if i should use a switch or a loop the display should loo...
[5 replies] Last: Your welcome (by SamuelAdams)
C++ Refresher
 
Hey guys! I'm taking my fourth year of programming classes this year. My first year was c++ and ...
[1 reply] : The reason to write programs is to make life easier, think of somethin... (by SamuelAdams)
What data type that will read in letters & numbers form fstream??
 
Hello; would someone please let me know what data_type will read in a string of letters mixed wit...
[1 reply] : std::string ... A string can hold both letters and numbers. Though if... (by closed account 3qX21hU5)
rubix game
 
...
[3 replies] Last: Let's see some code. (by Mats)
September 2013 Pages: 1... 2223242526... 36
  Archived months: [aug2013] [oct2013]

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