Beginners (Page 68)

code assistance: the << after outputFile in the writeStudents function is showing an error. Please advise.
 
Write your question here. I need to access the file inputFielName.txt however the computer said a...
[2 replies] Last: I need to access name, grades 1-3, average, and status. Please advise ... (by Christian Molto)
by joet12
vector problem
 
I am a beginner in this and im having problem with a program, i want to make a function that will se...
[12 replies] Last: Ok. I installed code::blocks and checked the code but it is complainin... (by joet12)
Evaluate my code please?
 
Is everything here okay? It works, and I think it looks pretty clean but let me know if i did it rig...
[9 replies] Last: One more "Hello World".:) #include <iostream> #include <string> te... (by vlad from moscow)
by Aden8
STL queue class
 
This program reads an even number of characters. The program then prints the first character, third ...
[2 replies] Last: this is one of the most over complicated programs I've seen so far... ... (by coder777)
Merging vectors help?
 
This is a program where it merges 2 vectors into one. As you can see, the program prompts the user t...
[1 reply] : This loop is infinite if the first entered number was greater than -1.... (by vlad from moscow)
by Fyah
whats wrong here?
 
im practicing a code i made up ( id o realize it does not make sense but the purpose of it is to see...
[6 replies] Last: @Fyah I would recommend setting up your editor to replace tabs with ... (by TheIdeasMan)
appending vectors then testing output
 
My roomie and I are in a class and we're trying to do a project.... I get error's when i try to c...
[2 replies] Last: for (int count=0; count<10; count++) { vector<int> mya; cou... (by cire)
reverse digits
 
which function must i use to write a number in reverse and if the number is 5600 must be 65 . .
[2 replies] Last: First question is the number in a integer? If so there are a few ways ... (by Zereo)
Removing Scroll Bar properly?
 
I decided to remove the scroll bar from the console, and I want to know if this is a safe way to rem...
[no replies]
Matrix return
 
Is there a way to make this code more efficient? It works as it is at the moment but do you think it...
[3 replies] Last: What I need to do is actually get all the vertex points of the hexagon... (by vanessatse)
error C2582: 'operator =' function is unavailable in 'EDIN::Neuron'
 
I have a class called "Neuron" for which I do not have a copy constructor, as I don't want to copy i...
[5 replies] Last: Member function resize calls member function erase if the new size is ... (by vlad from moscow)
[win32api] can't close dialog
 
I encountered this weird problem SEVERAL times, I have no idea how to fix it, but I did it all the t...
[1 reply] : fixed, I forgot to set window class in the resource, I hope I won't do... (by mekkatorqu)
Help with saying hello world C++
 
I am trying to say hello world, but it is not working, after I want to do stuff. import <iostr...
[6 replies] Last: #include<iostream> using std::cout; //print output using std::endl; ... (by eyenrique)
If statement troubles
 
Hey guys, I'm a very nooby and inexperienced programmer and am trying to get some concepts through...
[2 replies] Last: goddd dangggittt, haha, thanks a lot man :) (by BlueKazoo)
by herold
Help me..I'm stucked here.
 
Dear friends, I was writing code of simple Mono alphabetic substitution cipher and i got this error...
[3 replies] Last: Another easy fix for line 10 would to make it a string like string al... (by giblit)
a c++ program
 
hi everyone; i want a help immidietly in this program i wanna give a 3digits num and the program s...
[12 replies] Last: thanks thanks thanks thanks thanks thanksthanks thanks thanksthanks th... (by omegam1)
find the largest number of user input
 
First we ask the user how many numbers he would like to input then he enters the numbers, then we fi...
[8 replies] Last: My main problem is writing a code that finds the largest number give... (by eyenrique)
by zachp
ShowCase: Tic-Tac-Toe
 
Hello everyone! I just wanted to share my Tic-Tac-Toe plugin I just made. I'm new to C++, and it's...
[1 reply] : Very nice... http://xoax.net/cpp/crs/console/lessons/Lesson9/ (by backslashx00)
complete beginner wanting to know a start point
 
hi guys, BACKGROUND i have made a database in access and a worksheet in excel the two of them i...
[6 replies] Last: I've seen Qt-based code written in Mac or GNU/Linux compile in Windows... (by keskiverto)
output file as a global
 
I keep getting errors when trying to make an outputfile as a global. Here is the error: 19 C:\Dev-C...
[6 replies] Last: I did open it in a function. You did in the loadarray function - bu... (by TheIdeasMan)
Pages: 1... 6667686970... 126
  Archived months: [mar2013]

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