Beginners - May 2011 (Page 42)

char words.
 
Hello this is my code #include <iostream> char x; using namespace std; int main() { co...
[2 replies] Last: Thanks alot! (by Love236)
Project Ideas?
 
I have taken C++ programming class covering basics/fundamentals from input/output , looping, functio...
[1 reply] : How about a program that predicts the tasks that need to be taken to s... (by webJose)
by ph5
Problem with Vector
 
Hi, I'm having a problem returning values from a vector. My program is simple, it reads lines of ...
[6 replies] Last: Finally, don't write: ifstream dbf; dbf.open("D:\\department... (by kbw)
Read and Write in Text File Using TURBO C++
 
hello guys.. i just wanna ask how to Read and write text file using a turbo c++ compiler... the dos ...
[3 replies] Last: What errors does it give? (by hamsterman)
by ammama
search engine
 
We are new to programming in C++. With no previous programming experience in any other language and,...
[9 replies] Last: okies..thank you very much (by ammama)
URGENT: False undeclared identifiers?
 
Here I am, working on a project for C++ and I am almost finished, but for some reason, one single li...
[6 replies] Last: I'm at a loss - maybe you need to post the surrounding code? Does it c... (by kfmfe04)
by Drue
Password (1,2)
 
I've made a password program. There's two people registered on it, another guy and me. I have the ...
[30 replies] Last: I'm surprised Duoas hasn't burned you for this; Try to refrain from us... (by desoxena)
Corrupted stack error
 
Hey guys i have to write 50000 words randomly in a text file... so I wrote this code : #include <i...
[4 replies] Last: Yes, if you do your math properly. Ask yourself what does rand()%4 + ... (by kfmfe04)
Vectors
 
So i am messing with c++ learning some stuff and testing some stuff and i got few questions about ve...
[5 replies] Last: Sorry i mis type it's atexit(atEnd1); i have no idea what does that th... (by jimmy5023)
Converting a string variable to a string of hex
 
Hi Im trying to encode a string to a hex string to later use as a URL to navigate a web page, but fi...
[4 replies] Last: @jsmith sorry for not understanding what you wrote earlier, that cod... (by maxta85)
by Karnee
Removing a Member of a Csprite List
 
What I am trying to do is to make a member of the CSprite list in a wall vanish or disappear when it...
[no replies]
Homework Help
 
I know how you guys detest people asking homework questions so I apologize in advance if I offend an...
[6 replies] Last: I knew I was missing something beteen my function variable and my cal... (by kfmfe04)
read values in a file into an array
 
I'm a student taking an intro C++ course. For a project, I must read values in a file into an array,...
[12 replies] Last: There are many problems with your code as is: 1. Lines 37-38 is a rep... (by kfmfe04)
Overloading << operator
 
In my ListType.h file have ... public: ... template<class U> friend std::ostream& operator<...
[5 replies] Last: I used whatever comes with VC++ (some M$ compiler). Do try different c... (by hamsterman)
Text File(2)
 
Okay, so I have a quick question about text files. When making one ( myfile.open ("textfile.txt") ) ...
[9 replies] Last: int mind string Fucked mind == Fucked !!Error!! No, I'm just kidd... (by Shay9999)
Advanced Line Skipping
 
Hey guys, i got a nice task. I've got it figured out pretty much, but i already know that this ap...
[7 replies] Last: Well it look's like you're sorted then. Hope I helped :) (by anonymous23323124)
char to int
 
hi guys is there a function for convert char to int??? for example '1' to 1 thanks a lot
[3 replies] Last: thank you very much (by CsqHossein)
Pointers to wifstream
 
I'm handling pointers, and can't access some member functions: class Class { void readFrom...
[1 reply] : either do like this: (*file).good() or like this file->good() ... (by writetonsharma)
Structures
 
I'm having trouble understanding why this will not compile. It is very simple but I can't seem to se...
[8 replies] Last: these c library functions don't check for array bounds and hence its ... (by writetonsharma)
how to compile source code as an object in dev c++
 
I have this code need to be compiled in dev c++ as an object to be linked against other code later. ...
[1 reply] : You include the relevant files into the project to be compiled at runt... (by GodPyro)
May 2011 Pages: 1... 4041424344... 48
  Archived months: [apr2011] [jun2011]

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