Beginners - July 2010 (Page 29)

by kaduuk
Using tolower on a string (1,2)
 
Hi guys, I'm writing a program, which asks questions to the user, who then awnsers them. When ...
[28 replies] Last: Thanks so much guys! It worked :D The program now runs and compi... (by kaduuk)
edit a binary file
 
hi all, i've been trying to edit a binary file so can i use seekp to be at the position where iwant...
[6 replies] Last: @Galik thanks so much (by mostafa44)
Install Borland compiler in wxDev C++
 
Hello, everyvone. I wish programming in C++. I have got wxDevC++ for IDE and GCC compiler. But I w...
[13 replies] Last: m4ster r0shi: I tried cfile << uime; but it doesn't work true. Tomor... (by Anon777)
fstream, path in a variable, how to?
 
I'm writing a program that reads from a file, but I'd like the path to the file to be dynamic. I cre...
[6 replies] Last: single quotes are for single characters or integers, double quotes for... (by Bazzy)
A simple question ( I think )
 
How do you make a comand to be executed if the user has suffient privileges to do so using a my sql ...
[no replies]
by bp1234
What file types can c++ write to?
 
I've been working on a large array. I think I've finally got the array itself working, but I'm unab...
[7 replies] Last: For writing a xls file, you should do this: ofstream xls_Example("... (by majidkamali1370)
by ArchV
A pointer for function
 
Hello, I am having problem with this code (CPP), i can`t understand why i cannot refer a pointer fun...
[3 replies] Last: Thanks guys this was very useful (by ArchV)
New Libary's
 
I recently downloaded the Allegro libary but I'm not sure where to put the file and how to get c++ t...
[2 replies] Last: usually you should put the main .dll in the system32 folder (windows) ... (by jammas615)
Need some info on a file
 
I was wondering what all files this program accesses, and any other info you could tell me about thi...
[1 reply] : ! (by Galik)
nested classes
 
Hi, can anyone tell me the difference between creating a nested class in private and public sect...
[2 replies] Last: Hi, thanks for ur reply,actually I have executed the private nested c... (by shehnaz)
Validate a Character Input
 
Is there a way to validate a character like how we validate an integer using isdigit/cin.fail()? ...
[2 replies] Last: see http://www.cplusplus.com/forum/articles/6046/ (by Bazzy)
Strange error!
 
A program compiles successfully in the mingw compiler.Whenever I put it in Visual Studio, the follow...
[1 reply] : You should have selected console program in project type. (by RedX)
Mini search engine
 
I'm given a folder of input text or HTML files (say 50 files) and a set of keywords (say 40 keyword...
[1 reply] : no ideas ? (by Hopeless)
Are characters arrays and strings that important?
 
Can someone explain to me how this is helpful. Im a self taught C++ programmer. The chapter I'm on n...
[10 replies] Last: It's not a question of whether you need string operations or not. You ... (by hamsterman)
Best editor/compiler (Mac & PC)
 
I'm working through the book Absolute C++, doing all the programming projects and self tests, as wel...
[no replies]
Problem with Arrays
 
I've been going on this program for two days now. I was just practising, so I made up a situation fo...
[2 replies] Last: Oh wow. I swear I was going insane yesterday over this. Thank you so m... (by Soap360)
by michy
class prototype
 
hi experts, how to declare my class prototype if i have the following class... class A{ friend ...
[8 replies] Last: shit.. i think whole nite but cant get this idea.... thx alot dude... (by michy)
by JTT
Array of structs as a class member variable: initialization
 
The problem states: Create a drink machine simulator class. The class should use a structure that h...
[1 reply] : From a maintainability standpoint, it would be better if you used Soda... (by jsmith)
Game Development for Beginners
 
Hello. I was wondering if anyone here has or is working on a game or programs games for a career. If...
[5 replies] Last: See Return 0 is one of those guys I mentioned in email that would be f... (by Seraphimsan)
operator overloading
 
Hi All, I had a very stupid doubt but I couldn't seem to understand this thing. When I am ove...
[1 reply] : The reason is that the compiler needs to differentiate between two ope... (by Galik)
July 2010 Pages: 1... 2728293031
  Archived months: [jun2010] [aug2010]

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