Beginners (Page 7)

Appending a file ios::app
 
Hi, This is my first post. Hope someone can help. I am trying to append a txt file I created in w...
[4 replies] Last: Probably your program was being run with a different working directory... (by L B)
Quick tutorial question (uppercaseifying letters).
 
In the below code (from the templates section of the tutorial) this template specialization is suppo...
[3 replies] Last: keksiverto I have no idea what you mean and an alternate method wasn't... (by agnophilo)
EXCEPTION HANDLING QUESTION
 
in this code although i have a general catch block but when i try to enter a double value instead of...
[7 replies] Last: got it THANKS (by Abdullah PAKISTANI)
Know from beginning
 
I want to study from begginning.please give me a.simple programme for study
[2 replies] Last: http://www.cprogramming.com/tutorial/c-tutorial.html (by Donnie)
Out of ideas
 
I need to create a win condition in connect four, but I have no knowledge of how to. #include <i...
[no replies]
by Hnodes
I want to be a programmer! (1,2)
 
Hello! I am a 17 year old boy and I want to become a programmer. I've decided that I want to lear...
[27 replies] Last: Foxefde, Thanks for the invitation, but I'm not on skype yet! :( Don (by Donnie)
Reading and writing arrays from file
 
Can someone please help me with a short programme to read and then write a file. Basically I wish...
[4 replies] Last: Thanks I'll adapt that into what I have so far. :) (by tedski69)
by oxxo
New in C++ asking for suggestions
 
Hello everyone, I just started learning this C++ language. (I dont have any previous programming ...
[6 replies] Last: @Bourgond, completely agree about using try / catch statements, they a... (by zlogdan)
books
 
I want to clear these topics in my holidays.Please suggest me a book for each of these topic is poss...
[1 reply] : Windows Programming; Windows System Programming 4th edition by J.M ... (by zlogdan)
Function to count capital letters in string
 
I am trying to make a function that will tell me if any letters in a spring are capitalized. For sim...
[3 replies] Last: @MiiNiPaa int countCapital(string custNames) { int capitalCou... (by vlad from moscow)
Quantitative Biology Program
 
So I need to write a c++ program that performs basic quantitative biology. We are supposed to have ...
[8 replies] Last: hey I made a mistake above, sorry: vector<string>& temp = dna ; ... (by zlogdan)
THIS Begginners Skype Chat - BSC
 
there is something like a function - this (something with class pointers) Can i just simpl...
[1 reply] : Normally you can avoid it unless you have a parameter that has the sam... (by Bourgond Aries)
Y/N question to trigger function.
 
I have this weird problem. It should be very simple. Let the user choose to save the n (number of r...
[3 replies] Last: ooh embarrassing! :D it was the , instead of the ; it did compile tho.... (by Markus3400)
I need help starting this program
 
Hello everybody! I am having trouble starting this program, once I can get started I usually can get...
[1 reply] : Hi. That will require you to read a bit about the basics of programmin... (by ngopza)
save every histogram of an image in text file format by pressing space
 
Hi guys, I want to save a histogram text file every time when i space space. i have say 5 ima...
[3 replies] Last: yes, the histDataToBuffer is okay, but you can't use it to store the... (by coder777)
by arashf
Memory issue
 
Hi, I am not sure how I could give you information about the following error. The code is too lon...
[5 replies] Last: that looks like a stack overflow or corruption not the heap. Does a r... (by coder777)
Linear algebra libraries
 
This is not a question, just a little comment from mine. I really hope cpp in the future will pro...
[1 reply] : virtual ~vector(); I don't think it's ever going to happen: [quote=... (by Bourgond Aries)
error in int
 
when I initialize an integer as i=0123; it creates an error while execution in Dev C++.but if I writ...
[2 replies] Last: thanx for the answer. (by Prashant Gupta PG)
AVL tree save file
 
#include <iostream> #include <fstream> #include <cctype> #include <stdlib.h> #include <conio....
[19 replies] Last: yes it does, but it's plain wrong. if the height of left is 4 I'd be:... (by coder777)
8-Puzzle Solver unknown problem
 
Hi all , I am working on a 8-Puzzle Solver -using best-first search + Hamming distance (tiles ...
[11 replies] Last: Finally, the program is running and solving all the solvable puzzles ... (by cire)
Pages: 1... 56789... 119
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.