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 stu...
[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 go...
[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...
[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, esp...
[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() { ...
[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*> ...
[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 ...
[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. H...
[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 r...
[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 pre...
[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 acros...
[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 ...
[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 fo...
[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 bo...
[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...
[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 wri...
[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++ programm...
[2 replies] Last: win98, using dev-cpp. thankz. jho! (by jorhen)
41!
 
#include <iostream> #include <cstdlib> using namespace std; void printArray(int anArray , in...
[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.