Beginners - August 2008 (Page 13)

Syntax error: "return"?
 
I've been looking at c++ for a while now, but all I have been able to do so far is basic console stuff. I wanted to do some more stuff so I started looking at S...
[2 replies] Last: And perhaps missing some semi-colons too. Sometimes it's good to read... (by personjerry)
Error when i try to compile a program
 
hi, i just downloaded microsoft visual c++ 2008, because i was told it was better than what i was going to use, dev c++. I have posted this question in other fo...
[4 replies] Last: Chances are you must turn on hidden files. Go to the top menu in the ... (by personjerry)
Differences between C++ & C#
 
I was going to take a class on C# soon, once I can. However, I want to know: is it at all similar to C++?
[3 replies] Last: I would dis-regard Kimochi's entire post. It's all wrong. C# is pre... (by Zaita)
by Meta
Fox Toolkit under Eclipse - how to get start this?
 
Hello, I downloaded the Fox Toolkit and now I am confused how to install it under Windows, especially Eclipse. I visited the Installation Manual, but it ...
[1 reply] : You want to compile it for your compiler? I am guessing you are using ... (by Zaita)
menu
 
#include <cstdlib> #include <iostream> using namespace std; void factorial (); int main() { char ch; cout <<"pasirinkite viena varianta is a...
[3 replies] Last: btw you shouldn't write stuf in Lithuanian. it would be easyer to unde... (by hamsterman)
iterators and pointers to lists.
 
ok. So i'm having a little problem iterating through a list of mine. typedef std::list<item*> inventory; ... //prints the contents of an inventory. ...
[2 replies] Last: oh lol thanks. (by arathalion)
if else problems
 
I am new to c++ and I could use some help. I am working on a tax selection if/else statement;but it says that the st variable is currupted. anyone see what I am...
[4 replies] Last: Heh, sorry. I use the STL a lot. You can forget <algorithm> and <funct... (by Duthomhas)
changing icon for a program
 
For instance, say I had a program, and I want its logo to be the logo for, say, Internet Explorer. How would I go about this?
[2 replies] Last: I presume you mean on Windows, right? Windows PE32s (exe files) hav... (by Duthomhas)
binary files / dynamic memory
 
Good day. Lets simplify my problem. There are two programs. One writes to a binary file. The other reads from it. We write to the file somehow like this: s...
[4 replies] Last: There's nothing wrong with straight-binary I/O, so long as you are str... (by Duthomhas)
thanks
 
thanks
[1 reply] : See my post in original thread on General C++ Programming thread. (by Aakanaar)
by dsfg
drawing a circle in the text mode
 
Hi, I'm looking for some way to 'draw' a circle in the text mode - I was able to get some shapes pretty similar to a circle, but nothing close enough, especiall...
[2 replies] Last: Yes, that's exactly what I was looking for - many thanks :) (by dsfg)
by lain
Having trouble making a traingle using void functions
 
Here is what is required: Create a function that when executed displays a line of asterisks across the screen. The function will have one parameter that is u...
[3 replies] Last: Thank you very much. I will remember next time about the can't bel... (by lain)
by idono
total on number and money counter switched
 
i'm having trouble understanding why the total gives the day instead of the number. when i enter 12 it should be $1.44 but it counts the days.i don't know why i...
[1 reply] : Try this...move the total = numb -1 to right above the numb++;. And ch... (by LacViet)
How do I Convert a Vector to a String Array?
 
Hiya, I was wondering how I would go about converting a vector to a string array? Would the following be proper: vector<string> screen; string scr(sc...
[2 replies] Last: Lolz Mistsakos got it before me! Btw, thanks for code tags actually... (by firedraco)
How to convert boolean to string in C++
 
I am brand new to C++. I am trying to write a program to test the truth table and struggling with boolean type. I have the user input as T/F and program output ...
[5 replies] Last: Sorry it has taken me so long to respond again. I'm just now messing w... (by Duthomhas)
VC++ and window.h
 
Hail people, please help a poor newbie... ;D I'm really new in C++, although I do have experience in PHP. I'm using the Visual Studio 2005 Professionl Edi...
[3 replies] Last: No problem. (by mikeb570)
by iop
VS2005: "unresolved external symbol"
 
removed proprietary information
[2 replies] Last: That's what I think I've done (Project Settings - Linker - General - A... (by iop)
by jmc
Reading and Writing at the same Time
 
I am trying to encrypt a big file (>3GB). Because of the size of this file I wanted to read and write byte for byte instead of first reading the hole file and ...
[17 replies] Last: Note: In my previous post, I wrote 'bit', but of course I meant 'byte'... (by toshiro)
by jorhen
shapes on C++
 
hey dude i have something for you!!! i have some problems regarding making a program in c++ programming in making different shapes such as triangle, rectangle, ...
[2 replies] Last: win98, using dev-cpp. thankz. jho! (by jorhen)
41!
 
#include <iostream> #include <cstdlib> using namespace std; void printArray(int anArray , int arrayLength); void inputData(int anArray , int arrayLengt...
[4 replies] Last: I was puzzled too. Thanks! :) (by TheAlliedCentralAxis)
August 2008 Pages: 1... 11121314
  Archived months: [jul2008] [sep2008]

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