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

envoie de plusieurs paquets Ethernet simultanément
 
Bonsoir, je suis entrain de développer une application sous visual C++ 2010. mais j'ai un problème,j'espère que je trouve une réponse dans ce forum. ...
[11 replies] Last: no,i meant a code for receiving packets with winpcap and passing them ... (by sloumanaw)
template function not matching
 
Here is a source code I am trying to compile: http://www.copypastecode.com/71129/ I get following errors: zad9.cpp:93:39: error: no matching function for...
[2 replies] Last: Yet this is very strange because when I fix this error I still get no ... (by krzychusan)
by key123
How can I fill a binary tree from a file with .in extension
 
I'm asked to fill a binary tree from file like lab.in . I don't know what type it is and I don't how I can make it read the data in it and call inset function t...
[2 replies] Last: Hi, I am also having this problem where i need to add Strings into a ... (by theonealone)
operator +=, -=, *=, /=
 
If we have a class with custom +, -, *, / and = operators is there any particular reason why the compiler can't automatically generate operators +=, -=, *=, /= ...
[6 replies] Last: @Athar I thought it was the kind of thing Boost would have... @hamste... (by anonymous23323124)
error C1075
 
help, i am getting this error Error 1 error C1075: end of file found before the left brace '{' at 'c:\users\Owner\downloads\blank trainer\blank trainer\blan...
[1 reply] : The error is clear, I would say: You have a left brace that doesn't h... (by webJose)
Check If A Value Is Numeric (1,2)
 
Hi How can I check if a value is numeric or not? for example: user pass some values in main program via command line,all these parameters must be numeric,so ...
[20 replies] Last: I closed my code base which supports one - so the [url="http://www.zyy... (by Chaquan)
by Owi
How to find out a Checksum Algorithm?
 
Hi everyone, im looking for someone who can or like to find out a checksum Algorithm. I dont know the Algorithm but have the checksum`s. It is for a simple...
[3 replies] Last: Thx for the answer but im not that far into programming. The link says... (by Owi)
by Tresky
Robot Pathfinding
 
I am competing in a Robotics Competition at the moment. The objective is to program the robot to navigate itself through a city and have it park in specific par...
[2 replies] Last: Thank you. I'll definitely try that. :) (by Tresky)
Adding elements to a vector recursively.
 
I'm attempting to create a recursive function that outputs a vector of strings that contains all possible word combinations (while retaining order of letters) o...
[2 replies] Last: yea man assignment 5 is some hard shit. i Have no clue what to do abou... (by killerkyle113)
function not declear in main function
 
hi can anybody help me figure out why the error shows that two functions(get_graph and findshortpath) are not declare in scope. i got three files #include...
[1 reply] : get_graph is a member function of your map object. nodes.get_graph("... (by Moschops)
Question on DEV C++ and Windows XP
 
Hello, I am writing a code, using DEV C++ on Windows XP, that manipulates the positions of several elements within a certain area using arrays. The first par...
[5 replies] Last: Thank you (by sanehatter)
need help with problem
 
Hi, I have been trying to compile this code with no avail. I am using windows XP and DEV C++. It's a long code but I have posted the first part of it below...
[8 replies] Last: Thank you all.. (by sanehatter)
by Zap
fmod giving "bad" output
 
i am writing a constructor for my fraction class that will convert a decimal value into a fraction. in order to do this i am using fmod to count how many digit...
[no replies]
Linked list issue / debugging
 
I have been struggling with this problem for about 2 days now and I just cant figure out what the problem is. I am making a linked list that points to a char a...
[no replies]
How could I create a yahtzee game? (1,2)
 
Can anyone help me create a yahtzee game? I have the very first part, but I need some help with the rest. #include <cstdlib> #include <iostream> using n...
[20 replies] Last: I've been working on it all day. Almost finished! (by mcqueen)
Multiple Files Compilation
 
Hey guys! ^_^ I have tried and tried and googled and googled and everything I have found and tried do not work :( The files contents are too long to post ...
[9 replies] Last: I will do that later, I am not into classes yet, I will learn those a ... (by princessjinifer)
Changing std::list objects position
 
Hi, I'm new in this forum, and my English isn't the best one... I'm trying to create a list using std::list this way (pseudo code): class BaseObject {...
[6 replies] Last: I see, thank you very much for your help!. I was really stuck at this ... (by AMCerasoli)
making a bouncing O in C++
 
I have a homework assignment that I am having a hard time with. The assignment states: In a window of character cells, which has a height of 23 and a width of ...
[3 replies] Last: Thanks for helping me get this code figured out. It was a tough assign... (by jasonarn1974)
DFS & BFS in a puzzle
 
Hi everyone. I need help. I want to make a programm to solve this puzzle ---> http://grokcode.com/images/e2-final.gif I have to write it from the beginni...
[no replies]
<stdio.h>
 
What is <stdio.h> ? It has popped up frequently and seems very important. Please enlighten me!
[3 replies] Last: No. Not at all. See here for the functions provided by stdio http://... (by Moschops)
May 2011 Pages: 1... 1415161718... 32
  Archived months: [apr2011] [jun2011]

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