General C++ Programming - October 2016 (Page 23)

Problem with const char* and strings
 
I have a program that fails if I use a string but works if I use text. I stripped it down to a simple failure: here is app #include <stdio.h> #include ...
[3 replies] Last: I tried changing the if statement to if(*GatewayId == *GATEWAY_ID) ... (by cire)
by gkohli
HugeInteger lab error
 
d
[2 replies] Last: He'd probably like to know why his bigint is failing instead. Why do ... (by Duthomhas)
Help with this c++ question!!!
 
Me and my friends are currently in a computer science class and can't figure out this programming question at all! any help would be greatly appreciated!!! ...
[1 reply] : In my opinion, the hardest part of this sounds like generating the lin... (by mbozzi)
Errors in Code
 
Can someone point out the errors in this code please? #include <iostream> using namespace std; int main() { int change = 0; ...
[3 replies] Last: Exactly the same code? Coincidence much? http://www.cplusplus.com/foru... (by integralfx)
October 2016 Pages: 1... 212223
  Archived months: [sep2016] [nov2016]

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