Beginners (Page 97)

Array Help
 
Hello All, I am trying to make an array and this is what I have so far: #include <iostream>...
[no replies]
Need help with a program
 
Have an assignment: The Assignment: In this programming project, you will modify the above algor...
[10 replies] Last: gives a value then a ton of zeroes (by nezo100)
The History teacher needs help in grading a true/false test.
 
Question: The History teacher needs help in grading a true/false test. The students' ID's and t...
[4 replies] Last: im getting the error "stack around the "studentAns" variable was corru... (by thomann061)
by Joe412
sha256 in C++
 
does anyone know a place where i can find a function that will encrypt a string/char array to sha256
[3 replies] Last: Look at the new link. (by usandfriends)
Base converter not working in extreme cases
 
Hey guys! I have a quick question. I have a code that outputs a snippet of numbers (The display fu...
[7 replies] Last: When it comes to converting an integer to a binary string, there are l... (by Chervil)
What are the Security Development Lifecycle Checks for?
 
Whenever our teachers do examples in class with C++, whenever they create a project the4y always unc...
[no replies]
Best way do develop skills
 
So I am going to school now and one of my classes is basic C++ programing and I have two more progra...
[1 reply] : To make apps for Android you're most likely going to be relying on Jav... (by Austin J)
232 - Crossword Answers (1,2)
 
Hello I've trying to solve a problem called Crossword Answers on UVa but I'm getting a wrong answer ...
[20 replies] Last: thx for ur effort but I'm havin a new idea that u have inspired me wi... (by PureEvil75)
Pointers don't use memory?
 
I am just learning pointers in class and the book really does a poor job of explaining them. It basi...
[10 replies] Last: Great explanation vlad. So really all we are doing is just initializin... (by IdivideBy0)
by lok05
##string sorting problem##I spent more than 7hour
 
i am a beginner. My assignment is due tonight:( please help me w/ this: read the input file(inp...
[17 replies] Last: mergehelper() is the main sort function. It requires a working array (... (by tntxtnt)
by Larry2
Splitting templates
 
Hi, I read that splitting templates into .h / . cpp wasn't a good idea. Is the only way to kee...
[4 replies] Last: Many Thanks JL, Now I got it. To answer this, I will split my code in... (by Larry2)
Problems with cout dissapearing instantly
 
When I run a program with this code: #include <iostream> using namespace std; int main(){ ...
[17 replies] Last: Or you can just read the sticky topic at the top of this forum which e... (by L B)
problem with RPC code
 
i got the source code from this website: http://www.aspfree.com/c/a/net/introduction-to-rpc-on-windo...
[6 replies] Last: @coder777 i don't know to make my own RPC program so that's why i trie... (by beginner123)
calling methods and constructor class
 
I didn't understand how this code works. #include <iostream> using namespace std; class abcd...
[2 replies] Last: Thanks maeriden. Also can you please explain me how b1.a and b1.b wor... (by Eliza0210)
by dipa57
division error
 
Hi, I am new in C++ Why the output = 6 and not 6.5? What I do wrong? Thank you for your answer ...
[4 replies] Last: You can obtain floating-point by float/int not int/int you have to cha... (by eyenrique)
by Larry2
Class template + function call = error
 
Hi, I am trying to become familiar with templates. My goal : cout char if the object is initialize...
[5 replies] Last: Exact ! My code above was intended to be a starting point for differe... (by Larry2)
Trouble understanding exercise.
 
"Write a function that takes and returns an istream&. The function should read the stream until it h...
[5 replies] Last: Thanks JLBorges for the explanation and links. I'll take this time to ... (by Olysold)
by SmOgER
Ignoring particular arrays in loop after conditions are met once / sorting arrays
 
Hi, I can't really find a tutorial which would give this info. I have a text file: 14 4 1 25 ...
[6 replies] Last: I'am surprised no one came up with an answer, as all I had to do is wr... (by SmOgER)
by Ch1156
Made a timer but need tons of them
 
Ok so im makeing a time management game and you buy trucks and planes and send them off to different...
[15 replies] Last: errors C:\Users\Chay\Desktop\Shipping Manager\main.cpp|27|error: prot... (by Ch1156)
by Fyah
need help with my code please
 
i have to create a program where you enter a number and the programs adds up to that number for exam...
[18 replies] Last: I think this is a simple way #include <iostream> using std::cout... (by eyenrique)
Pages: 1... 9596979899... 127
  Archived months: [mar2013]

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