Beginners - December 2012 (Page 64)

by jaded7
output & memory
 
if you need people to do your homework i think you need to reconsider your course choices
[1 reply] : @ jaded7: if you want to help, help. If you don't, don't. (by Catfish3)
by vrakas
Bitwise operators
 
hello i want to check if the last two bits of a number a are 1. am i going to do if(a&3==3) ? (be...
[9 replies] Last: [quote=Jackson Marie]But, why? The internal representation of floati... (by Chervil)
<< overloading
 
I'm writing a program for complex number computations and trying to overload the ++ and <<. I'm havi...
[8 replies] Last: Hmm.. well thanks for the help! (by noisycoder)
-SDL- started getting an error for something i always use
 
I have always used just one file to build everything, ive had all sorts of issues with the linker in...
[9 replies] Last: ahh solved; i put off using headers for a bit too long, now i will bui... (by devonrevenge)
Finalizing a program
 
Hypothetical situation; So say I've got my program all written and ready to go. Say it's something ...
[2 replies] Last: So at this point I've tried to set my solution configurations to build... (by newbieg)
by satro
number of characters in stdin buffer entered by user
 
Console app. User entered some characters and clicked ENTER. How to know the number of characters i...
[2 replies] Last: Just use std::string. #include <iostream> #include <string> int mai... (by cire)
by jimm78
need help with robot movement
 
somethings gone wrong! i dont know what i did but now the robot moves to the next row when it gets o...
[3 replies] Last: someone help!!! (by jimm78)
Creating an array of ints in main()
 
Could someone please tell me how exactly I'm supposed to "create an array of ints? I will be given a...
[5 replies] Last: > array.size(), your basically finding the size of the array right. Y... (by JLBorges)
Help with a Lab C++
 
I have to do a lab for my intro to programming class and I was hoping you guys could help me get sta...
[2 replies] Last: Thanks, I actually had to use a switch statement, forgot to mention th... (by danielmtnz)
Confused with this program.
 
I'm getting some run time errors with this program. This is a practice program I'm working on. Probl...
[3 replies] Last: Use a pointer reference for the parameters in your function. (by Adijunn)
How to output UNICODE in c++?
 
Hi, I want to output chess symbols (http://en.wikipedia.org/wiki/Chess_symbols_in_Unicode) from uni...
[4 replies] Last: In Dev C++, using wcout and _setmode(_fileno(stdout), _O_WTEXT); ... (by tayyabatiq)
array won't define
 
#include <stdio.h> #include <iostream> #include <math.h> using namespace std; double a ; doubl...
[1 reply] : Those arrays inside of your if statements are creating a new array cal... (by firedraco)
It's me again
 
Hi everyone, my assignment for this week has me stumped once again. I have several questions and pro...
[4 replies] Last: Employee CPP File // Preprocessor Directives #include "stdafx.h" ... (by dudeman007)
Writing a function assistance
 
I'm working a hw assignment and was hoping someone could take a look at it and tell me if I'm on the...
[3 replies] Last: Write a function lessThan that returns a value of true when the count... (by cire)
stumped on c++ program
 
Write a c++ program that requests a password and verifies that it is a valid password. To be val...
[14 replies] Last: Thank you SO VERY MUCH for you help :) (by nenakay)
Using Overloaded stream extraction operator Compiler Error: no match for 'operator>>' in 'std::cin >> c'
 
Hello, I am relatively new to programming and cannot figure out what the problem is. I get a c...
[2 replies] Last: Awesome I got it fixed. Thank you for your advice. (by joey3638r)
Get ip from domain - gethostbyname - Help please
 
Okay so ive been trying to figure this out and it is trolling me soo bad :/ I can't seem to figure i...
[2 replies] Last: Thanks heaps :D, its a little confusing for me because i'm just beggin... (by kingpulse)
help with calling functions using arrays
 
The assignment is rather easy we are given a program shell and just have to correctly call the funct...
[1 reply] : the problem i am having is with the void DisplayArray(int A , int N... (by byronflds)
COMPLETE NOOB CODING AND PROGRAMMING MATERIALS
 
Hey ladies and guys, so just as the title states I'm like a fetus to the world of coding and program...
[1 reply] : When first thinking of how to write a program it can be helpful to use... (by Raezzor)
array won't properly display
 
ok so I have a program that is supposed to randomly generate a character array, count each letter in...
[1 reply] : Your createArray() function only creates an array temporarily. It disa... (by closed account D80DSL3A)
December 2012 Pages: 1... 62636465
  Archived months: [nov2012] [jan2013]

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