General C++ Programming - April 2012 (Page 26)

by rollie
Direct3d help
 
(moved from Windows programming, since this forum seems to get a lot more use) Okay, so I brushed o...
[no replies]
Dice toss program
 
I am in the works of learning how to use classes and objects. I am trying to create 2 dice tossed ro...
[1 reply] : anyone have any ideas?? (by ironreaper)
migrating from VS 2005 to VS 2010
 
Hi all, I just update my version from VS2005 to VS2010 and I got loads of error after trying to c...
[2 replies] Last: 7.0a is the version of the SDK which comes with Visual Studio 2010 If... (by andywestken)
by kwm12
My First Program and have some compiling issues.
 
I will write a program here and please let me know what is the issue as it gives an error: cc asgn2...
[6 replies] Last: I have been told, I cannot use goto statement here in the program........ (by kwm12)
Linker error?
 
I use Visual Studio 2010. I read that the solution to my problem may be in the Linker settings of th...
[1 reply] : Are you looking under the Project Properties section? I think that is... (by kooth)
Pointer problem
 
Hello! I started learning C++ and I just discovered pointers. Well, it's a little bit hard for me t...
[4 replies] Last: Post your code and we will be happy to put you down and tell you every... (by Need4Sleep)
by ced
Using Constructor of base class for constructor in derived?
 
Hi! I'm trying to understand how the inheritance works but ran into some issues. I've been able to ...
[4 replies] Last: Accessing "mat" for a member of Eye from within Eye works, but I coul... (by Athar)
by Malcom
I am need help on array
 
#include<iostream> // required for cin , cout #include<cmath> // required for sqrt() using names...
[3 replies] Last: It is my first time using this forum...I will post it with code tags (... (by Malcom)
string
 
When I declare: My_String a; //My_String is the class// in main, what makes 'a' a string? Is it beca...
[2 replies] Last: In programming, everything is just a bunch of numbers. What those numb... (by hamsterman)
Need help importing .dat file and sorting using vector
 
I am a CS1 student and have had no issues until this point in the class really. I have been working...
[4 replies] Last: Thank you SO much for that help! I got it working! Here is the compi... (by weeziefoo)
Const vs Define
 
I know that #define is a preprocessor directive, so it doesn't take up any memory. All I know about ...
[5 replies] Last: #define is best used for header inclusion guards and macros (when nece... (by moorecm)
How to send non-'char*' information with winsock (1,2)
 
How would you send and receive 'double's or 'int's across a socket because the functions send and re...
[26 replies] Last: Hm, sorry then. (by S G H)
Problem with getline
 
I tried to get in input a line with more than one word, and to do so i used the function getline(cin...
[2 replies] Last: Tried that, but didn't work... But I solved it anyway: here is missing... (by SpamBot)
arrays in function
 
I want to write a function that creats a 3d-vector. I don't know how I should declear the 3d-vector....
[6 replies] Last: In any decent C++ book, for example the C++ Primer: http://www.amazon.... (by Athar)
Some questions..
 
1- Is it possible to define a #define using lots of defines ? Example: #define c_a a #define c_b b ...
[8 replies] Last: OK, thank you. (by Kitiara)
H
 
int main ()
[1 reply] : You say 'besides one at a time' but this doesn't really make any sense... (by quirkyusername)
Priority queue order
 
So in the textbook I'm reading about priority queues and one of the side questions that stumped me i...
[2 replies] Last: > How can you adjust a heap if a single priority value changes? Recal... (by JLBorges)
by Zastin
Minimax Tictactoe HELP NEEDED
 
I can't seem to figure out what went wrong, I'm trying to get this game to work on a ten by ten boar...
[no replies]
Subscript notation to pointer notation
 
I got this assignment the other day in which I had to convert this project I had done from subscript...
[3 replies] Last: bhai aap ki multiplication ka function galt ha ,,is me 3 nested loop l... (by Agha2793)
April 2012 Pages: 1... 2425262728... 49
  Archived months: [mar2012] [may2012]

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