
please wait
by Life24
Socket Programming in C++
|
Hi, I want write a chat program with socket programming.(Simple) Please help me and give me example. Thank you |
Dec 31, 2013 at 9:45pm
[3 replies] Last: You can use WinSock or whatever socket lib that comes with *nix system... (by closed account N36fSL3A)
|
by TrentIsDino
External Dependencies: d3dcompiler.h file is missing?
|
Okay so, first of all its the only external dependencies file im "missing" i need it to use the D3DCOMPILE_ENABLE_STRICTNESS thingy they talk about in the book ... |
Dec 31, 2013 at 9:30pm
[no replies]
|
by Ebamber
Invalid use of template name 'ND' without argument list
|
#ifndef BSTCLASS_H_ #define BSTCLASS_H_ #include <string> using namespace std; template <typename T> struct NODE { T data; NODE<T> *left; NODE<... |
Dec 31, 2013 at 7:31pm
[4 replies] Last: Use a generic parameter template <class T> class BSTClass{ void Ba... (by ne555)
|
by sanddy1911
Appending Binary file....
|
I was trying to append two binary file specially EXE so I coded this #include<iostream> #include<fstream> using namespace std; main() { char ch; ch... |
Dec 31, 2013 at 7:27pm
[5 replies] Last: It won't matter what you do to it -- it won't work. (You'll just wind ... (by Duthomhas)
|
by jaded7
Variadic friend classes?
|
Is this possible? I'm pretty inexperienced with templates, variadic templates especially. I get a syntax error message from GCC 4.7 when I try to compile. t... |
Dec 31, 2013 at 12:13pm
[5 replies] Last: Thanks for the help. I don't have a specific use for it in mind, I jus... (by jaded7)
|
by hooshdar3
function definition
|
Hi. Is the following function defined correctly? Thanks in advance int ReadFile(file, size, graph) FILE* file; int* graph; { int i, j; fsca... |
Dec 31, 2013 at 11:05am
[5 replies] Last: @Rockyy: Did you read @Cubbi's post? (by LB)
|
by geeloso
Operator overloading & output suppression
|
Hey guys! I have two questions: 1st Question: I have three different classes A , B , and C ; and correspondingly overloaded the insertion stream oper... |
Dec 31, 2013 at 10:33am
[5 replies] Last: > explain what the colon in these lines/constructs do (I'm still learn... (by JLBorges)
|
by muhsid
decimal to binary
|
This code gives result as binary of the array values written eg: {15,127,7} the output was 11111111111111, can anyone help to modify this to get an output with... |
Dec 31, 2013 at 9:55am
[3 replies] Last: thank you LB & giblit (by muhsid)
|
by damian519
How to compare a vector to a map
|
Okay so I have an `inventory` class that accesses a static vector from my base class `MainShop`. I also have a `SwordShop` class which inherits from `MainShop`.... |
Dec 31, 2013 at 8:58am
[no replies]
|
by johnmerlino
pointers and arrays
|
The book states the following two are equivalent: char s ; char *s; Since the name of an array is a synonym for the location of the initial element, th... |
Dec 31, 2013 at 5:59am
[1 reply] : Since foo is the same as *foo , then *foo is the same as **fo... (by Duthomhas)
|
by TrentIsDino
Learn DirectX 9 or DirectX 11 First
|
I have two books, one is over the basics of direct3d 9 and the other direct3d 11. The direct3d 9 book is written in a slower pace than the other but is a past v... |
Dec 31, 2013 at 4:26am
[4 replies] Last: I fully understand what you mean by the XP thing. I'm saying that you... (by closed account N36fSL3A)
|
by damian519
How can I access a specific protected inherited member depending on the class?
|
Okay so I have `MainShop`(base class) then `SwordShop` and `BowShop`(derived classes) and another derived class called `Inventory`. I have a vector under protec... |
Dec 31, 2013 at 1:03am
[3 replies] Last: @JLBorges, thank you! That fixed my problem. and @Zereo, my inventory ... (by damian519)
|
by Nitrosolid
How to make my program read a txt file off a ftp server?
|
I am having trouble making my program read a txt file and performing an action.Heres my code.I have a txt file on the server called "Shutdown.txt" and "true" is... |
Dec 31, 2013 at 12:38am
[no replies]
|
by TrentIsDino
Do I need to memorize all the DirectX 11 Functions and syntax
|
I'm starting to do Direct3D and i was getting a bit overwhelmed because there is so many things to try and remember. For example in this book I'm reading ("Begi... |
Dec 31, 2013 at 12:19am
[7 replies] Last: Okay, i will stick to DX11. Thank you for your input! (by TrentIsDino)
|
by Zapeth
Whats the best way to update linked indices that were changed?
|
Hello, so basically I have 2 arrays where elements in array A contain some data including an index number of the other array B to "point" to the data there. No... |
Dec 31, 2013 at 12:02am
[5 replies] Last: I know, I just did that for the sake of the pseudo code to keep the co... (by Zapeth)
|
by Fatty527
Flags in Makefile
|
Hello everyone! I have a problem about Makefile flags. It begins with that I cannot get the exact meaning of my task: "The compiler flags -o0(letter o and dig... |
Dec 30, 2013 at 11:33pm
[6 replies] Last: Yes, I wrote linking and compilation in the same line then. And I thin... (by Fatty527)
|
by johnmerlino
operator precedence
|
Given t is char array 'hello' and s is empty char array first, we evaluate primary expression operator () inside while loop condition. Inside that, expr+... |
Dec 30, 2013 at 9:48pm
[2 replies] Last: it uses pointer arithmetic to move to the next memory location withou... (by Cubbi)
|
I need help with VBA programming |
Hello, I have created a database and now i have created a form with a few different buttons. However i need to create a button that will print all the record... |
Dec 30, 2013 at 9:08pm
[no replies]
|
by tribute3
Discrete Wavelet Transform C++ Implementation - Run time error
|
Hi Everyone, I am looking for some help using the Discrete Wavelet Transform (DWT) Library found here: http://wavelet2d.sourceforge.net/ The trouble is a... |
Dec 30, 2013 at 9:05pm
[4 replies] Last: Hi ne555, I tried the debug version of the library and the same thing... (by tribute3)
|
help |
hi, i am beginner i study basic printf,scanf and chek i want basic task from you guys it ll b very helpful for me ... i am very pleased .. :) |
Dec 30, 2013 at 8:01pm
[no replies]
|