General C++ Programming - May 2014 (Page 7)

Need a C + + function Who determines the type of protocol used by a server.
 
Hello dear friends,   I have a client application that receives a broadcast stream Streaming serv...
[no replies]
by xystus
Help with my combat tester thing
 
im making a program to test combat for a game im creating. so my game has 4 races that you can choo...
[9 replies] Last: @NT3 so what container method should i use? Classes? and create the cl... (by xystus)
Sieve of Eratosthenes
 
I'm fairly new to programming, and I just started C++ I found this problem, which involved ge...
[1 reply] : Note that condition j < 10 will be checked before addition is made. ... (by MiiNiPaa)
by fareez
errors
 
Dear all I used codeblock to make a machine and now I need to capture the screen, I tried the GDI ...
[no replies]
Suggestion for a good book for my age.....
 
im a beginner. and i just turned 15. i read this book called jumping into c++ by alex allain. The p...
[6 replies] Last: Thankyou MiiNiPaa, i bought c++ primer 5ht edition, and its looking ve... (by ajaymehul)
Good c++ coding habits
 
Hey I have been programming for a little while and I am getting used to c++ and I was wondering if t...
[9 replies] Last: Thank for all the tips guys this is great (by nicodasiko)
Time problem
 
Hello guys! I have a question for you and I'm sorry if I'm wasting your time. I want to know if the...
[2 replies] Last: Hmm I wrote about kbhit function and i solved my problem: Sleep(2000... (by creative3000)
How to create word document using C# or C++
 
Hello everyone.. i want to ask from you people that how can i generate a word document using C++ or...
[3 replies] Last: Thank You very much doug4 and Duoas ... :) (by Abdul03)
Object that contains 2 types of data
 
How do you create an object (like in the title) something more simple than a struct ? I wanna know ...
[2 replies] Last: Pair and tuple. Cool! Thanks once again. (by dleanjeanz)
Image Processing 2d grid help
 
I am stumped. I cannot get the image to display at all. I am suppose to interface with the class Dra...
[7 replies] Last: Finished! Thank you Yay295! (by Teroniz)
Convert from an infix expression to postfix (C++) using Stacks???
 
I need to convert from an infix expression to postfix using stacks! I need help with the code!could ...
[2 replies] Last: If you need more help this site has a pretty good explanation. http://... (by giblit)
Data structure in Sudoku game
 
Hello! I want to know if you have made Sudoku game in c++, which kind of data structure did you use...
[5 replies] Last: I think that you can create an array with 3 dimensions, something like... (by shidalgo)
Can't figure why it won't work.
 
I have been given some code which reads some values from a .txt document. It supposedly was tested o...
[4 replies] Last: @Duoas: if you are referring to the OP's code, the name/age part is co... (by ne555)
Hi! Please give me a hand
 
I have this c/c++ program that is an implementation of disjunct sets using trees. The problem is tha...
[no replies]
by fareez
GDI and DirectX
 
Dear all I used codeblock to make a machine and now I need to capture the screen, I tried the GDI a...
[no replies]
Inheritance with Anonmous members
 
Hello Everyone, I have a class A from which classes B and C derive. There is an existing anonym...
[3 replies] Last: There is a good discussion of unnamed (anonymous) namspaces here: ... (by AbstractionAnon)
In operator>> (or getline), how does a string allocator work?
 
I mean: you haven't the size of the char pointer since you don't know the user input. How does a str...
[5 replies] Last: It appends to string in chunks of 128 chars. So if there is more than ... (by MiiNiPaa)
Read info from a txt file into a class
 
Hello, I'm having trouble in getting my program to read from a file and put all the proper data into...
[3 replies] Last: I should have suggested this before. You have already overloaded t... (by AbstractionAnon)
How do I install C++
 
Can someone tell me how to instal c++ on my computer. I like visual studio, but does it come with th...
[6 replies] Last: Thanks. (by berserker101a)
by gudeh
normal_distribution range.
 
Hey there, I'm implementing an normal_distribution to select objects on a vector. The thing is I can...
[6 replies] Last: You just happens to get values between -1 and 1. Normal distribution h... (by MiiNiPaa)
May 2014 Pages: 1... 56789... 31
  Archived months: [apr2014] [jun2014]

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