Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
137 views

MVC in iPhone development context

I have read several resources so far about MVC design pattern for iPhone application development. However I have one question related Model part of MVC in iPhone development context. Firstly, I would ...
2
votes
3answers
122 views

How do I make a class assignable to primitives? Or, how do I make a scalar class?

I was wondering if it's possible to make my class Time { public: Time(); explicit Time( const double& d); Time& operator=( ...
2
votes
1answer
182 views

How to check for existence of Unix System Services files

I'm running batch Java on an IBM mainframe under JZOS. The job creates 0 - 6 ".txt" outputs depending upon what it finds in the database. Then, I need to convert those files from Unix to MVS ...
1
vote
1answer
92 views

String At function run time error

Here is a snippet of the code that creates a run time error "Microsoft Visual C++ Runtime Library" http://www.flickr.com/photos/66130188@N07/6023459646/ string text = something; size_t index = ...
0
votes
3answers
106 views

compiler misinterprets my code and adds an extra “const” to argument

I'm stuck on a compiler error and I can't seem to find a solution online (mainly because google can't handle the syntax). This is the one and only error I'm getting (MVS 2005). error C2664: ...
0
votes
3answers
413 views

MVS C++ error : string subscript out of range

I want to solve following task : There is given a text file "pesel.txt", which contains 150 national identities. Each line contains one national identity, which is a 11-digital number. First two ...
0
votes
0answers
99 views

z/OS socket creation - compilation issues

I am trying to create a client application relying on raw sockets. I refereed http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/EDCLB1A0/3.940.2?SHELF=&DT=20090607203246&CASE= for ...