Beginners - June 2012 (Page 49)

Paid work-easy for you guys
 
never mind
[1 reply] : I'm almost certain you could get kicked off your course for this. And... (by Naureg)
VS2008 C++ "The system cannot find the file specified"
 
Running a usual #include <iostream> using namespace std; void main { cout << "hello world"; } N...
[3 replies] Last: Added brackets after main() and it now works, however I'm still havin... (by Catfish2)
by leeto
assingment operator overloading. Error Unhandled exception at 0x103157aa (msvcr100d.dll) in 1exColo...
 
There two Lines (class Line) each contain two points(class Point) and description (private data of c...
[3 replies] Last: Thanks I realized what was happening Should be Line Line::operator =... (by leeto)
HW help
 
Hi, Using a Dev C++ 4.9.9.2 compiler and I've got a simple problem from a hw question. Below is my...
[2 replies] Last: thanks man, will do next time (by ffox0510)
Merging files with opencv
 
Hello, I have taken two black and white images that are different sizes and merged them togather. Th...
[3 replies] Last: to answer my own question in case anyone else is curious cvSet(dst,... (by Dan Feerst)
Maze game
 
#include <iostream> #include <ctime> using namespace std; int linput; int see( int path...
[1 reply] : See if you can remove the goto statement from your program, a simple g... (by georgewashere)
im tring to make vhd file and im having problems
 
hi im having trouble with this part>>>>per.name = williamc; i cant figure out how to get it to take...
[6 replies] Last: hey all if i followed Virtual Hard Disk Image Format Specification fro... (by william427)
what's the problem
 
#include<iostream> #include<conio.h> #include<sarveshfn.h> //includes fuction diff_time which differ...
[6 replies] Last: while(c2!=5) does not assign any value in c2 . You are confusing ... (by eypros)
From Beginner to Advanced
 
Hi everybody. Ive finished reading the basics book on C++ language. I know the syntax of loops, ...
[8 replies] Last: As for the original question, "real programmers" not just know the sy... (by Florian)
Inline Assembly
 
Hi. I have no knowledge when it comes to assembly and I currently don't have the time to learn about...
[1 reply] : http://www.ibiblio.org/gferg/ldp/GCC-Inline-Assembly-HOWTO.html http:/... (by Catfish2)
by Sintax
Variables of greater size?
 
I understand that the majority of variables will work for the job within their current restrictions....
[4 replies] Last: That should prove to be helpful as well. Thank you for the contributi... (by Sintax)
by A0x0
Help to send input to pc via android [c++]
 
Hello ! Well i want to develope small ap for my phone to send key input to my computer just a ra...
[2 replies] Last: you mean on pc is as server type application right ? [client /server ... (by A0x0)
by emlspy
Makefile questions.
 
Hey guys, just started making makefile and encountered a problem. I am supposed to read a text fi...
[3 replies] Last: Hey, guys, can I ask like this question ; SUPPOSE that I have wrot in ... (by AldaBIG)
by klae
Prime Number Function?
 
Can someone help me Im stuck and ive waited until the last minute. Write and test a C++ program to...
[10 replies] Last: The majority of prime number listing programs use the % operator for t... (by missione)
Quickselect vs Countingselect
 
Quickselect, based on quicksort, and counting select, based on counting sort. Each is capable of ...
[no replies]
Difference Between...
 
What is the difference between 0 and "0"? I don't even think there IS any. Such as, if we declare a ...
[4 replies] Last: That's a constant integer. It's actually treated as a char by the l... (by Disch)
i want to learn 4 things in hacking come help me
 
Alright here are the 4 things one how to make a code 2 how to use/make a assembler 3 how to do rever...
[3 replies] Last: Hi there, Yes, I read it - however, gullible as I am, I usually try t... (by closed account o3hC5Di1)
Game of Life Clone
 
Just for practice, I'm making a colone of Conway's Game of Life. At the start of the program I fill...
[6 replies] Last: I found the problem. Without going into to much detail, I found you ha... (by closed account 2NywAqkS)
Problem with entering data for variable
 
Hi, I'm having trouble entering data for a variable. What I'm trying to do is to make what the user ...
[5 replies] Last: Hi there, You still haven't declared your child classes as actual chi... (by closed account o3hC5Di1)
Do and While
 
Well. Here I am again. What I want is... Does the DO WHILE's 'WHILE' () execute at the end of every ...
[2 replies] Last: Understood. Thanks! (by john924xps)
June 2012 Pages: 1... 4748495051
  Archived months: [may2012] [jul2012]

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