Beginners - March 2008 (Page 10)

what is the differenece between "signed" and "unsigned"
 
what is the differenece between "signed" and "unsigned"
[8 replies] Last: Quote from vince1027 on Mar 13, 2008 at 8:00pm: By the way, the DO... (by analoganomaly)
tic tac toe
 
Can someone tell me how to make this a working game? #include <iostream> using namespace std; int main () { int waitForNumber; // Named c...
[1 reply] : Yes. You would put in code (presumably in the form of a loop) between... (by Ganon11)
Delay time calculator input problems
 
Hi, Im new to C++ but we have been doing a module on it at uni. We had to create a simple reverb time calculator, to anyone not familiar it just works out di...
[5 replies] Last: thanks for the advice, ive managed to find my own way round it using y... (by MrDinsdale)
by Robot1
Video playing inside C++ project file.
 
I am trying to get a special video file to play using C++ v5.02 for Windows. But I wish to only make it play without any of the controls to play, stop or rewind...
[2 replies] Last: Yes kind sir. It's an Windows Media *.AVI digital DVD file. (by Robot1)
by Grohg
errors
 
Hey, I'm new to programming, and I bought Visual C++.net 2003 and the "step by step" book for it. I followed the process in chapter one and compiled the 'Hell...
[4 replies] Last: hey Grohg, once you get an up to date book try the newer versions of V... (by Jeff HS)
Makefile and configure question
 
I'm having problem to understanding how to make makefile and configure and also other file that my source code can be compiled. Where i can get explanation t...
[1 reply] : Go to www.google.com and do type Makefile. You probably need to und... (by alexdbkim)
Please help me!!!!!
 
This is my assignment could you guys please help me out!!!!!!!!! ------------------------------------------------------------------------------ ...
[1 reply] : I suggest doing this by yourself first. If you get into trouble then t... (by vince1027)
Simple "while" loop - won't work on Mac/Win32 AT ALL!
 
Hi all. Just wrote a VERY simple app. I have tried this in both VS 2008 *and* Eclipse; it won't work in EITHER (or compiling it from G++ in terminal on my Mac!)...
[6 replies] Last: Thankyou so much for your help, Vince. I would have been chasing my ta... (by glossywhite)
by tomao
e+somenumberheree
 
Yes, I have yet another question. Is there any way to get rid of the 'e+number' and have it just show the number right out? I have got some code but the e+ thi...
[1 reply] : Nope, I don't think you can do that, unless you are planning to make t... (by firedraco)
String Help?
 
Can someone help me to understand how to take cin>> variable; and get it to recognize the spaces in a string? Thank you!
[3 replies] Last: Thank you both very much for your help! (by katielynnsdad)
by tomao
Clipboard
 
Is there anyway to access the clipboard with c++?
[4 replies] Last: disclaimer: I got this off of a Google search. I have no idea how it w... (by magicalblender)
File i/o
 
i have an assignment where i need to read from a file and print certain things back i can do the check to get out what i need from the string but i dont know ho...
[1 reply] : #include <fstream> Include fsteam for file i/o schtuffs us... (by analoganomaly)
error C2011: 'Time' : 'class' type redefinition
 
Hi, I'll just give a description of the project I'm working on right now. There are five files. Below are some descriptions and the first few lines of each...
[4 replies] Last: The answer depends on what's in the code in each of the files. I thin... (by gzero)
Parameter conversion?
 
See topic. For some reason, this code is giving me an error involving the second parameter of the function LoadStruct. The error is the following: 'LoadStruc...
[2 replies] Last: Ok, that helped, thanks. Now the problem is that I have unresolved ex... (by Azmodeus)
by nyl
file handling
 
i was having a problem with my file handling homework... this is our homework... Write a program that outputs its own C++ source file to a file called "Withou...
[11 replies] Last: i just dont know ho to use it (by nyl)
first step of a game
 
Okay so obviously I want to make a game. I already have a child window type thing, Which wasn't hard.. 2 clicks or so? But I was wondering.. How do I make th...
[3 replies] Last: Well I don't quite know what you mean because im new but.. I'll give i... (by jburridge)
by nishu
shallow copy and deep copy :(
 
Hi all, I am confused with the concepts of shallow copy and deep copy. Any one here please tell me the difference between the two. Nishu
[1 reply] : If you have one object (A) that contains a reference to one or more ot... (by ropez)
by Demyan
File types used in C++
 
Hey, Does anyone know there general limitations as to which file types you can and cannot open and manipulate in C using fopen(), fscanf(), etc.?
[3 replies] Last: I think the naming does not matter. The reason is that the program alw... (by vince1027)
by cva
message map??
 
hiee...guys what is message map and what is the purpose...if there are any notes on that do help me...thanks.
[1 reply] : Well a map is a collective data structure. This is commonly used in oo... (by vince1027)
I need Template/iterator Help
 
Help: I can't get this to compile with out an error message. It gets stuck on set<T>::const_iterator i; If I change to set<double>::const_iterator i; ...
[4 replies] Last: Hello, I down loaded the visual studio express. And it worked there. ... (by dhiltgen)
March 2008 Pages: 1... 89101112... 15
  Archived months: [feb2008] [apr2008]

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