General C++ Programming - February 2013 (Page 10)

tic tac toe
 
im stuck writing the players input with this program. if fine with writing it if there were two play...
[15 replies] Last: but i don't care as long as it works What you're really saying is th... (by closed account 9y8C5Di1)
PlaySound() with DLL Injection
 
Hey guys, I'm somewhat new to C++, and iv been interested in DLL Injection lately, and what I wante...
[no replies]
by rostu
Files, Strings, Arrays
 
I have a lab assignment that I am unsure of some of the steps. My main problem is how to load and di...
[3 replies] Last: what do you have so far? (by closed account Dy7SLyTq)
Learning C++ before College
 
I bought a book, Sams teach yourself C++ in one hour a day, to learn some C++ before college. I have...
[2 replies] Last: I think that is what I will start with. A few people have said Compute... (by sunfirexl)
by Chibi
I Need Help... [Multi-dimention Arrays & Pointers]
 
So, where to begin..? I'll start with the Problem. I've been trying to get my program going but it d...
[6 replies] Last: Ok, I see what you mean... at this point I can safely say that my code... (by Chibi)
C++ minimum system req.
 
Hey guys, can you please give me the minimum system requirements for running turbo c? I need it for ...
[1 reply] : http://en.wikipedia.org/wiki/Borland_Turbo_C You might as well ask wh... (by Catfish3)
Is the enumeration always be used ?
 
i dun understand what the enumeration is used for ?
[5 replies] Last: To put it plainly, structs house variables. Whereas enums house const... (by Disch)
the problem with ifstream(help!!!!!!!)
 
this the header: #ifndef _BIGINTEGER_H_ #define _BIGINTEGER_H_ using namespace std; #define PLUS ...
[1 reply] : When you post code, it helps to use code tags, to make it easier to un... (by MikeyBoy)
help me
 
how to fix this when i run the program and enter my name then output my name in vertical position us...
[3 replies] Last: Um... I explained it to you. Your for loop is messed up. ... (by MikeyBoy)
C++ SFML Logical Problem.
 
I am doing a small project, it involves coding the card game pontoon. I have most things sorted for ...
[no replies]
how to convert float to arry
 
hi all how to covert float value to array get any sessegation to convert the value
[1 reply] : Nobody knows this except you. If even you do not know this then the ta... (by vlad from moscow)
Why can't I copy a string pointed by a pointer to an array of char
 
Hi and help, I have this function in a class: and a private declaration: how can I copy the param...
[9 replies] Last: As the member function has const qualifier you can not change array a... (by vlad from moscow)
by pwd
Comparing Char and Int
 
My program compiles fine and doesn't have any errors so I am confused as to what the issue might be....
[7 replies] Last: Also please note that the usual C function for comparing strings is st... (by modoran)
Equilateral Triangle
 
how can i print an equilateral triangle with asterisks . can anyone post the code here?
[3 replies] Last: http://www.studystreet.com/c-program-print-equilateral-triangle/ You ... (by sam806)
issues with loop
 
I'm trying to write a program that will compute the volume and surface area of a sphere, cylinder, ...
[1 reply] : Try this idea: char ShapeOption = '1'; //it is char because of the ... (by TheIdeasMan)
creating
 
int is short for type integer. INT is not part of C++. change it to int. your main() should end with...
[no replies]
Reading and storing csv file data
 
hello, i am working on a small c++ project where i read from a csv file with information in this fo...
[4 replies] Last: i figured out the issue. thnx (by bob39rocks)
How to check user selection(yes/no) on a Message Box
 
Hey, I have a question. How can you tell what button(yes/no) on a message box is clicked? Below is ...
[7 replies] Last: MessageBoxA is the function you want (Read: not MessageBox -- you are... (by Disch)
Trouble using friend of classes
 
I'm getting the error that Person's variables are private in the overloaded operator<< of the packag...
[5 replies] Last: Why would Package need to be a friend for operator<< to have acces... (by cire)
J1939 Protocol
 
Hi all, Is anyone familiar with the J1939 CAN protocol. I am looking for explanations and exampl...
[no replies]
February 2013 Pages: 1... 89101112... 43
  Archived months: [jan2013] [mar2013]

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