General C++ Programming - December 2011 (Page 16)

NEed help
 
hi guys need some help in c++ programming. I had created a website blocker and it is password prote...
[1 reply] : it is hard to help without the code but i understand why you wouldnt p... (by Aramil of Elixia)
Socket send binary data error
 
Hi, I'm implementing socket on c++, but when i transfer some binary data from one side to another...
[1 reply] : You are reading (up to) 1024 bytes but it may only read a smaller amou... (by Texan40)
by beg00d
Sub sums less than IMPORTANT
 
Hello, Can somebody help me with an algorithm or idea for this problem : Given a non sorted da...
[2 replies] Last: ¿are you sure that you want the groups? maybe you just care about the... (by ne555)
Consecutive Random Numbers?
 
I'm creating a program that will create the effect of a rainy, foggy night to prove to my friend tha...
[8 replies] Last: Although I am not following your approach for proving C++ superiority ... (by eypros)
please help, retarded intellisense VS c++
 
int main() { int a1,a2,a3,b1,b2,b3; cout << "Cross Product Calculator\n" << "Enter 3D vecto...
[6 replies] Last: Hey, no problem. Glad to help =] (by Code Assassin)
HELP ME!!!
 
Hello everyone, I need help figuring out how to make a switch construct that reads the first charact...
[no replies]
Anything bad so far? :/ (1,2)
 
So i'm trying to write a simple combat based text game and here is what I got so far : #includ...
[20 replies] Last: Thanks so much! Here's what I got and seems like what I want. I'll im... (by Ryan Wilson)
storing a file to array and sorting
 
output is wrong suppose to sort the file void main() { vector<user> userA; ifstream ...
[1 reply] : change compare from userA .usedR > userA .usedR to userA .usedR... (by SIK)
Linked List Problem
 
I'm working on a linked list version of my asteroids program. I run into an error when I change it f...
[1 reply] : for (unsigned int i=0; i<asteroid.size(); ++i){ asteroid ->Locat... (by Gaminic)
Question about code
 
I'm having an issue having the image for the bullet track the ships location and shoot horizontally....
[no replies]
Question about linked list
 
I'm reading a C++ book and will like to get a better understanding of the difference between an arra...
[2 replies] Last: I also forgot to mention the added overhead associated with delete ope... (by SIK)
by Qman
need help with simple compound interest calculator
 
#include<iostream> using namespace std; int main(int args, char arg ){ double money=0.0; ...
[2 replies] Last: Thanks allot (by Qman)
Question
 
How can arrays be utilized to represent trees? What is an advantage of this practice? What is one di...
[no replies]
by kev82
initializer_list
 
Hi, I'm having a syntax issue with initializer_lists, I just want to know if this is an issue wit...
[3 replies] Last: Thanks for confirming, that, I assumed what you've both said was the c... (by kev82)
Reading from file to an array and computing the grades
 
Given a multiple-choice test of 10 questions with 5 possible choices (A-E). The answers are given in...
[no replies]
Changing to a class structure
 
Basically I did some code for betting on horses here here the header with the function prototypes ...
[10 replies] Last: Thanks (by thefallenangel)
calling std::thread throws std::system_error
 
I have the following code: #include <iostream> #include <thread> void free_fun() { std::cout <<...
[3 replies] Last: Don't be, it's a GCC quirk. The same program runs compiled by clang-3.... (by Cubbi)
Help with a Counter while using queues
 
Hey Everyone! I need a little help for one of my assignments. I don't really need exact coding o...
[6 replies] Last: So based on your assignment .A garage is actually a better example of ... (by TAZO)
Project help
 
Hi im quite a programming noob :) could anyone tell me why this for loop is asking for another semi-...
[4 replies] Last: #include <iostream> #include <string> #include <fstream> #include <... (by RyanCook1993)
Problem with cin.get()
 
char ch1,ch2; cout << "Character to store in ch1:" << endl; cin.get(ch1); cout << "Character to ...
[2 replies] Last: Actually I'm just curious about this thing. Thanks for the explanation... (by amardeepkahali)
December 2011 Pages: 1... 1415161718... 39
  Archived months: [nov2011] [jan2012]

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